HELP!! How do i stop endless runner scoring

argisburkeargisburke Member, PRO Posts: 2
edited July 2015 in Help Wanted

hello i have a problem with my endless runner game scoring system
the problem is that ive set it up so it counts points while my endless runner is moving when it crashes into something,the player should be destroyed,that works,but the score keeps moving, btw i didnt know how to actualy save the score board still so i made it to move foward with the actor,
so actor dissapears,but the score board is still moving,

so how do i stop the actual score board to stop moving,and the actual sore in it? thankyou
PS sorry for the bad english,i hope someone will be able to understand me

Comments

  • ookami007ookami007 Member Posts: 581

    That's a broad question with few details.

    I would have a game.Alive variable set to true when the player is created. In the score rule, add If game.Alive = true then (increment score behaviors).

    Then, if you have the player respawn, you can set the game.Alive to true again and it will continuing incrementing the score.

Sign In or Register to comment.