A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Creating Key Press Action for Escape Button

  1. #1
    Junior Member
    Join Date
    May 2000
    Posts
    7
    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!

  2. #2
    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.


  3. #3
    Junior Member
    Join Date
    May 2009
    Location
    Bristol, England
    Posts
    1
    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);
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center