View Single Post
Old 22-02-2008, 03:57   #15 (permalink)
stuntman
cunning stunts
 
stuntman's Avatar
 
Join Date: Jul 2007
Posts: 1,085
Try making the blokes head into a button then apply some actionscript.

on (release) {
gotoAndPlay(2);
}

And add a stop command at frame 1.

Then you'll have a bit of control.

And you could try easing the ball in and out on its path.

  Reply With Quote