Skip to main content
Participant
January 28, 2007
Question

how to make a parabola effect

  • January 28, 2007
  • 3 replies
  • 283 views
I want to make a ball to move in that way, is there any function that can achieve this effect? Or do I need to write the code myself?(for exemple, this._y=this._x*a*....)
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
January 28, 2007
write that code yourself. that's pretty simple:

Inspiring
January 28, 2007
flsg;
If the path is "known", a simple motion guided tween might suffice,
otherwise see "sly one's" reply... -Tom Unger


Inspiring
January 28, 2007
There is no built-in function that will do that. You'll have to write your own or use something like Fuse Kit (I think it creataes tweens along bezier curves):

http://www.mosessupposes.com/Fuse/