PDA

View Full Version : ActionScript Help



kirupa
May 21st, 2010, 03:50 AM
Testing similar threads feature!

Krilnon
May 22nd, 2010, 08:06 PM
On line 4, you have onClipEvent(keyDown){, but it should really be onClipEvent (keyUp){ because you don't want that to happen until the user has released the key.