Tuesday, June 26, 2012

[Action Script] How do you change Frames without rooting back to the start? June,2012

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?

Related Post



0 comments: