interchangeable point increasing actors?

Im trying to make a button control a actor/actors that increase a game attribute integer (game points) through booleans. I cant think of what i could have done wrong. it goes like this...
actor button: rule: if touch is pressed then change attribute boolean to true.
actor point increase : rule: if boolean is true then change attribute set: game points to: game points +10
can it be done or am i just stupid and missing something?

Comments

Sign In or Register to comment.