Skwerlz
04-09-2007, 11:47 PM
Ok here goes. I am making a see your home before yuo have your exterior work done.
I'm on windows, of which there will be multiple choices of windows to put in certain areas. That part I have no problem with.
My problem comes with adding shutters as each window is a different size so I would need to place the shutters differently for each window, but be able to load the same shutter for all windows, but be able to change the shutter color as well.
I was thinking I could create a movie clip called "shutters_mc".
Inside "shutters_mc" I would have an mc called "color_mc" which I would use colortransform to change the color, and "shutload_mc" that I would use to load the shutter image.
I then want to load "shutters_mc" into the externally loaded movie called "windows_mc" which has 2 MCs maybe called "shuts_mc" to load "shutters_mc" into.
So I want to load _root.shutters_mc into _root.windows_mc.shuts_mc
I am wondering if waht I am suggesting is possible or if there is a better or alternate way to do it.
I'm on windows, of which there will be multiple choices of windows to put in certain areas. That part I have no problem with.
My problem comes with adding shutters as each window is a different size so I would need to place the shutters differently for each window, but be able to load the same shutter for all windows, but be able to change the shutter color as well.
I was thinking I could create a movie clip called "shutters_mc".
Inside "shutters_mc" I would have an mc called "color_mc" which I would use colortransform to change the color, and "shutload_mc" that I would use to load the shutter image.
I then want to load "shutters_mc" into the externally loaded movie called "windows_mc" which has 2 MCs maybe called "shuts_mc" to load "shutters_mc" into.
So I want to load _root.shutters_mc into _root.windows_mc.shuts_mc
I am wondering if waht I am suggesting is possible or if there is a better or alternate way to do it.