Hello,
I load my thumbnail into flash this way:
material.holder.loadMovie("material.png")
material.holder._xscale = 75;
material.holder._yscale = 75;
how can i make it so when the user rollsover the image loaded, it darkens to appear highlighted?
Is this possible with actionscript?