Hi guys, I'm still a newbie with C2 and probably this is going to be a basic question, I'll really appreciate your help.
I have taken back my penalty shotout game and I'm kind of stuck with it, I need to make the player kick the ball and I have set a click event for this, so after the mouse is clicked the shooter animation begins and when the animation reaches the frame number 5 I need to start moving the ball towards the goalie. Actually there will be an object moving around the goalie and the ball must follow the object (its an aim), I know i will need to add some physics as well to simulate a real kick.
My question is, how may I move the ball towards this object, I have tried several ways but I just make the ball disappear when it exists the stage.
Once again guys thanks a lot for your help.