Hey people. I was wondering if anyone could help me
[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;
};
}
}
{[/AS]
Once character hits the tree the movie stops and what I need is when he walks away from the tree again the movie starts playing again.