Option 3 would be the right one:
ActionScript Code:
centerpoint.attachMovie("making_mc", "making_mcattached", 22);
centerpoint.making_mcattached.troubleMC.onRollOver = function() {
trace(this);
};
This assumes that:
a) you already have a movieclip with an instance name of centerpoint on the stage
b) you have a movieclip in your Library with the linkage id of "making_mc"
c) that mc contains a further mc with an instance name of "troubleMC"
d) and that you are actually trying to target troubleMC from the _root timeline.
__________________
©2006 GlosRFC - Searching 8,168,684,336 brain cells