Bezier Tween AS2 Class
Monday, May 9th, 2005Bezier tweens are great for creating organic type motion. Robert Penner created an AS1 bezier tween function in this FlashCoders post .
Here is that code ported to an AS2 class. The BezierTween class extends Macromedia's Tween class and can be used in a similar way. Download the BezierTween class. Instructions for use are included in [...]
