No its just I already have the program done with all the layers done separately they are not placed into a common DisplayObjectContainer


so to make it work I will have to select all of the images used and then convert them into a movieclip and give that a instance name I was wanting to avoid that because I will have to go through the script and change my code to reflect the new one:

image1
image2
image3

ect....

will all have to be changed to

newmovieclip.image1
newmovieclip.image2
newmovieclip.image3


unless there is a better way
But I figure I will do that to make it work.