Question
gotoAndPlay Just Stops
I am using gotoAndPlay in a function with ENTER_FRAME event.
I believe that it goes to the frame (used trace) but it just stops
and won't play. I have been working on this for a couple of hours
and the closest thing I could find to an answer was this post
"gotoAndPlay won't work with the enterFrame event.
for example in the '_parent.gotoAndPlay(45)' , the playhead will keep going to that frame 45 and will never get further.
You'll need to workaround that (using variables + a loop in the _parent for instance). "
Could someone explain this and give me some type of work around. My code is below
"gotoAndPlay won't work with the enterFrame event.
for example in the '_parent.gotoAndPlay(45)' , the playhead will keep going to that frame 45 and will never get further.
You'll need to workaround that (using variables + a loop in the _parent for instance). "
Could someone explain this and give me some type of work around. My code is below