Hi again

Thanks for all replyes

and thanks to all that suggested setting a flag

This script by Malte is working:

try setting a flag before doing the flipping:

on keydown pkey
    if pkey = "f" then
      if not the hasFlipped of me then
       set the hasFlipped of me to true
       DoTheFlipping
     end if
    end if      
    pass keydown
end keydown

on keyUp pkey
    if pkey = "f" then
     DoThe_UN_Flipping
     set the hasFlipped of me to false
   end if
    pass keyUp
end keyUp


Hth,

Malte



Mic
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to