Is it possible in AS 2.0 to determine which Shift key was/is being pressed - Right or Left?
I've heard it's possible in AS 3.0, but I've yet to make the leap into 3, & found it to be a "tough" Google...
Printable View
Is it possible in AS 2.0 to determine which Shift key was/is being pressed - Right or Left?
I've heard it's possible in AS 3.0, but I've yet to make the leap into 3, & found it to be a "tough" Google...
Surely Left and Right shift both have seperate ASCII codes? Just a case of finding them out..
getCode(); ?
yeah, ASCII...Good idea :)
I'll look into that.
thanks!
No problem :)