Instance of Symbol 7 MovieClip in Frame 1 (197 B)
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
this.bar._xscale = (loaded / total) * 100;
if (this.bar._xscale == 100) {
_root.gotoAndPlay(2);
}
}
Frame 2 (8 B)
stop();
Symbol 3 MovieClip Frame 15 (17 B)
gotoAndPlay (1);
Symbol 25 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 28 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 31 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 34 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 37 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 40 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 45 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 48 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 51 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 54 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 57 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 60 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 63 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 66 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 69 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 72 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 75 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 78 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 81 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 84 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 87 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 93 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 98 Button (61 B)
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 107 Button (37 B)
on (release) {
fscommand ("quit");
}