How to make a death counter? (SOLVED)

Smiletowncrew

  • Posts: 29
Hi i'm having some problems making a death counter that shows how many times my actor dies in the game. PLEASE HELP thank you.

« Last Edit: August 08, 2012, 12:13:26 am by Smiletowncrew »
Teach me more master! :o

ipe 369

  • Posts: 1001
Add a global attribute called death counter.
add a scene behaviour called count deaths.
add an event called 'when actor is created or destroyed' and change it to 'when player is destroyed'
then inside put 'death counter = death counter + 1'

Smiletowncrew

  • Posts: 29
Awesome thank you!
Teach me more master! :o