Calling different class instances

what’s the best way for an outside object (say, a button) to call a prototype method inside another class instance? i can do it by calling it directly, like this:


_level0.shape.loadShape(objectNum); 

however, i think theres’ gotta be a better way to call it–what do you think?

-mojo