Flipping graphic with a Key

Michael Kristensen michael-kristensen at dsa-net.dk
Thu Oct 14 02:51:58 EDT 2010


Jim! ..... it didnt work.

> 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

Mic



More information about the use-livecode mailing list