How to make a path-based animation with paper.js E.G bezier curve.
I am creating a project that will allow you draw a canvas path and then animate anything else you draw along the path and then export the code for use in your own projects. Paths are built from joining cubic Bezier curves. A first version is available at http://canvimation.github.com/ with source code at https://github.com/canvimation/canvimation.github.com and help files at https://sites.google.com/site/canvimationhelp/.
I am currectly rewriting the code to make it more understandable and robust (stage 1 branch) but have not got to rewriting the animation sections yet. If any of the code is useful to you then you are welcome. Probable useful files are alongpath.js and buildmenu.js