TweenTransform
I want to Use the same trigger on 2 Separate TweenTransforms. I would like to activate one TweenTransform with Open mouth like move a hat from off screen onto the head. The when you want to remove the hat open your mouth again to move it off screen again. Then I want to start over. So like this OpenMouth Move hat to Headbinding. Delay so no action can remove it. then after delay, OpenMouth to move hat back off screen. Then with no delay you can put the hat back on.
What is happening is the scripts are running at the same time after the first run. each time you open mouth its running Tween1 and Tween2.
Anyone know how to do this?