I don't know if this is the right place to put it, but I have an animation issue. I made a soccer player (actually he's just a cell-shaded stickman, but I am using him as a soccer player). One of his main animations is his "kick" animation, where he will move forward a little bit and kick the ball. His body and limbs are all bone-animated. The problem came up when I tried to implement him in my game. I typed up a script that would, when you press [space], run the animation and make him kick the ball. Unfortunatly, when you tap space the man's body goes through the motions, but his limbs don't move at all. When you hold space, though, he works just fine. Is this a common problem? Is there a simple solution? PM me if you need the script I am using, and I am working on uploading a video of my problem. Thanks!


When your script isn't working right, usually it's because it's doing exactly what you told it to. -An Unknown Programmer