I'm not sure if this is possible in AS2 but I'll try asking first.
I have two movie clips which enlarges when rolled over. My problem is that the second image overlaps the first image when the first image enlarges. The two images are side by side.
not sure what you're asking. overlapping is controlled either by depth property - it can be set, for example, when you're creating a movie clip:
_root.attachMovie("enemy1","enemy1_" + enemyCount, enemyDepth);
or by using layers in the editor.