RE: [Flashcoders] Flashing Flash

2010-05-21 Thread Keith Reinfeld
: [Flashcoders] Flashing Flash - Original Message From: Keith Reinfeld keithreinf...@comcast.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wed, May 19, 2010 1:53:06 PM Subject: RE: [Flashcoders] Flashing Flash Don't remove container_middle at all. Instead add

Re: [Flashcoders] Flashing Flash

2010-05-20 Thread John Singleton
- Original Message From: Keith Reinfeld keithreinf...@comcast.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wed, May 19, 2010 1:53:06 PM Subject: RE: [Flashcoders] Flashing Flash Don't remove container_middle at all. Instead add/remove its children

[Flashcoders] Flashing Flash

2010-05-19 Thread John Singleton
Hi; I have this code: big_container.removeChild(container_middle); big_container.removeChild(container_middle2); container_middle = new Sprite(); big_container.addChild(container_middle) It loops and is called in each iteration

Re: [Flashcoders] Flashing Flash

2010-05-19 Thread Bob Wohl
W/O seeing what is exactly going on... maybe set the alpha to 0 till it's been added? On Wed, May 19, 2010 at 9:19 AM, John Singleton johnsingleton...@yahoo.comwrote: Hi; I have this code: big_container.removeChild(container_middle);

Re: [Flashcoders] Flashing Flash

2010-05-19 Thread jonathan howe
Looping in frame code, looping in ENTER_FRAME event or looping via a timer? On Wed, May 19, 2010 at 1:16 PM, Bob Wohl bob.w...@gmail.com wrote: W/O seeing what is exactly going on... maybe set the alpha to 0 till it's been added? On Wed, May 19, 2010 at 9:19 AM, John Singleton

RE: [Flashcoders] Flashing Flash

2010-05-19 Thread Keith Reinfeld
...@chattyfig.figleaf.com [mailto:flashcoders- boun...@chattyfig.figleaf.com] On Behalf Of jonathan howe Sent: Wednesday, May 19, 2010 12:23 PM To: Flash Coders List Subject: Re: [Flashcoders] Flashing Flash Looping in frame code, looping in ENTER_FRAME event or looping via a timer? On Wed, May 19, 2010 at 1