Frame 1
percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
Instance of Symbol 4 MovieClip "loadbar" in Frame 1
onClipEvent (enterFrame) {
this._xscale = _root.percent;
}
Frame 2
if (percent < 100) {
gotoAndPlay (1);
} else {
play();
}
Frame 55
stop();
Instance of Symbol 21 MovieClip in Frame 55
on (release) {
_root.gotoAndPlay(63);
}
Frame 56
stop();
Instance of Symbol 28 MovieClip in Frame 56
on (release) {
_root.gotoAndPlay(57);
}
Frame 57
stop();
Instance of Symbol 28 MovieClip in Frame 57
on (release) {
_root.gotoAndPlay(68);
}
Instance of Symbol 63 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this._currentframe == 7) {
this.gotoAndPlay(1);
}
this.play();
}
Frame 62
Mouse.show();
stop();
Instance of Symbol 21 MovieClip in Frame 62
on (release) {
_root.gotoAndPlay(63);
}
Frame 63
var time = 0;
var displaytime = 0;
var olddisplaytime = 0;
var points = 0;
var extraPoints = 0;
var displaypoints = 0;
var numOnFire = 6;
gotoAndPlay (63);
Frame 64
Mouse.hide();
time = time + 0.08333333333;
displaytime = Math.round(time);
if (displaytime != olddisplaytime) {
if (B1.onFire == false) {
points = points + 10;
}
if (B2.onFire == false) {
points = points + 10;
}
if (B3.onFire == false) {
points = points + 10;
}
if (B4.onFire == false) {
points = points + 10;
}
if (B5.onFire == false) {
points = points + 10;
}
if (B6.onFire == false) {
points = points + 10;
}
displaypoints = points;
olddisplaytime = displaytime;
}
if ((((((B1._currentframe > 240) && (B2._currentFrame > 240)) && (B3._currentframe > 240)) && (B4._currentframe > 240)) && (B5._currentframe > 240)) && (B6._currentframe > 240)) {
stopAllSounds();
gotoAndPlay (59);
}
Instance of Symbol 88 MovieClip "Native4" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(16000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._x > (_root.B4._x - 5)) && (this._x < (_root.B4._x + 5))) {
this._x = _root.B4._x;
if (this._currentframe < 4) {
this.gotoAndPlay(4);
}
_root.B4.gotoAndPlay(_root.B4._currentframe + 2);
if (_root.B4._currentframe > 240) {
_x = -50;
_root.B4._currentframe = 240;
}
} else if (_root.B4._currentframe < 240) {
_x = (_x + 4);
}
}
if (this._currentframe == 10) {
_x = -50;
}
if (_root.B4._currentframe > 240) {
_x = -50;
}
}
Instance of Symbol 88 MovieClip "Native3" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(16000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._x > (_root.B3._x - 5)) && (this._x < (_root.B3._x + 5))) {
this._x = _root.B3._x;
if (this._currentframe < 4) {
this.gotoAndPlay(4);
}
_root.B3.gotoAndPlay(_root.B3._currentframe + 2);
if (_root.B3._currentframe > 240) {
_x = -50;
_root.B3._currentframe = 240;
}
} else if (_root.B3._currentframe < 240) {
_x = (_x + 4);
}
}
if (this._currentframe == 10) {
_x = -50;
}
if (_root.B3._currentframe > 240) {
_x = -50;
}
}
Instance of Symbol 88 MovieClip "Native2" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(16000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._x > (_root.B2._x - 5)) && (this._x < (_root.B2._x + 5))) {
this._x = _root.B2._x;
if (this._currentframe < 4) {
this.gotoAndPlay(4);
}
_root.B2.gotoAndPlay(_root.B2._currentframe + 2);
if (_root.B2._currentframe > 240) {
_x = -50;
_root.B2._currentframe = 240;
}
} else if (_root.B2._currentframe < 240) {
_x = (_x + 4);
}
}
if (this._currentframe == 10) {
_x = -50;
}
if (_root.B2._currentframe > 240) {
_x = -50;
}
}
Instance of Symbol 88 MovieClip "Native1" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(16000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._x > (_root.B1._x - 5)) && (this._x < (_root.B1._x + 5))) {
this._x = _root.B1._x;
if (this._currentframe < 4) {
this.gotoAndPlay(4);
}
_root.B1.gotoAndPlay(_root.B1._currentframe + 2);
if (_root.B1._currentframe > 240) {
_x = -50;
_root.B1._currentframe = 240;
}
} else if (_root.B1._currentframe < 240) {
_x = (_x + 4);
}
}
if (this._currentframe == 10) {
_x = -50;
}
if (_root.B1._currentframe > 240) {
_x = -50;
}
}
Instance of Symbol 88 MovieClip "Native6" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(16000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._x > (_root.B6._x - 5)) && (this._x < (_root.B6._x + 5))) {
this._x = _root.B6._x;
if (this._currentframe < 4) {
this.gotoAndPlay(4);
}
_root.B6.gotoAndPlay(_root.B6._currentframe + 2);
if (_root.B6._currentframe > 240) {
_x = -50;
_root.B6._currentframe = 240;
}
} else if (_root.B6._currentframe < 240) {
_x = (_x + 4);
}
}
if (this._currentframe == 10) {
_x = -50;
}
if (_root.B6._currentframe > 240) {
_x = -50;
}
}
Instance of Symbol 88 MovieClip "Native5" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(16000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._x > (_root.B5._x - 5)) && (this._x < (_root.B5._x + 5))) {
this._x = _root.B5._x;
if (this._currentframe < 4) {
this.gotoAndPlay(4);
}
_root.B5.gotoAndPlay(_root.B5._currentframe + 2);
if (_root.B5._currentframe > 240) {
_x = -50;
_root.B5._currentframe = 240;
}
} else if (_root.B5._currentframe < 240) {
_x = (_x + 4);
}
}
if (this._currentframe == 10) {
_x = -50;
}
if (_root.B5._currentframe > 240) {
_x = -50;
}
}
Instance of Symbol 44 MovieClip "B1" in Frame 64
onClipEvent (load) {
var toframe;
var finaltoframe;
var onFire = false;
}
onClipEvent (enterFrame) {
toframe = 239 - (_root.displaytime * 0.5);
finaltoframe = Math.round(toframe);
if (this._currentframe > 240) {
onFire = true;
}
}
on (press) {
if (_root.bucket._currentframe == 6) {
_root.bucket.play();
_root.bucket.stopDrag();
if (finaltoframe < 10) {
finaltoframe = 10;
}
if (finaltoframe > this._currentframe) {
finaltoframe = this._currentframe - 2;
}
if (this._currentframe < 241) {
this.gotoAndPlay(this._currentframe - finaltoframe);
}
_root.extraPoints = _root.extraPoints + this.finaltoframe;
if (_root.Native1._x == this._x) {
_root.Native1.gotoAndPlay(7);
_root.Native1.goForIt = false;
}
}
}
Instance of Symbol 44 MovieClip "B2" in Frame 64
onClipEvent (load) {
var toframe;
var finaltoframe;
var onFire = false;
}
onClipEvent (enterFrame) {
toframe = 239 - (_root.displaytime * 0.5);
finaltoframe = Math.round(toframe);
if (this._currentframe > 240) {
onFire = true;
}
}
on (press) {
if (_root.bucket._currentframe == 6) {
_root.bucket.play();
_root.bucket.stopDrag();
if (finaltoframe < 10) {
finaltoframe = 10;
}
if (finaltoframe > this._currentframe) {
finaltoframe = this._currentframe - 2;
}
if (this._currentframe < 241) {
this.gotoAndPlay(this._currentframe - finaltoframe);
}
_root.extraPoints = _root.extraPoints + this.finaltoframe;
if (_root.Native2._x == this._x) {
_root.Native2.gotoAndPlay(7);
_root.Native2.goForIt = false;
}
}
}
Instance of Symbol 44 MovieClip "B5" in Frame 64
onClipEvent (load) {
var toframe;
var finaltoframe;
var onFire = false;
}
onClipEvent (enterFrame) {
toframe = 239 - (_root.displaytime * 0.5);
finaltoframe = Math.round(toframe);
if (this._currentframe > 240) {
onFire = true;
}
}
on (press) {
if (_root.bucket._currentframe == 6) {
_root.bucket.play();
_root.bucket.stopDrag();
if (finaltoframe < 10) {
finaltoframe = 10;
}
if (finaltoframe > this._currentframe) {
finaltoframe = this._currentframe - 2;
}
if (this._currentframe < 241) {
this.gotoAndPlay(this._currentframe - finaltoframe);
}
_root.extraPoints = _root.extraPoints + this.finaltoframe;
if (_root.Native5._x == this._x) {
_root.Native5.gotoAndPlay(7);
_root.Native5.goForIt = false;
}
}
}
Instance of Symbol 44 MovieClip "B3" in Frame 64
onClipEvent (load) {
var toframe;
var finaltoframe;
var onFire = false;
}
onClipEvent (enterFrame) {
toframe = 239 - (_root.displaytime * 0.5);
finaltoframe = Math.round(toframe);
if (this._currentframe > 240) {
onFire = true;
}
}
on (press) {
if (_root.bucket._currentframe == 6) {
_root.bucket.play();
_root.bucket.stopDrag();
if (finaltoframe < 10) {
finaltoframe = 10;
}
if (finaltoframe > this._currentframe) {
finaltoframe = this._currentframe - 2;
}
if (this._currentframe < 241) {
this.gotoAndPlay(this._currentframe - finaltoframe);
}
_root.extraPoints = _root.extraPoints + this.finaltoframe;
if (_root.Native3._x == this._x) {
_root.Native3.gotoAndPlay(7);
_root.Native3.goForIt = false;
}
}
}
Instance of Symbol 44 MovieClip "B6" in Frame 64
onClipEvent (load) {
var toframe;
var finaltoframe;
var onFire = false;
}
onClipEvent (enterFrame) {
toframe = 239 - (_root.displaytime * 0.5);
finaltoframe = Math.round(toframe);
if (this._currentframe > 240) {
onFire = true;
}
}
on (press) {
if (_root.bucket._currentframe == 6) {
_root.bucket.play();
_root.bucket.stopDrag();
if (finaltoframe < 10) {
finaltoframe = 10;
}
if (finaltoframe > this._currentframe) {
finaltoframe = this._currentframe - 2;
}
if (this._currentframe < 241) {
this.gotoAndPlay(this._currentframe - finaltoframe);
}
_root.extraPoints = _root.extraPoints + this.finaltoframe;
if (_root.Native6._x == this._x) {
_root.Native6.gotoAndPlay(7);
_root.Native6.goForIt = false;
}
}
}
Instance of Symbol 44 MovieClip "B4" in Frame 64
onClipEvent (load) {
var toframe;
var finaltoframe;
var onFire = false;
}
onClipEvent (enterFrame) {
toframe = 239 - (_root.displaytime * 0.5);
finaltoframe = Math.round(toframe);
if (this._currentframe > 240) {
onFire = true;
}
}
on (press) {
if (_root.bucket._currentframe == 6) {
_root.bucket.play();
_root.bucket.stopDrag();
if (finaltoframe < 10) {
finaltoframe = 10;
}
if (finaltoframe > this._currentframe) {
finaltoframe = this._currentframe - 2;
}
if (this._currentframe < 241) {
this.gotoAndPlay(this._currentframe - finaltoframe);
}
_root.extraPoints = _root.extraPoints + this.finaltoframe;
if (_root.Native4._x == this._x) {
_root.Native4.gotoAndPlay(7);
_root.Native4.goForIt = false;
}
}
}
Instance of Symbol 98 MovieClip "Comet4" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(60000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._y > (_root.B4._y - 25)) && (this._y < (_root.B4._y + 25))) {
this._y = _root.B4._y;
if (this._currentframe < 2) {
this.gotoAndPlay(2);
}
if ((_root.B4._currentframe + 50) > 240) {
_y = -200;
_root.B4.gotoAndPlay(241);
} else if (this._currentframe < 3) {
_root.B4.gotoAndPlay(_root.B4._currentframe + 50);
}
} else if (_root.B4._currentframe < 240) {
_y = (_y + 25);
}
}
if (_root.B4._currentframe > 240) {
this._y = -200;
}
if (this._currentframe == 8) {
this._y = -200;
goForIt = false;
}
}
Instance of Symbol 98 MovieClip "Comet5" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(60000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._y > (_root.B5._y - 25)) && (this._y < (_root.B5._y + 25))) {
this._y = _root.B5._y;
if (this._currentframe < 2) {
this.gotoAndPlay(2);
}
if ((_root.B5._currentframe + 50) > 240) {
_y = -200;
_root.B5.gotoAndPlay(241);
} else if (this._currentframe < 3) {
_root.B5.gotoAndPlay(_root.B5._currentframe + 50);
}
} else if (_root.B5._currentframe < 240) {
_y = (_y + 25);
}
}
if (_root.B5._currentframe > 240) {
this._y = -200;
}
if (this._currentframe == 8) {
this._y = -200;
goForIt = false;
}
}
Instance of Symbol 98 MovieClip "Comet6" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(60000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._y > (_root.B6._y - 25)) && (this._y < (_root.B6._y + 25))) {
this._y = _root.B6._y;
if (this._currentframe < 2) {
this.gotoAndPlay(2);
}
if ((_root.B6._currentframe + 50) > 240) {
_y = -200;
_root.B6.gotoAndPlay(241);
} else if (this._currentframe < 3) {
_root.B6.gotoAndPlay(_root.B6._currentframe + 50);
}
} else if (_root.B6._currentframe < 240) {
_y = (_y + 25);
}
}
if (_root.B6._currentframe > 240) {
this._y = -200;
}
if (this._currentframe == 8) {
this._y = -200;
goForIt = false;
}
}
Instance of Symbol 98 MovieClip "Comet2" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(60000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._y > (_root.B2._y - 25)) && (this._y < (_root.B2._y + 25))) {
this._y = _root.B2._y;
if (this._currentframe < 2) {
this.gotoAndPlay(2);
}
if ((_root.B2._currentframe + 50) > 240) {
_y = -200;
_root.B2.gotoAndPlay(241);
} else if (this._currentframe < 3) {
_root.B2.gotoAndPlay(_root.B2._currentframe + 50);
}
} else if (_root.B2._currentframe < 240) {
_y = (_y + 25);
}
}
if (_root.B2._currentframe > 240) {
this._y = -200;
}
if (this._currentframe == 8) {
this._y = -200;
goForIt = false;
}
}
Instance of Symbol 98 MovieClip "Comet3" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(60000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._y > (_root.B3._y - 25)) && (this._y < (_root.B3._y + 25))) {
this._y = _root.B3._y;
if (this._currentframe < 2) {
this.gotoAndPlay(2);
}
if ((_root.B3._currentframe + 50) > 240) {
_y = -200;
_root.B3.gotoAndPlay(241);
} else if (this._currentframe < 3) {
_root.B3.gotoAndPlay(_root.B3._currentframe + 50);
}
} else if (_root.B3._currentframe < 240) {
_y = (_y + 25);
}
}
if (_root.B3._currentframe > 240) {
this._y = -200;
}
if (this._currentframe == 8) {
this._y = -200;
goForIt = false;
}
}
Instance of Symbol 98 MovieClip "Comet1" in Frame 64
onClipEvent (load) {
var goForIt = false;
var roll;
}
onClipEvent (enterFrame) {
if (goForIt == false) {
roll = random(60000);
}
if (roll < _root.displaytime) {
goForIt = true;
}
if (goForIt == true) {
if ((this._y > (_root.B1._y - 25)) && (this._y < (_root.B1._y + 25))) {
this._y = _root.B1._y;
if (this._currentframe < 2) {
this.gotoAndPlay(2);
}
if ((_root.B1._currentframe + 50) > 240) {
_y = -200;
_root.B1.gotoAndPlay(241);
} else if (this._currentframe < 3) {
_root.B1.gotoAndPlay(_root.B1._currentframe + 50);
}
} else if (_root.B1._currentframe < 240) {
_y = (_y + 25);
}
}
if (_root.B1._currentframe > 240) {
this._y = -200;
}
if (this._currentframe == 8) {
this._y = -200;
goForIt = false;
}
}
Instance of Symbol 50 MovieClip in Frame 64
on (press) {
if (_root.bucket._currentframe == 1) {
_root.bucket.play();
}
}
Instance of Symbol 63 MovieClip "bucket" in Frame 64
onClipEvent (enterFrame) {
if (this._currentframe < 7) {
startDrag ("", true);
}
}
Frame 65
Mouse.hide();
gotoAndPlay (64);
Frame 68
stop();
Instance of Symbol 28 MovieClip in Frame 68
on (release) {
_root.gotoAndPlay(69);
}
Instance of Symbol 88 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this._currentframe < 4) {
gotoAndPlay (4);
}
}
Instance of Symbol 44 MovieClip in Frame 68
onClipEvent (enterFrame) {
this.gotoAndStop(15);
}
Frame 69
stop();
Instance of Symbol 28 MovieClip in Frame 69
on (release) {
_root.gotoAndPlay(63);
}
Instance of Symbol 98 MovieClip in Frame 69
onClipEvent (enterFrame) {
_y = (_y + 25);
if (this._y > 500) {
_y = -100;
_x = random(550);
}
}
Symbol 22 Button
on (release) {
gotoAndPlay (56);
}
Symbol 44 MovieClip Frame 1
gotoAndPlay (16);
Symbol 44 MovieClip Frame 245
gotoAndPlay (243);
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 6
stop();
Symbol 75 MovieClip Frame 1
this.play();
Symbol 88 MovieClip Frame 3
this.gotoAndPlay(1);
Symbol 88 MovieClip Frame 6
this.gotoAndPlay(4);
Symbol 98 MovieClip Frame 1
stop();