Monday, June 25, 2012

[Action Script] changing frames June,2012

I need help with my code, I want to be able to push spacebar and for the frame to change without rooting.
if (Key.isDown(Key.SPACE))
{
gotoAndStop(2);
}
I am using Actionscript 2, please can someone help me :)
changing frames

Related Post



0 comments: