Frame 2 (8 B)
stop();
Frame 3 (24 B)
found = false;
stop();
Frame 4 (145 B)
if (found == false) {
prevFrame();
} else {
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
found = false;
}
stop();
Frame 5 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 6 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 7 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 8 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 9 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 10 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 11 (145 B)
if (found == false) {
prevFrame();
} else {
found = false;
tellTarget (_root.timer) {
timer = 45;
gotoAndPlay (1);
};
}
stop();
Frame 12 (8 B)
stop();
Frame 13 (8 B)
stop();
Symbol 3 MovieClip Frame 1 (193 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 3 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 3 MovieClip Frame 3 (35 B)
tellTarget (_root) {
play();
};
Symbol 17 Button (77 B)
on (release) {
_root.timer.timer = 45;
_root.money = 0;
gotoAndStop (3);
}
Symbol 23 Button (87 B)
on (release) {
_root.money = "20,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 31 MovieClip Frame 1 (8 B)
stop();
Symbol 31 MovieClip Frame 2 (50 B)
tellTarget (_root.timer) {
gotoAndStop (1);
};
Symbol 31 MovieClip Frame 39 (74 B)
gotoAndStop (1);
tellTarget (_root) {
found = true;
nextFrame();
};
Symbol 31 MovieClip Frame 96 (17 B)
gotoAndStop (1);
Symbol 34 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 38 MovieClip Frame 25 (113 B)
if (timer == 0) {
tellTarget (_root) {
gotoAndStop ("timesup");
};
} else {
timer = int(timer) - 1;
}
Symbol 43 Button (87 B)
on (release) {
_root.money = "50,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 48 Button (88 B)
on (release) {
_root.money = "100,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 53 Button (88 B)
on (release) {
_root.money = "250,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 56 Button (88 B)
on (release) {
_root.money = "500,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 60 Button (90 B)
on (release) {
_root.money = "1,000,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 65 Button (63 B)
on (release) {
tellTarget ("text") {
gotoAndPlay (57);
};
}
Symbol 68 Button (90 B)
on (release) {
_root.money = "5,000,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 73 Button (91 B)
on (release) {
_root.money = "10,000,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 77 Button (91 B)
on (release) {
_root.money = "25,000,000";
tellTarget ("text") {
gotoAndPlay (2);
};
}
Symbol 82 Button (66 B)
on (release) {
getURL ("http://www.eskimogames.com", "_blank");
}