chris_angell
09-12-2007, 11:52 AM
I am using attach movie to ctreat a selection of movies..
_root.attachMovie("image", "image" + i, i);
but i would like to group these in a movie clip i can control (a parent movie clip) but when i try this
_root.parentMC.attachMovie("image", "image" + i, i);
it doesn't work... i want to move all the movieclips i make.. but at once so i want to put them in a holding mc
I WANT TO DO THIS.
_root.parentMC.attachMovie("image", "image" + i, i);
THIS LOOPS
then i can move all the movies just made... ???
_root.parentMC._x = "400"
any help will be great
:)
_root.attachMovie("image", "image" + i, i);
but i would like to group these in a movie clip i can control (a parent movie clip) but when i try this
_root.parentMC.attachMovie("image", "image" + i, i);
it doesn't work... i want to move all the movieclips i make.. but at once so i want to put them in a holding mc
I WANT TO DO THIS.
_root.parentMC.attachMovie("image", "image" + i, i);
THIS LOOPS
then i can move all the movies just made... ???
_root.parentMC._x = "400"
any help will be great
:)