Frame 1
stop();
randomarr = false;
protocol = _url.substr(0, _url.indexOf(":"));
if (protocol == "file") {
message = "(© 2001 bucketmouse.net)";
} else if (protocol == "http") {
doubleSlash = _url.indexOf("//");
server = _url.substr(doubleSlash + 2, (_url.indexOf("/", doubleSlash + 2) - doubleSlash) - 2);
server = server.toUpperCase();
if (server.indexOf("WWW.") != -1) {
server = server.substr(server.indexOf("WWW.") + 4, server.length);
}
if (((server.indexOf("bucketmouse.net") != -1) or (server.indexOf("musd.mcn.org") != -1)) or (server.indexOf("bucketmouse.cjb.net") != -1)) {
message = "© 2001 bucketmouse";
} else {
message = "Copied without permission from http://bucketmouse.net -- don't give the owner of this site credit for it.";
}
}
box1 = prefix;
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 20 MovieClip "bcopy" in Frame 1
onClipEvent (load) {
if (stolen == true) {
setProperty("_root.bcopy", _visible , true);
} else {
setProperty("_root.bcopy", _visible , false);
}
}
Instance of Symbol 71 MovieClip in Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 72 MovieClip in Frame 2
onClipEvent (load) {
play();
}
Frame 5
var shirtvar = 1;
Frame 6
stop();
Instance of Symbol 71 MovieClip "mball" in Frame 6
onClipEvent (load) {
stop();
}
Instance of Symbol 102 MovieClip "bcopy" in Frame 8
onClipEvent (load) {
if (stolen == true) {
setProperty("_root.bcopy", _visible , true);
} else {
setProperty("_root.bcopy", _visible , false);
}
}
Instance of Symbol 176 MovieClip "panel" in Frame 8
onClipEvent (load) {
gotoAndPlay (9);
}
Instance of Symbol 193 MovieClip in Frame 9
onClipEvent (load) {
play();
}
Frame 129
gotoAndPlay (130);
Frame 130
if (shirtvar == 2) {
tellTarget ("_root.dan.shirt") {
gotoAndStop (2);
};
}
if (shirtvar == 3) {
tellTarget ("_root.dan.shirt") {
gotoAndStop (2);
};
}
if (shirtvar == 4) {
tellTarget ("_root.dan.shirt") {
gotoAndStop (4);
};
}
if (shirtvar == 5) {
tellTarget ("_root.dan.shirt") {
gotoAndStop (5);
};
}
cycles = 0;
play();
tellTarget ("_root.panel") {
gotoAndStop (2);
};
var score = 0;
tellTarget ("_root.dan.shirt") {
gotoAndStop(shirtvar);
};
tellTarget ("_root.dan") {
gotoAndStop (67);
};
var down = false;
var count = 0;
Instance of Symbol 102 MovieClip "bcopy" in Frame 130
onClipEvent (load) {
if (stolen == true) {
setProperty("_root.bcopy", _visible , true);
} else {
setProperty("_root.bcopy", _visible , false);
}
}
Instance of Symbol 222 MovieClip "panel" in Frame 130
onClipEvent (load) {
gotoAndPlay (131);
}
Instance of Symbol 226 MovieClip in Frame 130
onClipEvent (load) {
play();
}
Instance of Symbol 193 MovieClip in Frame 130
onClipEvent (load) {
play();
}
Frame 160
play();
tellTarget ("_root.dan") {
play();
};
Frame 201
tellTarget ("_root.panel") {
gotoAndStop (3);
};
Frame 208
tellTarget ("_root.panel") {
gotoAndStop (4);
};
Frame 390
tellTarget ("panel") {
gotoAndStop (1);
};
Frame 915
tellTarget ("_root.panel") {
gotoAndStop (6);
};
Frame 1013
tellTarget ("panel") {
gotoAndStop (1);
};
Frame 1133
tellTarget ("panel") {
gotoAndStop (1);
};
Instance of Symbol 226 MovieClip in Frame 1297
onClipEvent (load) {
play();
}
Frame 1481
if (300 < cycles) {
gotoAndStop (3099);
}
Frame 1482
if (23500 < score) {
gotoAndPlay (1684);
}
Frame 1483
best = false;
Frame 1578
tellTarget ("dan") {
gotoAndPlay ("slide");
};
Instance of Symbol 370 MovieClip "meter" in Frame 1578
onClipEvent (load) {
gotoAndStop (137);
}
Frame 1604
var bonus;
var my_score;
Frame 1654
if (count < 60) {
bonus = 0;
} else if ((59 < count) && (count < 110)) {
bonus = 500;
} else if ((109 < count) && (count < 140)) {
bonus = 1000;
} else if ((139 < count) && (count < 180)) {
bonus = 1500;
} else if ((179 < count) && (count < 210)) {
bonus = 2000;
} else if ((209 < count) && (count < 240)) {
bonus = 2500;
} else if ((239 < count) && (count < 255)) {
bonus = 4000;
} else if (254 < count) {
bonus = 7000;
}
my_score = score + bonus;
if (my_score >= 26000) {
var best = true;
}
Frame 1682
if (score < 5000) {
tellTarget ("_root.rating") {
gotoAndStop (2);
};
} else if ((4999 < score) && (score < 9000)) {
tellTarget ("_root.rating") {
gotoAndStop (3);
};
} else if ((8999 < score) && (score < 12000)) {
tellTarget ("_root.rating") {
gotoAndStop (5);
};
} else if ((11999 < score) && (score < 17000)) {
tellTarget ("_root.rating") {
gotoAndStop (7);
};
} else if ((16999 < score) && (score < 26000)) {
tellTarget ("_root.rating") {
gotoAndStop (9);
};
} else if ((25999 < score) && (score < 99999)) {
}
if (best == true) {
tellTarget ("_root.rating") {
gotoAndStop (11);
};
}
stop();
Instance of Symbol 370 MovieClip "meter" in Frame 1682
onClipEvent (load) {
gotoAndStop (137);
}
Frame 1683
gotoAndPlay (1);
Instance of Symbol 403 MovieClip in Frame 1683
onClipEvent (load) {
stop();
}
Instance of Symbol 102 MovieClip "bcopy" in Frame 1684
onClipEvent (load) {
if (stolen == true) {
setProperty("_root.bcopy", _visible , true);
} else {
setProperty("_root.bcopy", _visible , false);
}
}
Instance of Symbol 193 MovieClip "floor" in Frame 1684
onClipEvent (load) {
play();
}
Frame 1770
tellTarget ("floor") {
gotoAndPlay (8);
};
Instance of Symbol 415 MovieClip "s2" in Frame 1770
onClipEvent (load) {
play();
}
Instance of Symbol 415 MovieClip "s3" in Frame 1770
onClipEvent (load) {
play();
}
Instance of Symbol 415 MovieClip "thestar" in Frame 1770
onClipEvent (load) {
play();
}
Instance of Symbol 415 MovieClip "s3" in Frame 1770
onClipEvent (load) {
play();
}
Frame 2346
tellTarget ("dan") {
gotoAndPlay ("slide");
};
Frame 2423
var bonus;
var my_score;
Frame 2473
if (count < 60) {
bonus = 0;
} else if ((230 < count) && (count < 260)) {
bonus = 500;
} else if ((229 < count) && (count < 260)) {
bonus = 1000;
} else if ((259 < count) && (count < 290)) {
bonus = 1500;
} else if ((289 < count) && (count < 310)) {
bonus = 2000;
} else if ((309 < count) && (count < 340)) {
bonus = 2500;
} else if ((339 < count) && (count < 370)) {
bonus = 4000;
} else if (370 < count) {
bonus = 7000;
}
my_score = score + bonus;
if (my_score >= 26000) {
var best = true;
} else {
var best = false;
}
Frame 2501
if (score < 26000) {
tellTarget ("_root.rating") {
gotoAndStop (2);
};
} else if ((26000 < score) && (score < 30000)) {
tellTarget ("_root.rating") {
gotoAndStop (3);
};
} else if ((29999 < score) && (score < 33000)) {
tellTarget ("_root.rating") {
gotoAndStop (5);
};
} else if ((32999 < score) && (score < 36000)) {
tellTarget ("_root.rating") {
gotoAndStop (7);
};
} else if ((35999 < score) && (score < 40000)) {
tellTarget ("_root.rating") {
gotoAndStop (9);
};
} else if ((36000 < score) && (score < 99999)) {
}
if (best == true) {
tellTarget ("_root.rating") {
gotoAndStop (11);
};
}
stop();
Frame 3076
stopAllSounds();
Frame 3077
tellTarget ("line1") {
gotoAndStop(random(16) + 1);
};
Frame 3082
tellTarget ("line2") {
gotoAndStop(random(14) + 1);
};
Frame 3087
tellTarget ("line3") {
gotoAndStop(random(16) + 1);
};
Frame 3096
stop();
Frame 3099
stop();
Symbol 27 MovieClip Frame 1
doneLoading = 0;
stop();
Instance of Symbol 22 MovieClip "bkgd" in Symbol 27 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.doneLoading == 0) {
total = _parent._parent.getBytesTotal();
isloaded = _parent._parent.getBytesLoaded();
p = 100 * (isLoaded / total);
_parent.bytes = ((int(isloaded / 1000) add "k of ") add int(total / 1000)) add "k";
_parent.percent = int(p) add "% loaded..";
_parent.bar._xscale = p;
if (Number(95) < Number(p)) {
_parent._parent.gotoAndPlay(Number(4));
_parent.gotoAndStop("off");
_parent.doneLoading = 1;
} else {
_parent._parent.gotoAndPlay(Number(1));
}
}
}
Symbol 31 Button
on (release) {
gotoAndPlay (2);
}
Symbol 51 Button
on (release) {
if ((((((sec1 == sec2) || (sec2 == sec3)) || (sec3 == sec4)) || (sec4 == sec1)) || (sec2 == sec4)) || (sec3 == sec1)) {
if (((sec1 < sec2) && (sec1 < sec3)) && (sec1 < sec4)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
} else if (((sec2 < sec1) && (sec3 < sec1)) && (sec4 < sec1)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
}
Symbol 52 Button
on (release) {
if ((((((sec1 == sec2) || (sec2 == sec3)) || (sec3 == sec4)) || (sec4 == sec1)) || (sec2 == sec4)) || (sec3 == sec1)) {
if (((sec2 < sec1) && (sec2 < sec3)) && (sec2 < sec4)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
} else if (((sec1 < sec2) && (sec3 < sec2)) && (sec4 < sec2)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
}
Symbol 53 Button
on (release) {
if ((((((sec1 == sec2) || (sec2 == sec3)) || (sec3 == sec4)) || (sec4 == sec1)) || (sec2 == sec4)) || (sec3 == sec1)) {
if (((sec3 < sec2) && (sec3 < sec1)) && (sec3 < sec4)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
} else if (((sec1 < sec3) && (sec2 < sec3)) && (sec4 < sec3)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
}
Symbol 54 Button
on (release) {
if ((((((sec1 == sec2) || (sec2 == sec3)) || (sec3 == sec4)) || (sec4 == sec1)) || (sec2 == sec4)) || (sec3 == sec1)) {
if (((sec4 < sec2) && (sec4 < sec1)) && (sec4 < sec3)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
} else if (((sec1 < sec4) && (sec2 < sec4)) && (sec3 < sec4)) {
gotoAndPlay (16);
} else {
gotoAndPlay (18);
}
}
Symbol 62 Button
on (release) {
gotoAndPlay (10);
}
Symbol 68 Button
on (release) {
gotoAndPlay (10);
}
Symbol 71 MovieClip Frame 10
num1 = random(6);
num2 = random(6);
num3 = random(6);
num4 = random(6);
if (Number(num1) == 0) {
name1 = "Travis";
sec1 = 3;
}
if (Number(num1) == 1) {
name1 = "Frosty";
sec1 = 5;
}
if (Number(num1) == 2) {
name1 = "Godot";
sec1 = 2;
}
if (Number(num1) == 3) {
name1 = "Miggy";
sec1 = 3;
}
if (Number(num1) == 4) {
name1 = "Paul";
sec1 = 3;
}
if (Number(num1) == 5) {
name1 = "Bilbo";
sec1 = 3;
}
if (Number(num2) == 0) {
name2 = "Steve";
sec2 = 3;
}
if (Number(num2) == 1) {
name2 = "Claire";
sec2 = 4;
}
if (Number(num2) == 2) {
name2 = "Dan";
sec2 = 1;
}
if (Number(num2) == 3) {
name2 = "Francis";
sec2 = 5;
}
if (Number(num2) == 4) {
name2 = "Dave";
sec2 = 2;
}
if (Number(num2) == 5) {
name2 = "Frodo";
sec2 = 3;
}
if (Number(num3) == 0) {
name3 = "Bill";
sec3 = 3;
}
if (Number(num3) == 1) {
name3 = "Zombor";
sec3 = 4;
}
if (Number(num3) == 2) {
name3 = "Oe";
sec3 = 4;
}
if (Number(num3) == 3) {
name3 = "Nate";
sec3 = 2;
}
if (Number(num3) == 4) {
name3 = "Mark";
sec3 = 2;
}
if (Number(num3) == 5) {
name3 = "Drizzt";
sec3 = 4;
}
if (Number(num4) == 0) {
name4 = "Bob";
sec4 = 1;
}
if (Number(num4) == 1) {
name4 = "Kitty";
sec4 = 3;
}
if (Number(num4) == 2) {
name4 = "Evan";
sec4 = 2;
}
if (Number(num4) == 3) {
name4 = "Sonic";
sec4 = 2;
}
if (Number(num4) == 4) {
name4 = "Waldo";
sec4 = 3;
}
if (Number(num4) == 5) {
name4 = "Gandalf";
sec4 = 4;
}
Symbol 71 MovieClip Frame 11
if ((sec1 == sec2) && (sec3 == sec4)) {
gotoAndPlay (10);
}
if ((sec1 == sec3) && (sec2 == sec4)) {
gotoAndPlay (10);
}
if ((sec1 == sec4) && (sec2 == sec3)) {
gotoAndPlay (10);
}
if ((sec1 == sec2) && (sec3 == sec4)) {
gotoAndPlay (10);
}
if ((sec1 == sec2) == sec3) {
gotoAndPlay (10);
}
if ((sec1 == sec2) == sec4) {
gotoAndPlay (10);
}
if ((sec1 == sec3) == sec4) {
gotoAndPlay (10);
}
if ((sec2 == sec3) == sec4) {
gotoAndPlay (10);
}
Symbol 71 MovieClip Frame 12
namew = "Nobody";
if ((((((sec1 == sec2) || (sec2 == sec3)) || (sec3 == sec4)) || (sec4 == sec1)) || (sec2 == sec4)) || (sec3 == sec1)) {
if (((sec1 < sec2) && (sec1 < sec3)) && (sec1 < sec4)) {
namew = name1;
}
if (((sec2 < sec1) && (sec2 < sec3)) && (sec2 < sec4)) {
namew = name2;
}
if (((sec3 < sec2) && (sec3 < sec1)) && (sec3 < sec4)) {
namew = name3;
}
if (((sec4 < sec2) && (sec4 < sec1)) && (sec4 < sec3)) {
namew = name4;
}
} else {
if (((sec2 < sec1) && (sec3 < sec1)) && (sec4 < sec1)) {
namew = name1;
}
if (((sec1 < sec2) && (sec3 < sec2)) && (sec4 < sec2)) {
namew = name2;
}
if (((sec1 < sec3) && (sec2 < sec3)) && (sec4 < sec3)) {
namew = name3;
}
if (((sec1 < sec4) && (sec2 < sec4)) && (sec3 < sec4)) {
namew = name4;
}
}
Symbol 71 MovieClip Frame 13
stop();
Symbol 71 MovieClip Frame 16
total++;
win++;
Symbol 71 MovieClip Frame 17
stop();
stop();
Symbol 71 MovieClip Frame 18
total++;
Symbol 71 MovieClip Frame 19
stop();
Symbol 79 Button
on (release) {
stopAllSounds();
gotoAndPlay (8);
}
Symbol 80 Button
on (release) {
gotoAndStop (7);
}
Symbol 81 Button
on (release) {
toggleHighQuality();
}
Symbol 84 Button
on (release) {
stopAllSounds();
}
Symbol 89 Button
on (release, keyPress "<Enter>") {
if ("pascal" eq pass) {
if (randomarr == false) {
randomarr = true;
msgbox = "Random Arrow Mode ON";
} else {
randomarr = false;
msgbox = "Random Arrow Mode OFF";
}
} else if ("whatthe" eq pass) {
gotoAndPlay (3076);
}
}
Symbol 101 Button
on (release) {
gotoAndStop (6);
}
Symbol 108 MovieClip Frame 3
gotoAndPlay (1);
Symbol 172 MovieClip Frame 77
gotoAndPlay (1);
Symbol 175 MovieClip Frame 13
gotoAndPlay (1);
Symbol 176 MovieClip Frame 1
stop();
Instance of Symbol 108 MovieClip in Symbol 176 MovieClip Frame 3
onClipEvent (load) {
play();
}
Instance of Symbol 172 MovieClip in Symbol 176 MovieClip Frame 4
onClipEvent (load) {
play();
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 6
onClipEvent (load) {
play();
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 6
onClipEvent (load) {
play();
}
Symbol 193 MovieClip Frame 6
gotoAndPlay (1);
tellTarget ("_root") {
cycles++;
};
Symbol 193 MovieClip Frame 13
gotoAndPlay (8);
Symbol 222 MovieClip Frame 1
stop();
Instance of Symbol 108 MovieClip in Symbol 222 MovieClip Frame 3
onClipEvent (load) {
play();
}
Instance of Symbol 172 MovieClip in Symbol 222 MovieClip Frame 4
onClipEvent (load) {
play();
}
Instance of Symbol 175 MovieClip in Symbol 222 MovieClip Frame 6
onClipEvent (load) {
play();
}
Instance of Symbol 175 MovieClip in Symbol 222 MovieClip Frame 6
onClipEvent (load) {
play();
}
Symbol 226 MovieClip Frame 3
gotoAndPlay (1);
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
stop();
Symbol 245 MovieClip Frame 3
stop();
Symbol 245 MovieClip Frame 4
stop();
Symbol 245 MovieClip Frame 5
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 246 MovieClip Frame 3
stop();
Symbol 246 MovieClip Frame 4
stop();
Symbol 246 MovieClip Frame 5
stop();
Symbol 251 MovieClip Frame 1
function Corr() {
tellTarget ("_root") {
count++;
};
}
Instance of Symbol 245 MovieClip "shirt" in Symbol 251 MovieClip Frame 1
onClipEvent (load) {
Set(shirtvar, _level0 / shirtvar);
tellTarget ("_root.dan.shirt") {
gotoAndStop(shirtvar);
};
}
Symbol 251 MovieClip Frame 14
gotoAndPlay (5);
Symbol 251 MovieClip Frame 24
gotoAndPlay (1);
Symbol 251 MovieClip Frame 36
gotoAndPlay (1);
Symbol 251 MovieClip Frame 49
gotoAndPlay (1);
tellTarget ("_root") {
fall = false;
};
Symbol 251 MovieClip Frame 58
gotoAndPlay (1);
Symbol 251 MovieClip Frame 66
gotoAndPlay (1);
Symbol 251 MovieClip Frame 67
stop();
Symbol 251 MovieClip Frame 72
gotoAndPlay (4);
Symbol 251 MovieClip Frame 82
gotoAndPlay (1);
Symbol 251 MovieClip Frame 97
stop();
Symbol 253 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "q") {
toggleHighQuality();
}
Symbol 257 MovieClip Frame 1
stop();
Symbol 258 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("up");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 259 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 1
stop();
Symbol 263 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("action");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
Symbol 264 MovieClip Frame 1
stop();
Symbol 265 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("right");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 266 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("down");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 267 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("left");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 268 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 268 MovieClip Frame 30
stop();
Symbol 268 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 268 MovieClip Frame 60
stop();
Symbol 268 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 268 MovieClip Frame 90
stop();
Symbol 268 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 268 MovieClip Frame 120
stop();
Symbol 268 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 268 MovieClip Frame 150
stop();
Symbol 269 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("down");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 270 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("up");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 271 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("action");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
Symbol 272 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("right");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 273 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("left");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 274 MovieClip Frame 1
function hit() {
tellTarget ("_root") {
score = score + 100;
};
}
if (_level0.randomarr) {
rand = random(5) + 1;
if (rand == 1) {
gotoAndPlay (31);
}
if (rand == 2) {
gotoAndPlay (61);
}
if (rand == 3) {
gotoAndPlay (1);
}
if (rand == 4) {
gotoAndPlay (121);
}
if (rand == 5) {
gotoAndPlay (91);
}
}
tellTarget (_root) {
};
Symbol 274 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 274 MovieClip Frame 30
stop();
Symbol 274 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 274 MovieClip Frame 60
stop();
Symbol 274 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 274 MovieClip Frame 90
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
stop();
Symbol 274 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 274 MovieClip Frame 120
stop();
Symbol 274 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 274 MovieClip Frame 150
stop();
Symbol 275 MovieClip Frame 1
stop();
Instance of Symbol 108 MovieClip in Symbol 275 MovieClip Frame 3
onClipEvent (load) {
play();
}
Instance of Symbol 172 MovieClip in Symbol 275 MovieClip Frame 4
onClipEvent (load) {
play();
}
Instance of Symbol 175 MovieClip in Symbol 275 MovieClip Frame 6
onClipEvent (load) {
play();
}
Instance of Symbol 175 MovieClip in Symbol 275 MovieClip Frame 6
onClipEvent (load) {
play();
}
Symbol 276 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 276 MovieClip Frame 30
stop();
Symbol 276 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 276 MovieClip Frame 60
stop();
Symbol 276 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 276 MovieClip Frame 90
stop();
Symbol 276 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 276 MovieClip Frame 120
stop();
Symbol 276 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 276 MovieClip Frame 150
stop();
Symbol 277 MovieClip Frame 1
function hit() {
tellTarget ("_root") {
score = score + 100;
};
}
if (_level0.randomarr) {
rand = random(5) + 1;
if (rand == 1) {
gotoAndPlay (31);
}
if (rand == 2) {
gotoAndPlay (61);
}
if (rand == 3) {
gotoAndPlay (1);
}
if (rand == 4) {
gotoAndPlay (121);
}
if (rand == 5) {
gotoAndPlay (91);
}
}
tellTarget (_root) {
};
Symbol 277 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 277 MovieClip Frame 30
stop();
Symbol 277 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 277 MovieClip Frame 60
stop();
Symbol 277 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 277 MovieClip Frame 90
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
stop();
Symbol 277 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 277 MovieClip Frame 120
stop();
Symbol 277 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 277 MovieClip Frame 150
stop();
Symbol 280 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("left");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 281 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("up");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 282 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("action");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
Symbol 283 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("right");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 284 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("down");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 285 MovieClip Frame 1
function hit() {
tellTarget ("_root") {
score = score + 100;
};
}
if (_level0.randomarr) {
rand = random(5) + 1;
if (rand == 1) {
gotoAndPlay (31);
}
if (rand == 2) {
gotoAndPlay (61);
}
if (rand == 3) {
gotoAndPlay (121);
}
if (rand == 4) {
gotoAndPlay (1);
}
if (rand == 5) {
gotoAndPlay (91);
}
}
tellTarget (_root) {
};
Symbol 285 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 285 MovieClip Frame 30
stop();
Symbol 285 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 285 MovieClip Frame 60
stop();
Symbol 285 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 285 MovieClip Frame 90
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
stop();
Symbol 285 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 285 MovieClip Frame 120
stop();
Symbol 285 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 285 MovieClip Frame 150
stop();
Symbol 287 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("right");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 288 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("up");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 289 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("action");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
Symbol 290 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("down");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 291 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("left");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 292 MovieClip Frame 1
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
if (_level0.randomarr) {
rand = random(5) + 1;
if (rand == 1) {
gotoAndPlay (31);
}
if (rand == 2) {
gotoAndPlay (61);
}
if (rand == 3) {
gotoAndPlay (91);
}
if (rand == 4) {
gotoAndPlay (121);
}
if (rand == 5) {
gotoAndPlay (1);
}
}
tellTarget (_root) {
};
Symbol 292 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 292 MovieClip Frame 30
stop();
Symbol 292 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 292 MovieClip Frame 60
stop();
Symbol 292 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 292 MovieClip Frame 90
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
stop();
Symbol 292 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 292 MovieClip Frame 120
stop();
Symbol 292 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 292 MovieClip Frame 150
stop();
Symbol 307 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("action");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
Symbol 308 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("up");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 309 Button
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("right");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 310 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("down");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 311 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root") {
score = score + 100;
};
tellTarget ("_root.dan") {
gotoAndPlay ("left");
tellTarget ("TheArrow") {
gotoAndStop (2);
};
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
}
}
Symbol 312 MovieClip Frame 1
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
if (_level0.randomarr) {
rand = random(5) + 1;
if (rand == 1) {
gotoAndPlay (31);
}
if (rand == 2) {
gotoAndPlay (1);
}
if (rand == 3) {
gotoAndPlay (91);
}
if (rand == 4) {
gotoAndPlay (121);
}
if (rand == 5) {
gotoAndPlay (61);
}
}
tellTarget (_root) {
};
Symbol 312 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 312 MovieClip Frame 30
stop();
Symbol 312 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 312 MovieClip Frame 60
stop();
Symbol 312 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 312 MovieClip Frame 90
stop();
Symbol 312 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 312 MovieClip Frame 120
stop();
Symbol 312 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 312 MovieClip Frame 150
stop();
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 2
stop();
Symbol 402 MovieClip Frame 3
stop();
Symbol 402 MovieClip Frame 4
stop();
Symbol 402 MovieClip Frame 5
stop();
Symbol 402 MovieClip Frame 6
stop();
Symbol 402 MovieClip Frame 7
stop();
Symbol 402 MovieClip Frame 8
stop();
Symbol 402 MovieClip Frame 9
stop();
Symbol 402 MovieClip Frame 10
stop();
Symbol 402 MovieClip Frame 11
stop();
Symbol 402 MovieClip Frame 12
stop();
Symbol 403 MovieClip Frame 1
function hit() {
tellTarget ("_root") {
score = score + 100;
};
}
if (_level0.randomarr) {
rand = random(5) + 1;
if (rand == 1) {
gotoAndPlay (31);
}
if (rand == 2) {
gotoAndPlay (61);
}
if (rand == 3) {
gotoAndPlay (1);
}
if (rand == 4) {
gotoAndPlay (121);
}
if (rand == 5) {
gotoAndPlay (91);
}
}
tellTarget (_root) {
};
Symbol 403 MovieClip Frame 29
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 403 MovieClip Frame 30
stop();
Symbol 403 MovieClip Frame 59
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 403 MovieClip Frame 60
stop();
Symbol 403 MovieClip Frame 89
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 403 MovieClip Frame 90
function hit() {
tellTarget ("/") {
score = score + 100;
};
}
stop();
Symbol 403 MovieClip Frame 119
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 403 MovieClip Frame 120
stop();
Symbol 403 MovieClip Frame 149
if (getProperty(TheArrow, _currentframe) == 2) {
tellTarget ("_root") {
count++;
};
}
Symbol 403 MovieClip Frame 150
stop();
Symbol 407 Button
on (keyPress "<Right>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("right");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "<Left>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("left");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "<Up>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("up");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "<Down>") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("down");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "a") {
if (fall == true) {
} else {
tellTarget ("_root.dan") {
gotoAndPlay ("action");
};
tellTarget ("_root") {
score = score - 90;
if (score < 0) {
tellTarget ("_root.dan") {
gotoAndPlay ("fall");
tellTarget ("_root") {
down = true;
score = 0;
};
};
}
};
}
}
on (keyPress "q") {
toggleHighQuality();
}
Symbol 415 MovieClip Frame 1
size = random(100) + 50;
xthis = random(550) + 1;
ythis = random(400) + 1;
setProperty(this, _xscale , size);
setProperty(this, _yscale , size);
setProperty(this, _y , ythis);
setProperty(this, _x , xthis);
if (5 < (random(10) + 1)) {
gotoAndPlay (6);
}
Symbol 415 MovieClip Frame 16
gotoAndPlay (1);
Symbol 433 MovieClip Frame 7
gotoAndPlay (1);
Symbol 436 MovieClip Frame 1
stop();
Instance of Symbol 433 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (load) {
play();
}
Symbol 436 MovieClip Frame 2
stop();
Symbol 436 MovieClip Frame 3
stop();
Symbol 436 MovieClip Frame 4
stop();
Symbol 436 MovieClip Frame 5
stop();
Symbol 436 MovieClip Frame 6
stop();
Symbol 436 MovieClip Frame 7
stop();
Symbol 436 MovieClip Frame 8
stop();
Symbol 436 MovieClip Frame 9
stop();
Symbol 436 MovieClip Frame 10
stop();
Symbol 436 MovieClip Frame 11
stop();
Symbol 436 MovieClip Frame 12
stop();
Symbol 473 Button
on (release) {
gotoAndPlay (3076);
}
Symbol 475 Button
on (release) {
gotoAndPlay (1);
}
Symbol 478 Button
on (release) {
gotoAndPlay (5);
}