If the display object is checking itself, all you have to do is check to see if stage == null.

Otherwise, you can see if its parent contains it.

parentClip.contains(dispObj);

that said, i'd still like to know how to determine if a display object is in the current display list?
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to