Hi!
What I am trying to achieve is being able to press one button to activate/deactivate an animation.
I have two animations, a jetpack activate and a jetpack de-activate.
All I want to do is trigger each animation with one button press ![]()
I’m not really sure how I could go about doing this ![]()
I have been using:
animation.CrossFade(“jetpackActivate”)
animation.CrossFade(“jetpackDe-activate”)
Thank you in advance ![]()
Did you want Activate to play until finished, them play Deactivate? Or press key once to activate, then again to deactivate?
– DaveA