Subj : JS_ResolveStandardClass and my 'DOM' To : netscape.public.mozilla.jseng From : Bruce Wheaton Date : Wed Sep 15 2004 05:57 pm I'd like to make my own object hierarchy, similar to Flash etc. I saw the thread about lazy evaluation. Can I use this through a calling chain? Say I want to use a function in a script: show.module3.cue5.GotoAndPlay("Start") The show object is the base of my tree (I don't think it needs to be the global object, does it?) then module3 and cue5 are objects that I wouldn't create unless needed. Can I do that? Ideally, when the script compiles first, I would create the objects as needed and root them. So my global class has something called a 'resolve op' (which I haven't tracked down yet) from which I call JS_ResolveStandardClass? And then again for the child? I'm not seeing it yet. Thanks, Bruce Wheaton .