Hello James, This was exactly the problem! Thanks. When I would redraw the image with copyPixels it would set the image objects useAlpha flag to false. Thank you a bunch.
Jason Tuesday, December 11, 2001, 11:32:34 AM, you wrote: JN> Jason Gruhl <[EMAIL PROTECTED]> wrote: >> The problem I am running into is with images whose background is >> completely "see-through". When copypixel copies the image it places >> a white background. It says in the lingo dictionary this is default. >> Does anyone know how to specify a completely see-through background? JN> Hi Jason, JN> Take a look at the <bitmapMember>.image.setAlpha() command and the JN> <bitmapMember>.useAlpha property. These work only if the image you use is JN> at 32 bit depth, if the alpha data is an integer or an 8-bit image exactly JN> the same size as the 32-bit image. JN> Cheers, JN> Jame _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
