Maximum times of touching a actor
samircalviniyer
Member Posts: 16
Dear gamesalad community,
I have a idea for a game however, I just got stuck. My game goes as follows, when you click on a shape it becomes bigger (a bit) however you can only click 4 times on that 1 actor and you can't make it smaller. What attributes, and rules would I need to let this work?
Cheers,
Samir
I have a idea for a game however, I just got stuck. My game goes as follows, when you click on a shape it becomes bigger (a bit) however you can only click 4 times on that 1 actor and you can't make it smaller. What attributes, and rules would I need to let this work?
Cheers,
Samir
Comments
Game.maxsize = 140
In the actor create a rule
If game.maxsize < 140
and
Touched
Change atribute size x,y to size + 10
www.marcosriffel.com