Flipping graphic with a Key

Jim Lambert jiml at netrin.com
Wed Oct 13 14:00:53 EDT 2010


Try this?

on keydown pkey
     if pkey = "f" then
      DoTheFlipping
    end if
     pass keydown
end keydown


on keyUp pkey
     if pkey = "f" then
      DoThe_UN_Flipping
    end if
     pass keyUp
end keyUp

Jim Lambert


More information about the use-livecode mailing list