Frame 1
function button1(obj, item) {
_root._quality = "LOW";
}
function button2(obj, item) {
_root._quality = "MEDIUM";
}
function button3(obj, item) {
_root._quality = "HIGH";
}
function button4(obj, item) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(0);
}
function button5(obj, item) {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(100);
}
function button6(obj, item) {
getURL ("http://www.eviludy.net/", "_blank");
}
function button7(obj, item) {
getURL ("http://www.google.com/", "_blank");
}
stop();
cm = new ContextMenu();
cm.hideBuiltInItems();
cm.customItems.push(new ContextMenuItem("Low Graphic Quality", button1));
cm.customItems.push(new ContextMenuItem("Medium Graphic Quality", button2));
cm.customItems.push(new ContextMenuItem("High Graphic Quality", button3));
cm.customItems.push(new ContextMenuItem("Turn sound off", button4));
cm.customItems.push(new ContextMenuItem("Turn sound on", button5));
cm.customItems.push(new ContextMenuItem("Visit author's site!", button6));
cm.customItems.push(new ContextMenuItem("Play More games!", button7));
cm.customItems[3].separatorBefore = true;
cm.customItems[5].separatorBefore = true;
_root.menu = cm;
_root.xfile = "http://www.eviludy.net/server/highscores/scores.php";
Instance of Symbol 7 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.b_loaded = _root.getBytesLoaded();
_root.b_total = _root.getBytesTotal();
_root.percent = Math.round((_root.b_loaded / _root.b_total) * 100);
this._width = _root.percent * 3.8;
if (_root.percent == 100) {
_root.play();
}
}
Instance of Symbol 56 MovieClip "cursor" in Frame 1
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
if (_root.levelstarted == false) {
_root.levelbutton.enabled = false;
}
if (_root.levelstarted == true) {
_root.levelbutton.enabled = true;
}
}
Frame 2
stop();
Instance of Symbol 64 MovieClip in Frame 2
on (release) {
getURL ("http://www.gamegecko.com", "_blank");
}
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
Frame 3
stopAllSounds();
music1 = new Sound();
music1.attachSound("music1");
music1.start(0, 50000);
Instance of Symbol 7 MovieClip in Frame 3
onClipEvent (enterFrame) {
_root.b_loaded = _root.getBytesLoaded();
_root.b_total = _root.getBytesTotal();
_root.percent = Math.round((_root.b_loaded / _root.b_total) * 100);
this._width = _root.percent * 3.8;
if (_root.percent == 100) {
_root.play();
}
}
Frame 4
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);
}
__com_mochibot__("b6381311", this, 10301, true);
stop();
Instance of Symbol 56 MovieClip "cursor" in Frame 4
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
if (_root.levelstarted == false) {
_root.levelbutton.enabled = false;
}
if (_root.levelstarted == true) {
_root.levelbutton.enabled = true;
}
}
Frame 6
scoretable.filename = "scores/master_digital_tunnel_game.sco";
scoretable.scoresize = 10;
scoretable.action = "INSERT";
scoretable.viewtype = "FLASH";
if (_root.submitting == false) {
scoretable.winname = "none";
scoretable.winscore = 0;
} else if (_root.submitting == true) {
scoretable.winname = _root.nameEnter;
scoretable.winscore = _root.finalscore;
}
System.security.allowDomain("eviludy.net");
scoretable.loadVariables(_root.xfile, "GET");
Frame 7
function bloop() {
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
}
_root.levelstarted = false;
stop();
_root.levelreach = 1;
_root.seconds = 0;
_root.hundreds = 0;
_root.minutes = 0;
_root.bonusses = 0;
Instance of Symbol 187 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 190 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((_root.levelstarted == true) && (_root.colidded == false)) {
_root.hundreds = _root.hundreds + 1.25;
if (_root.hundreds >= 100) {
_root.seconds++;
_root.hundreds = 0;
}
if (_root.seconds >= 59) {
_root.minutes++;
_root.seconds = 0;
}
}
hundraz = Math.round(_root.hundreds);
if (hundraz < 10) {
if (_root.minutes < 10) {
if (_root.seconds < 10) {
counter = ((((("0" + _root.minutes) + ":0") + _root.seconds) + ":") + "0") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("0" + _root.minutes) + ":") + _root.seconds) + ":") + "0") + hundraz;
}
} else if (_root.minutes >= 10) {
if (_root.seconds < 10) {
counter = ((((("" + _root.minutes) + ":0") + _root.seconds) + ":") + "0") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("" + _root.minutes) + ":") + _root.seconds) + ":") + "0") + hundraz;
}
}
} else if (hundraz >= 10) {
if (_root.minutes < 10) {
if (_root.seconds < 10) {
counter = ((((("0" + _root.minutes) + ":0") + _root.seconds) + ":") + "") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("0" + _root.minutes) + ":") + _root.seconds) + ":") + "") + hundraz;
}
} else if (_root.minutes >= 10) {
if (_root.seconds < 10) {
counter = ((((("" + _root.minutes) + ":0") + _root.seconds) + ":") + "") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("" + _root.minutes) + ":") + _root.seconds) + ":") + "") + hundraz;
}
}
}
}
Instance of Symbol 56 MovieClip "cursor" in Frame 7
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
if (_root.levelstarted == false) {
_root.levelbutton.enabled = false;
}
if (_root.levelstarted == true) {
_root.levelbutton.enabled = true;
}
if (Key.isDown(27)) {
_root.gotoAndStop(4);
}
}
Frame 8
theflash.gotoAndPlay(1);
_root.levelreach = 2;
Frame 9
theflash.gotoAndPlay(1);
_root.levelreach = 3;
Instance of Symbol 187 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 10
theflash.gotoAndPlay(1);
_root.levelreach = 4;
Frame 11
theflash.gotoAndPlay(1);
_root.levelreach = 5;
Frame 12
theflash.gotoAndPlay(1);
_root.levelreach = 6;
Instance of Symbol 187 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 13
theflash.gotoAndPlay(1);
_root.levelreach = 7;
Frame 14
theflash.gotoAndPlay(1);
_root.levelreach = 8;
Frame 15
theflash.gotoAndPlay(1);
_root.levelreach = 9;
Frame 16
theflash.gotoAndPlay(1);
_root.levelreach = 10;
Frame 17
theflash.gotoAndPlay(1);
_root.levelreach = 11;
Instance of Symbol 187 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 18
theflash.gotoAndPlay(1);
_root.levelreach = 12;
Instance of Symbol 187 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 19
theflash.gotoAndPlay(1);
_root.levelreach = 13;
Frame 20
theflash.gotoAndPlay(1);
_root.levelreach = 14;
Instance of Symbol 187 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 21
theflash.gotoAndPlay(1);
_root.levelreach = 15;
Instance of Symbol 187 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 22
theflash.gotoAndPlay(1);
_root.levelreach = 16;
Frame 23
theflash.gotoAndPlay(1);
_root.levelreach = 17;
Instance of Symbol 187 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 24
theflash.gotoAndPlay(1);
_root.levelreach = 18;
Frame 25
theflash.gotoAndPlay(1);
_root.levelreach = 19;
Frame 26
theflash.gotoAndPlay(1);
_root.levelreach = 20;
Instance of Symbol 187 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Instance of Symbol 187 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 27
theflash.gotoAndPlay(1);
_root.levelreach = 21;
Frame 28
theflash.gotoAndPlay(1);
_root.levelreach = 22;
Frame 29
theflash.gotoAndPlay(1);
_root.levelreach = 23;
Instance of Symbol 187 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor.tip)) {
if (((_root.colidded == false) && (_root.levelstarted == true)) && (_visible == true)) {
_root.bonusses++;
sfx4 = new Sound();
sfx4.attachSound("sfx4");
sfx4.start();
_root.lives++;
_visible = false;
}
}
}
Frame 30
theflash.gotoAndPlay(1);
_root.levelreach = 24;
Frame 31
stop();
_root.finalscore = (108000 - ((_root.hundreds + (_root.seconds * 100)) + (_root.minutes * 6000))) + (_root.bonusses * 1000);
_root.levelstarted = false;
_root.nameEnter = "Enter your Name";
Instance of Symbol 190 MovieClip in Frame 31
onClipEvent (enterFrame) {
if ((_root.levelstarted == true) && (_root.colidded == false)) {
_root.hundreds = _root.hundreds + 1.25;
if (_root.hundreds >= 100) {
_root.seconds++;
_root.hundreds = 0;
}
if (_root.seconds >= 59) {
_root.minutes++;
_root.seconds = 0;
}
}
hundraz = Math.round(_root.hundreds);
if (hundraz < 10) {
if (_root.minutes < 10) {
if (_root.seconds < 10) {
counter = ((((("0" + _root.minutes) + ":0") + _root.seconds) + ":") + "0") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("0" + _root.minutes) + ":") + _root.seconds) + ":") + "0") + hundraz;
}
} else if (_root.minutes >= 10) {
if (_root.seconds < 10) {
counter = ((((("" + _root.minutes) + ":0") + _root.seconds) + ":") + "0") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("" + _root.minutes) + ":") + _root.seconds) + ":") + "0") + hundraz;
}
}
} else if (hundraz >= 10) {
if (_root.minutes < 10) {
if (_root.seconds < 10) {
counter = ((((("0" + _root.minutes) + ":0") + _root.seconds) + ":") + "") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("0" + _root.minutes) + ":") + _root.seconds) + ":") + "") + hundraz;
}
} else if (_root.minutes >= 10) {
if (_root.seconds < 10) {
counter = ((((("" + _root.minutes) + ":0") + _root.seconds) + ":") + "") + hundraz;
} else if (_root.seconds >= 10) {
counter = ((((("" + _root.minutes) + ":") + _root.seconds) + ":") + "") + hundraz;
}
}
}
}
Instance of Symbol 56 MovieClip "cursor" in Frame 31
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
if (_root.levelstarted == false) {
_root.levelbutton.enabled = false;
}
if (_root.levelstarted == true) {
_root.levelbutton.enabled = true;
}
}
Frame 32
_root.leveldonereach = ("You reached level " + _root.levelreach) + "/24";
Symbol 22 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gamegecko.com", "_blank");
}
Symbol 25 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.eviludy.net", "_blank");
}
Symbol 55 MovieClip Frame 4
_root.lives--;
Symbol 55 MovieClip Frame 58
if (_root.lives == 0) {
_root.gotoAndStop(32);
}
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 331
_root.play();
Symbol 74 MovieClip Frame 26
stop();
Symbol 77 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.lives = 3;
_root.cursor.gotoAndStop(1);
stopAllSounds();
music2 = new Sound();
music2.attachSound("music2");
music2.start(0, 50000);
gotoAndStop (7);
}
Symbol 79 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.cursor.gotoAndStop(1);
gotoAndStop (5);
}
Symbol 81 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.cursor.gotoAndStop(1);
_root.submitting = false;
gotoAndStop (6);
}
Symbol 83 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.eviludy.net", "_blank");
}
Symbol 85 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gamegecko.com", "_blank");
}
Symbol 104 Button
on (release) {
getURL ("http://www.thecoral.co.uk/", "_blank");
}
Symbol 115 Button
on (release) {
getURL ("http://www.thirteensenses.co.uk/", "_blank");
}
Symbol 122 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gamesforwebsites.com", "_blank");
}
Symbol 127 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gamegecko.com", "_blank");
}
Symbol 128 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.cursor.gotoAndStop(1);
gotoAndStop (4);
}
Symbol 134 MovieClip Frame 80
stop();
Symbol 174 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 177 Button
on (release) {
_root.levelstarted = true;
_root.cursor.gotoAndStop(1);
_root.colidded = false;
}
Symbol 178 Button
on (rollOver) {
if ((_root.colidded == false) && (_root.levelstarted == true)) {
_root.levelstarted = false;
nextFrame();
}
}
Symbol 185 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 198 MovieClip Frame 12
stop();
Symbol 201 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 203 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 209 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 211 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 217 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 220 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 226 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 228 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 234 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 236 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 242 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 245 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 251 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 254 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 260 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 262 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 268 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 270 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 276 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 278 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 284 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 286 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 292 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 295 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 301 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 304 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 310 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 312 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 314 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 322 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 324 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 330 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 332 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 338 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 340 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 347 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 349 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 355 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 358 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 365 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 367 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 373 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 375 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 381 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 386 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 391 Button
on (rollOut) {
if (((_root.levelstarted == true) && (!_root.cursor.hitTest(_root.starter))) && (!_root.cursor.hitTest(_root.finisher))) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
on (rollOver) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(1);
}
}
Symbol 395 Button
on (rollOut) {
if (_root.levelstarted == true) {
_root.cursor.gotoAndStop(3);
_root.levelstarted = false;
_root.colidded = true;
}
}
Symbol 400 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.cursor.gotoAndStop(1);
stopAllSounds();
music1 = new Sound();
music1.attachSound("music1");
music1.start(0, 50000);
gotoAndStop (4);
}
Symbol 402 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.cursor.gotoAndStop(1);
_root.submitting = true;
stopAllSounds();
music1 = new Sound();
music1.attachSound("music1");
music1.start(0, 50000);
gotoAndStop (6);
}