Re: [Flashcoders] Animation stops working after swapChildren

2010-05-15 Thread Fahim Akhter
ha, apparently rather sadly. That seems to be the case. I have complex character animations which I really can't recreate through code (noobness) what do you suggest? Fahim Akhter Game Developer | White Rabbit Studios | http://apps.facebook.com/feline-frenzy/ On Fri, May 14, 2010 at 6:03 PM,

Re: [Flashcoders] Oh the irony

2010-05-15 Thread Kerry Thompson
I don't see anything ironic about using QuickTime. It's one of Apple's big success stories. I can kind of see them pushing HTML5 over Flash, for business reasons. But why would they want to use HTML5 over their own product? Cordially, Kerry Thompson Ktu wrote: amazing On Fri, May 14, 2010

Re: [Flashcoders] Oh the irony

2010-05-15 Thread Matt S.
On Sat, May 15, 2010 at 9:58 AM, Kerry Thompson al...@cyberiantiger.biz wrote: I don't see anything ironic about using QuickTime. It's one of Apple's big success stories. I can kind of see them pushing HTML5 over Flash, for business reasons. But why would they want to use HTML5 over their own

Re: [Flashcoders] Oh the irony

2010-05-15 Thread Matt S.
that being said, I just looked at it from a different computer and it was using video so I'll just go ahead and put the mud on my own face ;) . Apparently on the previous computer it rolled back to Quicktime for some reason. .m On Sat, May 15, 2010 at 11:16 AM, Matt S. mattsp...@gmail.com wrote:

[Flashcoders] Detecting MovieClip Type

2010-05-15 Thread Fahim Akhter
Hi, I'm wondering about something I need to have a check on movieclip. If it is a movieclip then the check should return true. How can I put a if statement on movieclips? if(movieClip) ? Fahim Akhter Game Developer | White Rabbit Studios | http://apps.facebook.com/feline-frenzy/

Re: [Flashcoders] Detecting MovieClip Type

2010-05-15 Thread Piers Cowburn
if (foo is MovieClip) On 15 May 2010, at 16:46, Fahim Akhter wrote: Hi, I'm wondering about something I need to have a check on movieclip. If it is a movieclip then the check should return true. How can I put a if statement on movieclips? if(movieClip) ? Fahim Akhter Game

[Flashcoders] Changing Values Programmatically

2010-05-15 Thread John Singleton
Full View Hi; I have the following code. When it runs through BigContainer the second time, for some reason my containers disappear and nothing shows on the screen. This happens even if I take out my removeChild statements, and that's what's got me puzzled. Ideas? var

Re: [Flashcoders] Oh the irony

2010-05-15 Thread Ktu
From all of this crazy stuff going on the last couple of months, I can't wait to see what happens. apple blatantly bashed Flash. They still offer Flash in their own store (because Adobe products have helped keep apple alive). Their policy changes. the new iad network. the iBad TLF Flash on

[Flashcoders] Omit Files on Build in Flash Builder

2010-05-15 Thread Elia Morlin
How do I define which files to omit when the building process occurs in Flash Builder. Flash Builder likes to include every single swf, gif, png. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Omit Files on Build in Flash Builder

2010-05-15 Thread Dave Watts
How do I define which files to omit when the building process occurs in Flash Builder. Flash Builder likes to include every single swf, gif, png. Are any of those files directly included in the file you're building via the Embed directive? If so, they're going to be included in the build