A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 2 of 2

Thread: Shooting Game

  1. #1
    Pyromania Consultant ( '_' )
    Join Date
    Mar 2002
    Location
    Essex, near london, UK
    Posts
    31
    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 !!!!!!! +_+

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    285
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts




Click Here to Expand Forum to Full Width


HTML5 Development Center