Hittest problem

Hi I’m making an RPG and I’m having trouble with part of the code
[AS]
onClipEvent (enterFrame) {
if (this.hitTest(_root.man)) {
trace(“hit”);
_global.hitWall = true;
trace("Wal mc: "+hitWall);
_root.man.stop();
_root.onEnterFrame = function() {
_root.movie;
_y -= 0;
_y += 0;
_x -= 0;
_x += 0;
};
\I know the code needs to go here
}
}
[/AS]

I know where to code needs to go and everything I try loads up the wrong thing. Maybe the .fla would help better. When I walk into the green circle on the screen (u’ll know when u download it) My movie stops as planned. What I want is when I walk away from the tree again the movie starts scrooling with my character again