|
-
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
-
If you use the Key.getCode() method, the <backspace> key will return a value (virtual key code) of 8.
Hope this helps.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|