Destroying a character with multiple clicks!! URGENT HELP PLEASE COLLEGE DEADLINE!!!!

I am working on a concept for a game and I need to make it so that when battling the boss you must click the character 10 times before she destroys.
So far I have set my Rule to:

(ClickCount)
Actor receives event Mouse Button is Down
Actor receives event mouse position is inside
Attribute game.killEnemy=0.0
-> Change Attribute game.killEnemy TO game.killEnemy+1

(DestroyMe)
Atrribute game.killEnemy=10
->Destroy Actor

----------------------------

With these rules in place the actor still destroys after the initial click, what am I doing wrong? And how can I change the rule so the actor destroys after 10 clicks not 1.

PLEASE HELP!!!! COLLEGE DEADLINE SOON APPROACHING!

Comments

Sign In or Register to comment.