can a movieclip created on the fly contain another movieclip?

topic posted Thu, August 9, 2007 - 10:04 AM by  aimee_danger
Share/Save/Bookmark
Advertisement
I am using this script:

for (var i:Number = 0; i < numberOfObjects; i++)
{
this.createEmptyMovieClip("object"+i, i);
this["object"+i].loadMovie("images/bottle"+i+".png");
}

to create a series of movie clips with images. My question is this: if I replaced the .png files with .swf files, could those .swf contain movieclips? If so, how would I reference one of those (say we called it buttonMC)?

Aimee
posted by:
aimee_danger
Portland
Advertisement
Advertisement

Recent topics in "flashdesign"