PDA

View Full Version : Bezier Tweens


Tom Clark
05-13-2005, 09:29 AM
Wow, working on drawing bezier curves for the past couple of hours (as explained in my previous thread (http://www.actionscript.org/forums/showthread.php3?t=73231)) really shed some light on cracking how to make Bezier Tweens.

Here's an example fla and swf showing dynamic tweening along a bezier path. Not sure if this has been done before, but it certainly isn't included from Macromedia!

I'll write a more complete class (following in the footsteps senocular.com's Ease class) if people want me to. I can easily extend this to an arbitrary number of control points, as in my other thread. Check it out and tell me what you think!

Update: You can move the middle control point in this demo and alter the bezier path!

darth
05-13-2005, 10:59 AM
word! I was about to start a new thread asking how to do this(and probably never got it answered) but hey!
You should write a tutorial or something, otherwise this post might get lost in here.

fiona
05-13-2005, 11:49 AM
Yes, I am very interested of an tutorial