Path Class [ June 17, 2005 ] by Ivan Dembicki, aka Iv A tutorial on the usage of the "Path" class, useful to make movieclips follow a dynamic path generated through actionscript. The class can be downloaded freely. Imagine that you have to move an object in a straight line. No problem: in enterFrame you put something like this._x += this.speed and the object moves. It gets a bit more complicated w