Recently, "Rob Cozens" wrote: > And why, as Paolo asked, doesn't the image's background color appear > behind the transparent portion of the image regardless of the image's > opaque property?
I've never seen an example of the opaque property affecting image objects (though MC's docs claim this property does affect image objects). As far as image backColor goes, the only way I've been able create an image whose backColor can be changed is by drawing a paint graphic (rect, oval, etc). Basically, if you want to be able to change the background color of an imported image, you can use two objects: your image object with a graphic object behind it, and change the backColor of the graphic object as needed. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
