I’m making a game in flash, and I was wondering how can I switch levels when the player reaches a certain amount of points. Anybody know? Thanks.
your score is probably a variable right? so just set it to say:
if highscore > “what ever number” then goto and play the frame with the next level.