interchangeable point increasing actors?
stuckwithluck
Member Posts: 2
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?
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
Actor Button:
If touch is pressed
Change Attribute gamePoints to gamePoints + 10
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page