I am diving into Tween.js for some elementary animation.
It seems like for making a ball move across a fixed path you need the MotionGuide plugin. Here is a document at :
http://www.createjs.com/Docs/TweenJS/classes/MotionGuidePlugin.html
I want to make my object move in a sort of an inverted L shaped maze, how do I change the array values in the supplied path object? The values as the documents imply are translating to moveTo and curveTo calls.
I am not sure as to how to make it traverse a fixed L shaped path. Any clues?