Dont want an actor to react.
I have an actor that when touched will interpolate to a new position and size. (this works fine). But once the actor is in its new location you can still touch it again and it will react.
How can I stop the actor from reacting to another touch?
How can I stop the actor from reacting to another touch?
Comments
in your touch is pressed rule for the interpolate, have that in a rule when attribute stop=0
then inside the touch is pressed rule where the interpolate is, also have a change attribute changing stop to 1