A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: is ther any reason this shouldn't workd........

  1. #1
    hey i'm trying to use the keypress <Backspace> on a button so that when you press it you go to the previous frame...the actionscript is fine...i tried the exact same script just substituting say a letter key or enter and it works but with the <Backspace> button it just doesn't do anything....any ideas...

    *also on a side note...does anyone know how i can keep all the characters typed inside of an input box i create on cap locks...thanks

    james

  2. #2
    If you use the Key.getCode() method, the <backspace> key will return a value (virtual key code) of 8.

    Hope this helps.

  3. #3
    always for rent
    Join Date
    Oct 2000
    Location
    Seattle
    Posts
    307
    also, make sure that you have 'focus' on the flash player (if you're checking it in a browser window).

    jeremy

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