-
i've made a game where you shoot targets. when a target is shot, it falls over. there are several targets on one screen. i can do that alright.
but what i want do is:
once all of the targets have been shot down, you move on to the next area automatically.
i'm so stoopid i can't figure out how to do this.
plz plz plz HELP ME !!!!!!! +_+
-
you could make each "target", in your game add to a variable like _root.howManyAreDown and have another bit of code that asks: if 5 are down (_root.howManyAreDown==5) go to the next area.
Conditional logic i think
tutash