Hello,
I receive an output message of Target not found: Target="/char1/vhost_mc" Base="_level0.char1.vhost_mc"
The vhost_mc is located in my char1 movie clip.
I think the following code on my button may be giving me the problem -
_root.attachMovie(“char1_mc”, “char1”, _root.getNextHighestDepth(), {_x:600, _y:350});
I’m not sure what the output message is referring to. Any help would be greatly appreciated!!
Thanks