Hi Brian
> Is there a way to catch command q on a projector to stop the quit and
> take
> them to another frame?
s for learning and helping with programming Lingo. Thanks!]
First set the exitLock = TRUE and then set a keyDownScript to check for the
commandDown & "q"
on startMovie
the exitLock = TRUE
the keyDownScript = "if ( (the commandDown ) AND ( the key = "q" ) ) then go
to marker(" & QUOTE & "Exit Marker" & QUOTE & ")"
end startMovie
or something like that
Sincerely
Mark R. Jonkman
[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!]