Re: [Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-20 Thread Sascha Balkau
- Original Message - From: Weldon MacDonald [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, March 19, 2006 10:12 PM Subject: Re: [Flashcoders] Alpha-blending two MC's with bitmaps? I experimented and with the images as mc's, attached

Re: [Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-20 Thread Weldon MacDonald
list flashcoders@chattyfig.figleaf.com Sent: Sunday, March 19, 2006 10:12 PM Subject: Re: [Flashcoders] Alpha-blending two MC's with bitmaps? I experimented and with the images as mc's, attached from library, and your function on frame one, not as a class, the function works as you wanted

Re: [Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-19 Thread Weldon MacDonald
I experimented and with the images as mc's, attached from library, and your function on frame one, not as a class, the function works as you wanted it too. Are you sure the images are really where you expect them to be? ie. is the image loaded when the call is made? Maybe something about your

[Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-18 Thread Sascha Balkau
Hi list, I got a number of movieclips created with createEmptyMovieClip, into every MC I load a JPG image dynamically and then it's set it invisible. Then I change the depth of two of these mc's, say one to depth 2000, the other to 2001, make them visible and then I try to blend over these two

Re: [Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-18 Thread Sascha Balkau
. Flash 8 is no choice as my client wants it in Flash 7. Thanks, Sascha - Original Message - From: Michael Bedar [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, March 19, 2006 12:32 AM Subject: Re: [Flashcoders] Alpha-blending two MC's

Re: [Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-18 Thread Weldon MacDonald
@chattyfig.figleaf.com Sent: Sunday, March 19, 2006 12:32 AM Subject: Re: [Flashcoders] Alpha-blending two MC's with bitmaps? There is a limit to how many alpha'd movieclips you can have overlapping before Flash runs into display errors. If a movieclip is supposed to be completely invisible, set

Re: [Flashcoders] Alpha-blending two MC's with bitmaps?

2006-03-18 Thread Sascha Balkau
: Weldon MacDonald [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, March 19, 2006 4:55 AM Subject: Re: [Flashcoders] Alpha-blending two MC's with bitmaps? I've done what you seem to be discribing and it works. You probably have a small bug in your code