Frame 1
function itemHandler1(obj, item) {
getURL ("mooseisloose.co.uk");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("Click here for a nekkid hug!", itemHandler1);
myMenu.customItems.push(item1);
_root.menu = myMenu;
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 74 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 4
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 65
stop();
Instance of Symbol 74 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 65
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 126
stop();
Instance of Symbol 74 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 126
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 187
stop();
Instance of Symbol 74 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 187
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 248
stop();
Instance of Symbol 74 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 220 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 220 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 248
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 309
stop();
Instance of Symbol 74 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 309
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Instance of Symbol 223 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Frame 370
stop();
Instance of Symbol 74 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 224 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 370
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 431
stop();
Instance of Symbol 74 MovieClip in Frame 431
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 431
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 431
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 431
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 234 MovieClip in Frame 431
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 431
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Frame 492
stop();
Instance of Symbol 74 MovieClip in Frame 492
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 492
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 492
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 492
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 492
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.spike)) {
_root.gotoAndStop(3);
}
}
Frame 553
stop();
Instance of Symbol 74 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 76 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 78 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 80 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 94 MovieClip "guy" in Frame 553
onClipEvent (load) {
keyK = 1;
lastx = 0;
lasty = 0;
}
onClipEvent (enterFrame) {
lastx = _x;
lasty = _y;
if (Key.isDown(39)) {
_x = (_x + 2);
gotoAndPlay ("right");
} else if (Key.isDown(38)) {
_y = (_y - 2);
gotoAndPlay ("up");
} else if (Key.isDown(40)) {
_y = (_y + 2);
gotoAndPlay ("down");
} else if (Key.isDown(37)) {
_x = (_x - 2);
gotoAndPlay ("left");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin6)) {
_root.coin6.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin7)) {
_root.coin7.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin8)) {
_root.coin8.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin9)) {
_root.coin9.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin10)) {
_root.coin10.play();
_root.coins.play();
}
}
Instance of Symbol 74 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Instance of Symbol 74 MovieClip in Frame 553
onClipEvent (enterFrame) {
if (hitTest(_root.guy.guyHitTest)) {
_root.guy._x = _root.guy.lastx;
_root.guy._y = _root.guy.lasty;
}
}
Frame 554
stop();
Frame 590
stop();
Instance of Symbol 247 MovieClip "platform1" in Frame 590
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 256 MovieClip "chart" in Frame 590
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 0;
speed = 5;
jumpheight = 10;
maxfall = -25;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if ((Key.isDown(32) && (fall == false)) && (jump == undefined)) {
fall = true;
jump = jumpheight;
}
if (jump != undefined) {
if (jump > maxfall) {
jump--;
}
_y = (_y - jump);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
}
onClipEvent (load) {
var rebound = 6;
}
onClipEvent (enterFrame) {
(_root.wall.hitTest(getBounds(_root).xMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0);
(_root.wall.hitTest(getBounds(_root).xMin, _y, true) ? (_x = (_x + rebound)_x + rebound) : 0);
(_root.wall.hitTest(getBounds(_root).yMin, _y, true) ? (_y = (_y + rebound)_y + rebound) : 0);
(_root.wall.hitTest(getBounds(_root).yMax, _y, true) ? (_x = (_x - rebound)_x - rebound) : 0);
}
onClipEvent (load) {
speed = 3;
stop();
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
gotoAndStop (2);
} else if (Key.isDown(37)) {
_x = (_x - speed);
gotoAndStop (3);
} else if (Key.isDown(40)) {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin1)) {
_root.coin1.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin2)) {
_root.coin2.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin3)) {
_root.coin3.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin4)) {
_root.coin4.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.coin5)) {
_root.coin5.play();
_root.coins.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dead)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 247 MovieClip "platform3" in Frame 590
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 247 MovieClip "platform5" in Frame 590
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 247 MovieClip "platform7" in Frame 590
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Instance of Symbol 247 MovieClip "platform9" in Frame 590
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = (Math.round(_root.circle.yMax) + " ") + Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (((_root.circle.xMax > xMin) && (_root.circle.xMin < xMax)) && (_root.circle.yMax < yMin)) {
if ((_root.circle.yMax - (_root.chart.jump * 2)) > yMin) {
_root.circle._y = ymin - (_root.chart._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax) > Math.round(yMin)) {
if (hitTest(_root.circle) && (_root.chart.xmax < xmin)) {
_root.circle._x = _root.circle._x - _root.circle.speed;
}
if (hitTest(_root.chart) && (_root.chart.xmin > xmax)) {
_root.circle._x = _root.circle._x + _root.circle.speed;
}
if ((hitTest(_root.chart) && (_root.chart.ymin > ymax)) && (_root.chart.jump > -1)) {
_root.circle.jump = -1 * _root.chart.jump;
}
}
if (((activated == true) && (!hitTest(_root.circle))) && (_root.circle.jump == undefined)) {
_root.circle.jump = 0;
activated = false;
}
if (((hitTest(_root.circle) && (_root.circle.ymax > ymin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if ((((((_root.circle.ymax - _root.circle.jump) > ymin) && (_root.circle.xMin < xMax)) && (_root.circle.xMax > xMin)) && (_root.circle.jump != undefined)) && (_root.circle._y < _y)) {
_root.circle._y = ymin - (_root.circle._height / 2);
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Frame 591
stop();
Symbol 6 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
_root.play();
Symbol 6 MovieClip Frame 2
gotoAndPlay (1);
Symbol 60 Button
on (release) {
gotoAndStop (4);
}
Symbol 70 Button
on (release) {
prevFrame();
}
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 2
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
var r = 1;
Symbol 94 MovieClip Frame 2
if (r == 1) {
_root.main.frank.inid.gotoAndStop(1);
} else if (r == 2) {
_root.main.frank.inid.gotoAndStop(2);
} else if (r == 3) {
_root.main.frank.inid.gotoAndStop(3);
} else if (r == 4) {
_root.main.frank.inid.gotoAndStop(4);
}
stop();
Symbol 94 MovieClip Frame 7
r = 1;
Symbol 94 MovieClip Frame 10
gotoAndPlay (2);
Symbol 94 MovieClip Frame 13
r = 2;
Symbol 94 MovieClip Frame 16
gotoAndPlay (2);
Symbol 94 MovieClip Frame 18
r = 4;
Symbol 94 MovieClip Frame 21
gotoAndPlay (2);
Symbol 94 MovieClip Frame 23
r = 3;
Symbol 94 MovieClip Frame 26
gotoAndPlay (2);
Symbol 100 MovieClip Frame 1500
_root.gotoAndStop(3);
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 2
stop();
Symbol 204 MovieClip Frame 3
stop();
Symbol 204 MovieClip Frame 4
stop();
Symbol 204 MovieClip Frame 5
stop();
Symbol 204 MovieClip Frame 6
stop();
Symbol 204 MovieClip Frame 7
stop();
Symbol 204 MovieClip Frame 8
stop();
Symbol 204 MovieClip Frame 9
stop();
Symbol 204 MovieClip Frame 10
stop();
Symbol 204 MovieClip Frame 11
stop();
_root.play();
Symbol 204 MovieClip Frame 12
stop();
Symbol 204 MovieClip Frame 13
stop();
Symbol 204 MovieClip Frame 14
stop();
Symbol 204 MovieClip Frame 15
stop();
Symbol 204 MovieClip Frame 16
stop();
Symbol 204 MovieClip Frame 17
stop();
Symbol 204 MovieClip Frame 18
stop();
Symbol 204 MovieClip Frame 19
stop();
Symbol 204 MovieClip Frame 20
stop();
Symbol 204 MovieClip Frame 21
stop();
_root.play();
Symbol 204 MovieClip Frame 22
stop();
Symbol 204 MovieClip Frame 23
stop();
Symbol 204 MovieClip Frame 24
stop();
Symbol 204 MovieClip Frame 25
stop();
Symbol 204 MovieClip Frame 26
stop();
Symbol 204 MovieClip Frame 27
stop();
Symbol 204 MovieClip Frame 28
stop();
Symbol 204 MovieClip Frame 29
stop();
Symbol 204 MovieClip Frame 30
stop();
Symbol 204 MovieClip Frame 31
stop();
_root.play();
Symbol 204 MovieClip Frame 32
stop();
Symbol 204 MovieClip Frame 33
stop();
Symbol 204 MovieClip Frame 34
stop();
Symbol 204 MovieClip Frame 35
stop();
Symbol 204 MovieClip Frame 36
stop();
Symbol 204 MovieClip Frame 37
stop();
Symbol 204 MovieClip Frame 38
stop();
Symbol 204 MovieClip Frame 39
stop();
Symbol 204 MovieClip Frame 40
stop();
Symbol 204 MovieClip Frame 41
stop();
_root.play();
Symbol 204 MovieClip Frame 42
stop();
Symbol 204 MovieClip Frame 43
stop();
Symbol 204 MovieClip Frame 44
stop();
Symbol 204 MovieClip Frame 45
stop();
Symbol 204 MovieClip Frame 46
stop();
Symbol 204 MovieClip Frame 47
stop();
Symbol 204 MovieClip Frame 48
stop();
Symbol 204 MovieClip Frame 49
stop();
Symbol 204 MovieClip Frame 50
stop();
Symbol 204 MovieClip Frame 51
stop();
_root.play();
Symbol 204 MovieClip Frame 52
stop();
Symbol 204 MovieClip Frame 53
stop();
Symbol 204 MovieClip Frame 54
stop();
Symbol 204 MovieClip Frame 55
stop();
Symbol 204 MovieClip Frame 56
stop();
Symbol 204 MovieClip Frame 57
stop();
Symbol 204 MovieClip Frame 58
stop();
Symbol 204 MovieClip Frame 59
stop();
Symbol 204 MovieClip Frame 60
stop();
Symbol 204 MovieClip Frame 61
stop();
_root.play();
Symbol 204 MovieClip Frame 62
stop();
Symbol 204 MovieClip Frame 63
stop();
Symbol 204 MovieClip Frame 64
stop();
Symbol 204 MovieClip Frame 65
stop();
Symbol 204 MovieClip Frame 66
stop();
Symbol 204 MovieClip Frame 67
stop();
Symbol 204 MovieClip Frame 68
stop();
Symbol 204 MovieClip Frame 69
stop();
Symbol 204 MovieClip Frame 70
stop();
Symbol 204 MovieClip Frame 71
stop();
_root.play();
Symbol 204 MovieClip Frame 72
stop();
Symbol 204 MovieClip Frame 73
stop();
Symbol 204 MovieClip Frame 74
stop();
Symbol 204 MovieClip Frame 75
stop();
Symbol 204 MovieClip Frame 76
stop();
Symbol 204 MovieClip Frame 77
stop();
Symbol 204 MovieClip Frame 78
stop();
Symbol 204 MovieClip Frame 79
stop();
Symbol 204 MovieClip Frame 80
stop();
Symbol 204 MovieClip Frame 81
stop();
_root.play();
Symbol 204 MovieClip Frame 82
stop();
Symbol 204 MovieClip Frame 83
stop();
Symbol 204 MovieClip Frame 84
stop();
Symbol 204 MovieClip Frame 85
stop();
Symbol 204 MovieClip Frame 86
stop();
Symbol 204 MovieClip Frame 87
stop();
Symbol 204 MovieClip Frame 88
stop();
Symbol 204 MovieClip Frame 89
stop();
Symbol 204 MovieClip Frame 90
stop();
Symbol 204 MovieClip Frame 91
stop();
_root.play();
Symbol 204 MovieClip Frame 92
stop();
Symbol 204 MovieClip Frame 93
stop();
Symbol 204 MovieClip Frame 94
stop();
Symbol 204 MovieClip Frame 95
stop();
Symbol 204 MovieClip Frame 96
stop();
Symbol 204 MovieClip Frame 97
stop();
Symbol 204 MovieClip Frame 98
stop();
Symbol 204 MovieClip Frame 99
stop();
Symbol 204 MovieClip Frame 100
stop();
Symbol 204 MovieClip Frame 101
stop();
_root.play();
Symbol 218 MovieClip Frame 2000
_root.gotoAndStop(3);
Symbol 241 Button
on (release) {
play();
}
Symbol 243 Button
on (release) {
gotoAndStop (2);
}
Symbol 255 MovieClip Frame 1
play();
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
stop();
Symbol 256 MovieClip Frame 3
stop();
Symbol 256 MovieClip Frame 4
stop();
Symbol 256 MovieClip Frame 5
stop();
Symbol 256 MovieClip Frame 6
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 3
stop();
Symbol 267 MovieClip Frame 4
stop();
Symbol 267 MovieClip Frame 5
stop();
Symbol 267 MovieClip Frame 6
stop();
_root.play();
Symbol 271 Button
on (release) {
gotoAndStop (3);
}