Hello,
I have got a model of an arrow and bow. There is an animation, where the bowstring is pulled back maximum, to save maximum energy for the arrow to shoot. What Scripting possibilities do I have, if I wanted the pull-back animation only to play, if the mouse is being dragged in negative y direction (Function: OnMouseDrag()). I want the animation to stop, once the mouse has been released, so that the arrow flies according to the force on the bow string…how can I achieve this?
Thanks in advance!