Select and move multiple movieclips dynamically (AS2, CS4)
Hi Flashkit.
I have a button that uses attachMovie to add a movieclip to the stage. You can add multiple instances of this clip to the stage, which works fine.
I also have a feature whereby you can select and move these objects around the stage one by one.
I am trying to add a feature whereby you can select more than one object at a time (indicated with a drop shadow - which I have working) and then move them together. This feature would also allow you to rotate the selected objects by 90ยบ, leaving the unselected objects where they are.
I'm fairly certain that I'll need an array to hold the selected objects, and then use this info to move/transform only the chosen objects, but I can't figure out how to implement this.
Any help on this tricky issue greatly appreciated!!!!
:confused:
Dynamically Adjust Registration Point
After research, I found there is a property called _xreg and _yreg. I'm trying to figure out if that is available or needed in Actionscript 3.0, but here is a link that will provide some additional information.
http://www.darronschall.com/weblog/2...n-with-as2.cfm
Just a note, according to the text this function should also work in AS3.0.