A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: where can i get the ascii key codes for the num pad?

  1. #1
    Senior Member
    Join Date
    Aug 2005
    Posts
    225

    where can i get the ascii key codes for the num pad?

    i could swear ive been searching for this since the dawn of time so ive finnaly made a thread for it now that i know they exsist. anyone know what they are?

  2. #2
    complete newbie
    Join Date
    Aug 2005
    Location
    USA
    Posts
    8
    From 'Help' :

    Keys on the numeric keypad
    The following table lists the keys on a numeric keypad, with the corresponding ASCII key code values that are used to identify the keys in ActionScript:
    keypad key Key code

    Numbpad 0 96
    Numbpad 1 97
    Numbpad 2 98
    Numbpad 3 99
    Numbpad 4 100
    Numbpad 5 101
    Numbpad 6 102
    Numbpad 7 103
    Numbpad 8 104
    Numbpad 9 105
    Multiply 106
    Add 107
    Enter 13
    Subtract 109
    Decimal 110
    Divide 111

    or livedocs link

    http://livedocs.macromedia.com/flash...=00001114.html

  3. #3
    Senior Member
    Join Date
    Aug 2005
    Posts
    225
    god bless you

  4. #4
    Senior Member
    Join Date
    Jul 2005
    Posts
    692
    I'd be willing to copy and paste all the ascii codes for a sticky if a mod would make it a sticky.

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