Dude, Cerberus, you give me more of an ego than I give myself. I said I was head coder. Which I am, at least on the Flash BBS. Well, if there are others, they are being silent.
Anyways, onto the question. The way those games work, is they have a point system, or a progressive system. In my Destruction Derby game, once you hit a certain amount of cars, it advances, you do this with a code like this:
Everytime you kill something, add a code in like this
scoreTrack++;
This advances scoreTrack by one. To advance to next frame, add something like
if (scoreTrack >= 10) {
gotoAndStop(2);
}
On a progressive system, the game is just advancing frames at every kill. This is usually done if there is no random play and the guys always come out in the same order. At the end of killing the last guy, just tell it to gotoAndStop(2);
Once again, I'm going to spam to support my own interests. I am always on my own board to help with programming questions, along with Wormtail, and sometimes Cerberus, but he hates me. http://www.ikast.net/txmafia/
Who's parents got divorced?