Game count and live count
welding
Member Posts: 10
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.
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
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
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.