[Flashcoders] Playing With Fire

2010-09-10 Thread George Jones
the bitmap is generated and regenerated continually by code. So, is it possible to convert the bitmap image into vector graphics programatically? How? Tutorials I couldn't find? TIA, George ___ Flashcoders mailing

RE: [Flashcoders] Playing With Fire

2010-09-10 Thread George Jones
the alpha values of the background to 0 and nothing worked. So I guess I'm out of luck. Any other thoughts? TIA, George ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

RE: [Flashcoders] Impossible?

2010-09-09 Thread George Jones
From: k...@designdrumm.com Subject: Re: [Flashcoders] Impossible? Date: Wed, 8 Sep 2010 16:18:36 -0500 To: flashcoders@chattyfig.figleaf.com On Sep 8, 2010, at 1:15 PM, George Jones wrote: if (gp 1050112) { _redArray.push(0

RE: [Flashcoders] Impossible?

2010-09-09 Thread George Jones
From: k...@designdrumm.com Subject: Re: [Flashcoders] Impossible? Date: Thu, 9 Sep 2010 07:39:51 -0500 To: flashcoders@chattyfig.figleaf.com Sorry, didn't see your comment at the bottom. Yeah. I'm about ready to throw in the towel on this one. I don't think it's possible. George Karl

RE: [Flashcoders] Impossible?

2010-09-08 Thread George Jones
the var gp is less than 1050112 indicates that which should appear transparent. Presuming it is a problem of masking too much, what do? TIA, George ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Impossible?

2010-09-08 Thread George Jones
that which should be transparent. Any thoughts? TIA, George ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Impossible?

2010-09-08 Thread George Jones
, 92, _bitmapFlag, 0xff); _fireSprite.addChild(new Bitmap(_fireMask)); addChild(_fireSprite); This code executes. It doesn't add the mask to the stage? Please advise. TIA. George

RE: [Flashcoders] Impossible?

2010-09-08 Thread George Jones
); _alphaArray.push(0); _greenArray.push(0); _blueArray.push(0); } } } Most important is masking out the blue background. Please advise. TIA, George

RE: [Flashcoders] Impossible?

2010-09-07 Thread George Jones
From: tom.rho...@gmail.com Date: Fri, 3 Sep 2010 16:03:08 +0200 Subject: Re: [Flashcoders] Impossible? To: flashcoders@chattyfig.figleaf.com why not make 2 bitmaps, one transparent and one not, mask the non transparent one to reveal the transparent one, will look the same as what you are

RE: [Flashcoders] Impossible?

2010-09-07 Thread George Jones
posted. Please let me know. TIA, George http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg44114.html I will try and look at my code when I get home later. Glen ___ Flashcoders mailing list Flashcoders

[Flashcoders] Impossible?

2010-09-03 Thread George Jones
that if clause to capture when the color is black because that's where I need to make it transparent. The problem is that where I need it to be transparent, it's blue (why blue I don't know). Is there any way to make it transparent? The entire code follows. TIA, George package { import

RE: [Flashcoders] (no subject)

2010-09-02 Thread George Jones
); _blueArray.push(0); } } where I catch the values under a certain numeric value in my if statement with the var gp, then somehow set the alpha of those values to 0 and leave the rest at alpha=1, I'd be set, but I can't figure out how to do that. TIA, George On Sep 1, 2010, at 7:15 AM

[Flashcoders] (no subject)

2010-09-01 Thread George Jones
is that where I need it to be transparent, it's blue (why blue I don't know). Is there any way to make it transparent? The entire code follows. TIA, George package { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.BlendMode; import

Re: [Flashcoders] real time flash interface.

2007-01-05 Thread George
formated for Flash for update information. So when your Flash find the serial number is increased, check the XML file then. George Paul Andrews wrote: Hi, I'm about to start a new project which will display the workings of a server based system that's manipulating data and passing it between

[Flashcoders] Node Edge performance question

2006-03-15 Thread George Jagodzinski
. Am I looking at a limitiation in the thousands, tens of thousands, hundreds of thousands of nodes? Thanks, George ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

[Flashcoders] motion detection

2005-12-03 Thread George
, and then get a motion point, but am wondering what the trick is in flash to get more point specific stuff like this without killing the processor http://www.benga.li/cam_exp/cameraActivity_07.swf any hints/code would be much appreciated. thanks all the best george