X/y of MC not activating

Basically, when an MC touches another MC, it moves to a different frame of the actual movie. The problem is, I want the coordinates of the MC that touched the other to change after the actual movie has gone to the frame it was told to. This is the AS I have right now, in which the coordinates wont change:

onClipEvent(enterFrame) {
if (this.hitTest(_root.rah)) {
_root.gotoAndStop(“2”);
tellTarget(_root.rah) {
_x=36;
_y=197;
}
}
}

I think I might have an idea on how to fix it that I just thought of, but now I have to go somewhere till 12:30 so yeah >_>

Well, I just discovered kindof a big problem and it’s making my head all explody :hat:. I’ve been working on making a game in which when reaching one area will move you to another, in which there are more areas to move into. I tried some duplicating movie stuff but that didn’t work too well for me, seeing as how I dont have a very good idea on what I’m doing. My problem is having the MC that you control appear at the right places in the other frames depending on which MC is used to enter other areas(Frames).

Well it looks like I cant attach the FLA cause it somehow managed to get to 6 MBs in size, but the type of game I’m aiming for can be found here: http://www.newgrounds.com/portal/view.php?id=128387

Cough

Nevermind, I think I may have found a much more confusing and difficult alternitive. :skull: