Hi !
Just a small question here, I often want to use the BounceIn/BounceOut method from UITweener, but I want to use it by triggering the UITweener with a UIButtonTween script set to Toggle.
The problem is uses BounceIn when toggle to true and BounceOut when toggle to false. And so, if I want to make something appears and bounce it works fine, but when I'm making it disappear it starts bouncing and then disappear.
What if I only want to make it bounce when it ends the tween ?
PS : I don't really want to set everything using a custom script, that will change the method of the UITweener. But I guess that's how it should be done ?