Frame 1
score = 100;
_root.times.stop();
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stopAllSounds();
__com_mochibot__("a022317d", this, 10301, true);
Frame 2
_root.times.play();
stop();
Instance of Symbol 37 MovieClip "player" in Frame 2
onClipEvent (enterFrame) {
speed = 8;
if (Key.isDown(38)) {
_root.player._y = _root.player._y - speed;
}
if (Key.isDown(40)) {
_root.player._y = _root.player._y + speed;
}
if (Key.isDown(37)) {
_root.player._x = _root.player._x - speed;
}
if (Key.isDown(39)) {
_root.player._x = _root.player._x + speed;
}
if (_root.score <= 0) {
_root.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1)) {
_root.score = _root.score - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2)) {
_root.score = _root.score - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3)) {
_root.score = _root.score - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4)) {
_root.score = _root.score - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5)) {
_root.score = _root.score - 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy6)) {
_root.score = _root.score - 1;
}
}
onClipEvent (enterFrame) {
if (_root.times.time2 == 0) {
_root.nextFrame();
}
}
Instance of Symbol 39 MovieClip "enemy2" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._y > _y) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (_root.player._y < _y) {
_y = (_y - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score = _root.score - 1;
}
}
Instance of Symbol 39 MovieClip "enemy1" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (_root.player._y > _y) {
_y = (_y + 4);
}
}
onClipEvent (enterFrame) {
if (_root.player._y < _y) {
_y = (_y - 4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score = _root.score - 1;
}
}
Instance of Symbol 39 MovieClip "enemy4" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_x = (_x + 4);
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_x = (_x - 4);
}
}
onClipEvent (enterFrame) {
if (_root.player._y > _y) {
_y = (_y + 7);
}
}
onClipEvent (enterFrame) {
if (_root.player._y < _y) {
_y = (_y - 7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score = _root.score - 1;
}
}
Instance of Symbol 39 MovieClip "enemy3" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_x = (_x + 6);
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_x = (_x - 6);
}
}
onClipEvent (enterFrame) {
if (_root.player._y > _y) {
_y = (_y + 6);
}
}
onClipEvent (enterFrame) {
if (_root.player._y < _y) {
_y = (_y - 6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score = _root.score - 1;
}
}
Instance of Symbol 39 MovieClip "enemy5" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_x = (_x + 7);
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_x = (_x - 10);
}
}
onClipEvent (enterFrame) {
if (_root.player._y > _y) {
_y = (_y + 4);
}
}
onClipEvent (enterFrame) {
if (_root.player._y < _y) {
_y = (_y - 4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score = _root.score - 1;
}
}
Instance of Symbol 39 MovieClip "enemy6" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._x > _x) {
_x = (_x + 10);
}
}
onClipEvent (enterFrame) {
if (_root.player._x < _x) {
_x = (_x - 7);
}
}
onClipEvent (enterFrame) {
if (_root.player._y > _y) {
_y = (_y + 4);
}
}
onClipEvent (enterFrame) {
if (_root.player._y < _y) {
_y = (_y - 4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score = _root.score - 1;
}
}
Instance of Symbol 42 MovieClip "border1" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Instance of Symbol 46 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Frame 3
stop();
Frame 4
stop();
Symbol 11 Button
on (press) {
_root.score = 500;
_root.nextFrame();
}
Symbol 15 Button
on (press) {
_root.score = 300;
_root.nextFrame();
}
Symbol 19 Button
on (press) {
_root.score = 150;
_root.nextFrame();
}
Symbol 20 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(loading_bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 24 Button
on (release) {
getURL ("http://www.inversecoma.com", _blank);
}
Symbol 29 Button
on (release) {
getURL ("http://www.albinoblacksheep.com");
}
Symbol 35 MovieClip Frame 1
time2 = 30;
Symbol 35 MovieClip Frame 22
time2 = time2 - 1;
gotoAndPlay (2);
Symbol 54 Button
on (release) {
_root.gotoAndStop(1);
}
Symbol 60 Button
on (release) {
getURL ("http://www.albinoblacksheep.com/flash/emosymphony");
}