Game count and live count

weldingwelding Member Posts: 10
edited November -1 in Tech Support
Hi i have a game with aliens.
i also have 3 lives and when i kill all the aliens i automaticly
move onto he next round.
What the problem is .If i get killed and i have only 2 lives the round wont automaticly move on to the
next round could someone please help.

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    what are your rules?
  • weldingwelding Member Posts: 10
    Next scene rule:
    Timer after 5 seconds
    attribute aliencount = 0
    change attribute move direction to 1
    change scene:next scene.

    Lives rule:
    actor receives event overlaps or collide with bullet.
    change attribute game lives = -1.

    Game over rule:
    attribute game lives = 0
    change scene Game over.

    I also have a replicate rule set up for game lives.
    This works fine if i complete a level without dieing.
    but if i die once i have to manually move to the next scene.
Sign In or Register to comment.