Dont want an actor to react.

crapscraps Member Posts: 353
edited November -1 in Working with GS (Mac)
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?

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    you can make a self attribute called stop or something and have it set to 0.

    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
Sign In or Register to comment.