A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: List box in Flash HOW ???? PLEASE HELP

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Posts
    302

    List box in Flash HOW ???? PLEASE HELP

    Hello,

    I have a list box with I am trying to use and the only why to get the actions to work right is by using the below code:

    on (change){
    xvar = "TEST
    }

    BUT.... I need to let the user press a key to be taken down the list box. Example press key M to take you down the first record with M.

    BOTTOM LINE: what code can I place on the list box to allow the user to use the key pad and not automactly accpt the change. I have tried:

    on (click){
    xvar = "TEST
    }

    on (press){
    xvar = "TEST
    }

    Please help?????

    Thanks,

  2. #2
    Senior Member random25's Avatar
    Join Date
    Apr 2002
    Posts
    566
    i use and modify the list box component that comes with flash mx 2004

    If you want to make an apple pie from scratch, you must first create the universe. Carl Sagan

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