[Flashcoders] Replacing Colors?

2009-01-13 Thread peter ginsberg
Is there any way to do color swaps in AS3? What I'm looking to do is: Take a given DisplayObject (MovieClip or Sprite to be specific), look for particular colors (specific RGB values) and replace those colors with other specific RGB values, all without touching any other colors. Sort of like

Re: [Flashcoders] Re: Flash - cross-platform? really?

2008-08-13 Thread peter ginsberg
On Wed, Aug 13, 2008 at 10:04 AM, Ashim D'Silva [EMAIL PROTECTED]wrote: Hey, thanks for all the feedback. I'd like to think we've tested on a large enough amount of machines to eliminate differences in power, and I hate to say it but PC's are performing better than Macs. Any more

[Flashcoders] CS3: Test Movie vs. published swf (or, how to update test player?)

2008-07-20 Thread peter ginsberg
This isn't precisely related to AS3, but it's definitely something in my code in particular causing this issue. I'm working on an application (a game) that contains some pretty complicated AS3 code. It's a CS3 project, with a main .fla file and several sub .flas with their own classes. I don't

[Flashcoders] Strange Masking Bug in Flash

2008-07-03 Thread peter ginsberg
Hoping to get some help with a bizarre bug that has been haunting development of the current game we're working on. The situation is this: We have character animations where we swap in dynamic clothing. We developed a system where we add patterns dynamically to the clothing by doing the

Re: [Flashcoders] Strange Masking Bug in Flash

2008-07-03 Thread peter ginsberg
On Thu, Jul 3, 2008 at 12:07 PM, Allandt Bik-Elliott (Receptacle) [EMAIL PROTECTED] wrote: are the masks rendered as bitmaps? Yay, thank you! I'm not sure why I didn't try this before, but you're right -- if I set cacheAsBitmap to true on the mask and the masked clip, the issue disappears.