On Thu, Sep 27, 2007 at 01:44:53PM +0800, zou lunkai wrote:
> > _root is known to be a proper property so it might be reomved as well
>
> Are you sure? mc.hasOwnProperty("_root") == false here.
Ok, maybe is not 'proper' but its a member, see MovieClip.as:43
check_equals(typeof(this['_root']), 'movieclip');
check_equals(typeof(this['_level0']), 'movieclip');
check_equals(typeof(this['this']), 'undefined');
> _root is referencable anywhere in my experience.
>
> Would be glad to know when _root == undefined(except for name hidden tricks).
Me too actually, but I wonder how can we do that. trace(_root) maybe ?
--strk;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit