[Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Patrick Jean
Greetings. Is there a way to force flash' events to keep going down the chain even if a clip is trapping the message ? by example, if you have CLIP A , and CLIP B contained within CLIP A. CLIP A simply have a on(rollOver) CLIP B have a on(Press) By default, CLIP B will never receive the

Re: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Julian 'Julik' Tarkhanov
On 11-apr-2006, at 20:40, Patrick Jean wrote: Greetings. Is there a way to force flash' events to keep going down the chain even if a clip is trapping the message ? by example, if you have CLIP A , and CLIP B contained within CLIP A. CLIP A simply have a on(rollOver) CLIP B have a

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Patrick Jean
:[EMAIL PROTECTED] On Behalf Of Julian 'Julik' Tarkhanov Sent: Tuesday, April 11, 2006 3:48 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Modifying flash's chain of events On 11-apr-2006, at 20:40, Patrick Jean wrote: Greetings. Is there a way to force flash' events to keep going down

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread André Goliath
:[EMAIL PROTECTED] On Behalf Of Patrick Jean Sent: Tuesday, April 11, 2006 10:02 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Modifying flash's chain of events Oh, I thought about it. Ok, I guess I'll have to use that method. I wish there was a pass method. Maybe in version 9

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread Patrick Jean
--- Subject: RE: [Flashcoders] Modifying flash's chain of events just a guess, but wouldn´t it be possible to call the parent´s event handler method from the child that recieved the event like this._parent.__f_click(); work for you? This works for click events

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread André Goliath
--- Subject: RE: [Flashcoders] Modifying flash's chain of events just a guess, but wouldn´t it be possible to call the parent´s event handler method from the child that recieved the event like this._parent.__f_click(); work for you? This works for click

RE: [Flashcoders] Modifying flash's chain of events

2006-04-11 Thread André Goliath
doh, nevermind, understand your problem,... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of André Goliath Sent: Tuesday, April 11, 2006 11:19 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Modifying flash's chain of events ehm, how can