For a class assignment, I'm creating a game. I want to make it so when you score enough points, you'll proceed to the next frame. However, the code I put int he Actions layer won't work. Whenever I score enough points, it just stays on the same frame. What am I doing wrong?
This is the code I used:
if(score_mc._currentframe == 6){
_root.gotoAndStop("next");
}
Adobe Flash CS6 ActionScript 2.0