Unique class for each movieClip?

Hello :slight_smile:

This is what I am trying to do. I have a “n” number of dynamicly loaded movieclips (ships). Each ship has a unique movement throught points that I also load from an xml file. For example “Ship A” will go to x:100 y:120 then to x:200 y:300 and so on. Ship B has a diffrent set of points that will travel. I know how to make this work for one movieclip(ship). I was wondering if I can use the same “movement” class for all of them? What values should I pass to the class exept the movement array of each ship? How should I build a class that will “play” like an “enterFrame” for each ship? If my question is stupid I apologise :).

Chris