How can I stop the score from adding?
CoolBee
Member Posts: 81
I have a score that increase by +1 but I want it to stop when the actor touches the ground what rules do I need to make this happen? instead atm it just carries on adding.
Kind Regards
Kind Regards
Comments
When actor collides with ground, change attribute "Grounded" to true
Otherwise: Change attribute "Grounded" to false.
When attribute "Grounded" is false, change score to score+1
Need Help? Email Me | Templates | Full Game Source Code