Dynamic mc to motion guide

Hello,

I’m working on a image gallery. I worked with Colin Moock’s book Essential ActionScript 2.0. I created a class that creates a mcHolder and loads an image. If you call the class, you can give the width, heigt, border, etc.
I would like to assign the dynamicly created mc’s to a spiral on the stage. Then the images should go from small to big when you move the mouse to the left (or use the left-cursor). The opposite is for the right; then the image goes from big to small. It all has to be animated. The amount of mcHolders is always the same. It depends on the amount of images if the mcHolders holds an image. The images are loaded from an external xml-file.

My question is: how do I accomplisch this? Should I use a motion guide? And how do I get the mcHolders to the line I drawed (say the motion guide). Please help me!

Frappanter.