Trap/script for arrow keys?

Judy Perry jperryl at ecs.fullerton.edu
Thu Mar 6 18:07:00 EST 2003


Pfffft!  @;-)  Thanks!

Judy

On Thu, 6 Mar 2003, Scott Rossi wrote:

> You could use the arrowKey message:
>
> on arrowKey tKey
>   switch tKey
>     case "left"
>     # your move script
>     break
>     case "right"
>     # your move script
>     break
>     # etc.
>   end switch
> end arrowKey




More information about the use-livecode mailing list