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: *

  1. CarddassX

    key.isDown with an if statement?

    BigBadDave, Oldnewbie, you guys rock! Both of what you guys gave me worked perfectly. And as you mentioned Oldnewbie, the key repeat rate makes it a little trickier to use. And the movie starts off invisible, and it appears when I use the code you and BigBadDave posted. I'll probably just use...
  2. 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...
  3. CarddassX

    HELP: key.getascii with a variable

    Thanks oldnewbie, you don't know how many hours I was trying to figure that out. I need to learn the syntax and all that jazz so that I won't have to worry so much about it when I program. You wouldn't happen to have any recommendations on a flash actionscripting book, would you? And I gave...
  4. 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...
  5. 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...
  6. CarddassX

    Davdesign..strange thing with your clock...

    Hey Dave, that's a really neat java clock you converted into flash format. I'd love to incorporate it into one of my projects I'm working on but it seems that the zip file is corrupt? It keeps telling me 1 byte is missing from it? Think you can upload it again? Thanks -Cardy
  7. CarddassX

    If/Else Statement on a Button

    Thanks oldnewbie, that coding worked perfect. Cheers, -Cardy
  8. 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...
  9. 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