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