This content has been marked as final.
Show 1 reply
-
1. Re: on Key Event change sprite and sound
Newsgroup_User May 18, 2008 3:31 PM (in response to Trughead)You can place 'on keyUp' or 'on keyDown' event handlers on any sprites
that would normally get keyboard input (i.e. editable #text or #field
sprites as well as certain #flashComponents). You can also make a
"movie-wide" control by putting an 'on MouseUp'handler in a MOVIE
script. This event will happen if there is no editable text item on the
stage.
If you want to use a global keyDown handler, you need to set up 'the
keyDownScript' (refer to the help file for explanation and syntax)

