I'm currently working on a CBT that is based on software our company sells.
In the director movie, I have to simulate the actions that occur in the real
product.  For instance I need to program keyboard entry.  

The problem that I'm having is that I need to use the escape key.  I have
tried using the keyCode for this but it does not seem to work.

Below is the script that I'm using.

on prepareMovie
  set the keyUpScript to "checkKey"
end prepareMovie

on checkKey
 if the keyCode = 53 or the key = RETURN then go to marker(+1)
end

An ideas?

Note: The final movie is saved as shockwave.

[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