problem with keeping score?
http://forums.techsmith.com/showthread.php?p=64860
this is my scoring but i cant figure out why it only adds a 1 then stops the score
this is my scoring but i cant figure out why it only adds a 1 then stops the score
Comments
You need to change game.score to game.score+1
in the to box of the change attribute behavior hit the e button to open up the expression editer, select the game.score attribute and then do +1
so it looks like: game.score+1
whenever you want to reset the score have a change attribute behavior and change score to 0