Frame 1
function doSomething() {
}
function doSomething2() {
getURL ("http://www.albinoblacksheep.com", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Orb", doSomething);
Functioned2 = new ContextMenuItem(" ---Visit ABS---", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
onEnterFrame = function () {
loadbar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
play();
delete onEnterFrame;
}
};
Frame 2
sSound = new Sound();
sSound.attachSound("intro");
sSound.start(0, 99);
play();
Frame 3
stop();
_root.timer = 0;
centremove = "false";
Frame 4
stop();
_root.timer = 0;
Frame 5
play();
_root.timer = 0;
Frame 6
centremove = "false";
progress = 0;
progadd = 6.66666666666667;
stop();
countno = 30;
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 43 MovieClip "orb" in Frame 6
onClipEvent (load) {
_root.timer === 0;
if (_root.centremove == "true") {
speed = 5;
} else {
speed = 15;
}
}
onClipEvent (enterFrame) {
if (_root.centremove == "true") {
_root.timertext.text = "time = " + Math.round(_root.timer);
} else {
_root.timer = _root.timer + 0.0142857142857143;
}
_root.timertext.text = Math.round(_root.timer);
if (_root.centremove == "true") {
if (this._width < 82.8) {
this._width = this._width + 0.5;
}
if (this._height < 91.2) {
this._height = this._height + 0.5;
}
endX = 275;
endY = 80;
_x = (_x + ((endX - _x) / speed));
_y = (_y + ((endY - _y) / speed));
} else {
endX = _root._xmouse;
endY = _root._ymouse;
_x = (_x + ((endX - _x) / speed));
_y = (_y + ((endY - _y) / speed));
}
}
onClipEvent (mouseDown) {
if (_root.centremove == "true") {
} else if (this._currentframe == 1) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 46 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._xscale = _root.progress;
}
Frame 7
progress = progress + progadd;
countno = 48;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 8
progress = progress + progadd;
countno = 44;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 9
progress = progress + progadd;
countno = 60;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 10
progress = progress + progadd;
countno = 28;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 11
progress = progress + progadd;
countno = 56;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 12
progress = progress + progadd;
countno = 60;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 13
progress = progress + progadd;
countno = 24;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 14
progress = progress + progadd;
countno = 63;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 15
progress = progress + progadd;
countno = 4;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 16
progress = progress + progadd;
countno = 4;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 17
progress = progress + progadd;
countno = 14;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 18
progress = progress + progadd;
countno = 14;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 19
progress = progress + progadd;
countno = 14;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 20
progress = progress + progadd;
countno = 14;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
nextFrame();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 21
progress = progress + progadd;
countno = 88;
stop();
count = countno;
onEnterFrame = function () {
count_txt.text = count;
if (count <= 0) {
play();
delete onEnterFrame;
}
};
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 32 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.orb)) {
this.gotoAndStop(2);
}
}
Frame 22
progress = progress + progadd;
play();
Frame 23
progress = progress + progadd;
stop();
centremove = "true";
_root.timetext.text = "time = " + Math.round(_root.timer);
besttime.text = "your best time is " + besttime;
Symbol 18 Button
on (release) {
gotoAndPlay ("game");
}
Symbol 19 Button
on (release) {
gotoAndPlay ("how");
}
Symbol 22 Button
on (release) {
prevFrame();
}
Symbol 25 Button
on (release) {
gotoAndPlay (6);
}
Symbol 31 MovieClip Frame 1
_root.count = _root.count - 1;
Symbol 31 MovieClip Frame 14
stop();
_parent._parent.removeMovieClip();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
stop();
Symbol 42 MovieClip Frame 25
_parent.gotoAndPlay(1);
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 48 Button
on (release) {
gotoAndPlay ("play");
}