On Sep 8, 2010, at 1:15 PM, George Jones wrote:
if (gp < 1050112)
{
_redArray.push(0);
_alphaArray.push(255);
_greenArray.push(0);
_blueArray.push(255);
Shouldn't this be _blueArray.push(0); and only alphaArray should be set to 255? That may be why your getting a blue background. Karl DeSaulniers Design Drumm http://designdrumm.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

