Disable escape button

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Disable escape button

    Hi All,

    I am trying to disable the escape button in the key board, if the escape button is pressed movie(which is a projector in my case) is being closed.
    Is there any way i could stop this from happening.....


    please help me out with this problem.....



    Thanks in Advance.



    satya79 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. back button - disable
      Is there a way to prevent the user from using the browser Back Button to go back to a previous page in an ASP.NET application? Thanks! Bill
    2. Disable the tab button
      Hi All, I have a little problem, i have some sort of calculator with a bunch of textmembers which are editable. The thing is that i don't want ppl...
    3. Disable automatic URI::Escape in LWP
      Is it possible to disable automatic escaping of unsafe characters in LWP (specifically in the POST and GET commands)? Thanks in advance! --...
    4. Disable Escape
      Hi Is there any way I can disable the Esc button within a projector Thanks Bobby H
    5. How to disable the default button?
      Hi group, My page consist of few text boxes and a server side button control (asp:button), when i finished editing and press enter key, it will...
  3. #2

    Default Re: Disable escape button

    Put this in a prepareMovie or startMovie script:

    the exitLock = TRUE

    AstrO

    "satya79" <webforumsuser@macromedia.com> wrote in message
    news:br5l9s$ha2$1@forums.macromedia.com...
    > Hi All,
    >
    > I am trying to disable the escape button in the key board, if the escape
    button is pressed movie(which is a projector in my case) is being closed.
    > Is there any way i could stop this from happening.....
    >
    >
    > please help me out with this problem.....
    >
    >
    >
    > Thanks in Advance.
    >
    >
    >

    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
    Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/2003


    AstrO Guest

  4. #3

    Default Re: Disable escape button

    You do not need to disable the esc button.

    What you need to do is put
    the exitlock = TRUE

    in your On StartMovie handler in your movie script.

    This is make sure the movie does not exit when the esc key is pressed. You will need to however make a new way (whether it be a button or some other mechanism) in which the user can exit the movie.




    WrongPillNeo webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Disable escape button

    Thanks for the reply. That's what i was looking for.






    satya79 webforumsuser@macromedia.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139