Other Ways to Disable Multitouch?
Using the mouse controls to disable multitouch does not work well for me, because it allows you to just press down on the screen in front of the enemy while it passes to destroy it. You can also just "scribble" everywhere for an easy play. I do not want this, so are there any other ways to remove multitouch?
Comments
When Touch count Equal or greater than 1
change touchable to true
Another Rule
When touchable equals true
Timer: after .2 seconds change touchable to false
Then all you'll have to do is make the actors only destroy when they are touched and touchable is true.
I hope that helps, that's all I could come up with from your description.