[Flashcoders] (no subject)

2010-09-01 Thread George Jones
Hi; I'm trying to tweak a script I found online to work for my application. The problem I am having is to make a certain part of the bitmap that is created by code transparent...but only a certain part of it. The code has the following: _fire = new BitmapData(865, 92, false,

Re: [Flashcoders] (no subject)

2010-09-01 Thread Karl DeSaulniers
I dont think that setting the alpha to true was your problem. It may not be showing anything because it may be making ALL the pixels transparent? Maybe look into that? Also try blendmode overlay. That may help the opaque pixels lay over the transparent ones. or vice versa I don't have an