Under one layer I have an invisible hotspot which I am capturing mouse position when rollover occurs.
Then within same actionscript I have a setPropery command on an instance name of another movie clip.
setProperty("subObj", _x, var_x);
This other clip is on another layer and is a sub movie clip of another layers movie clip.
Why won’t my setPropery command update the position of this sub clip? Am I missing something like
_root.subObj
Please help.