I have tried this and it does not work
var dreamworld: Boolean =false
if (Key.isDown(Key.SPACE))
{
if (dreamworld == false)
{
gotoAndPlay(2);
}
I have also tried "gotoAndStop(2);"
Please can someone help me :/
How do you change Frames without rooting back to the start?
Tuesday, June 26, 2012
[Action Script] How do you change Frames without rooting back to the start? June,2012
Posted by Bimo Hery Prabowo at 3:13 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment