Henrik,
   Setting mouseChildren=false on an InteractiveObject/Sprite is much
easier. The children no longer react to or originate mouse events.

HTH,
   Ian

On Thu, Nov 19, 2009 at 9:00 PM, Henrik Andersson <[email protected]> wrote:
> Whenever I need to work with a reference to a leaf node, I run a loop like
> this:
>
> for(var obj=target;obj!=stage;obj=obj.parent) {
>        if(target is Type) {
>                yay();
>                break;
>        }
> }
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to