I am having problems with using relative terms and shared objects. For example:

whatever = _parent._parent.partOfMC;
cube_so.data.morph.whatever = whatever;

This doesn't seem to work because (I think) flash reads the relative path as level0. How can I use a relative path and make the shared object work? This was hard to explain, so if you don't understand, I will try explain better. Thanks,

gamist