Designer_101 -2 Posting Whiz

Hi

I have two movie clips :
-wall
-man

I've right clicked on the man and applied the following code

onClipEvent (enterFrame) {
	if (_root.man, hitTest(_root.wall)) {
		gotoAndPlay(2);
	};
}

The hittest is working, however i have a feeling the gotoAndPlay function is applying itself to the movieclip instance and not the whole thing.

Could someone please help!!
Thankyou