Moving an object on a path in AS2
Lately I’ve been working on a custom solution to animate movie clips via Actionscript. As I needed more flexibility than the Tween class provides, I’ve thought about writing my own engine and started studying Bezier curves. Fortunately I discovered Path.as, written by Ivan Dembicki. Basically you give it a number of control points and it [...]
Full Story