Re: [Flashcoders] AS3 - first site

2008-04-14 Thread Forrest Maready
slide.mouseChildren = false; On Mon, Apr 14, 2008 at 11:43 AM, Corban Baxter <[EMAIL PROTECTED]> wrote: > Hey guys I am having some issues with understanding AS3 and how all my > scope etc works. Can I get some type of explanation on this. Below is > some code I am trying to use in my first AS3 p

Re: [Flashcoders] Dynamically changing FLV framerate

2008-04-09 Thread Forrest Maready
Hi Sajid- I'd been searching for a way to do something similar. I suggest you take a look at this link: http://mrdoob.com/blog/post/504/ It might give you some initial direction. On Wed, Apr 9, 2008 at 2:17 AM, Sajid Saiyed <[EMAIL PROTECTED]> wrote: > Hi, > Does anyone know a way to dynamica

Re: [Flashcoders] possible reasons for crash on compile in flashcs3?

2008-04-08 Thread Forrest Maready
Hi Mario- Are you on a Mac? or Leopard 10.5.2? I know the brand new Mac Book Pro's have been having some weird issues: http://www.rockonflash.com/blog/?p=109 On Mon, Apr 7, 2008 at 9:29 PM, mario gonzalez <[EMAIL PROTECTED]> wrote: > What might be some possible reasons why the flash IDE crashes

Re: [Flashcoders] removeChild - targeting question

2008-04-01 Thread Forrest Maready
Steven said "event.currentTarget" Leandro said "emitter.parent" Thanks guys! I think the removeChild is working below (event.currentTarget), but now I'm getting the "Cannot access property or method of a null object reference" which is usually what happens when the EventListener is calling a non-e

[Flashcoders] removeChild - targeting question

2008-04-01 Thread Forrest Maready
The code below has a problem. The line within the removeDead function is supposed to removeChild on the emitter object. I can't for the life of me figure out what the path is- is it event.target.parent.removeChild(event.target) or is it parent.removeChild( event.target) or what? I've tried eve