>it would be something like
>
>if the keypressed = "esc" then
>     statements
>else
>     go to the frame  or something
>end if


You would need to set the exitlock to true to stop the projector from 
quitting, and then check the keycode to see if it's 53:


if the keycode = 53 then
     statements
else
     go to the frame  or something
end if

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to