-
I'm looking to create an action that would make the escape button actually escape from a fullscreen projector movie. I can set the script to work easily using the space button, or anything other button, by using the:
on (release, keyPress "<space>")
command but it won't except the escape key as an entry for the keypress. If anyone could reply here and walk me through how to set it up, that'd be great!
Thanks in advance!
-
What action do you want to do on the escape key ?
With *********** Jugglor you can either disable it or exit the projector.
It has also many other features too.
-
I know that this post in 9 years old but i stumbled upon it and wanted to know the same question, if you are using AS2 you can use the function;
on(keypress "<Escape>"){
gotoAndPlay ("Menu", 1);
}