Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CarddassX
  • Content: Threads
  • Order by date
  1. CarddassX

    key.isDown with an if statement?

    I want to make a toggle switch with the key.isDown function. I want the user to be able to press the key and toggle the visibility on and off for a movie clip. So, if user clicks 'h' (keycode 72) or 'H' (keycode 104) they will turn on visibility for the movie clip "helpmenu". If the...
  2. CarddassX

    HELP: key.getascii with a variable

    I have a movie clip instance on my stage and I want to place coding on it that'll allow the user to press any key on the keyboard so that they can proceed on to the next frame. The way I'm trying to do it is to set up a variable for the getascii function and limit that variable to a number...
  3. CarddassX

    KeyPress Question + set selection focus

    I'm trying to emulate the old computer feel in my flash file by having the user press any key to begin. I have my movie stopped at frame 1 and want the user to go to frame 2 only when he/she presses any key. It seems fairly simple in theory, the only way I can think of accomplishing that is to...
  4. CarddassX

    If/Else Statement on a Button

    I have a movie instance in my frame which I named 'helpmenu'. I tried to make code that would allow a user to control the visibility of the menu. I'm able to get the menu to disappear by pressing 'h', but I can't seem to figure out how to make it reappear. I placed the coding for this action on...
  5. CarddassX

    KeyPress issues

    I made a flash file in which menus are called up by pressing certain keys on the keyboard. I also have an input text field on the same screen, which I want users to type freely. I currently have several keys designated for a specific menus but now I can't type with those keys in the input text...

Part and Inventory Search

Back
Top