say i have a fence section movieclip and another movieclip on top that contains various gradients to give the fence section a bit more realism. could i just use the tint property through actionscript and write functions that change the fence section movieclips tint that give me the same result as the color transform method? then i could just do without the extra movieclip for shading.
of course this assumes that i would take the gradients on the shading movieclip and apply them to the graphics in the fence section movieclip.