Frame 1
stop();
Frame 2
getURL ("http://www.mousebreaker.com", "_self");
Frame 3
stop();
Frame 5
stop();
var value = 0;
Instance of Symbol 48 MovieClip "mainstars" in Frame 5
onClipEvent (load) {
stars.duplicateMovieClip("stars2", 100);
stars2._y = stars._y + stars._width;
starsStartx = this._y;
starsSpeed = 3;
}
onClipEvent (enterFrame) {
this._y = this._y - starsSpeed;
if (this._y <= (starsStartx - stars._width)) {
this._y = starsStartx - starsSpeed;
}
}
Instance of Symbol 56 MovieClip in Frame 5
onClipEvent (load) {
var value = 1;
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.value = this.value;
gotoAndPlay (2);
}
}
Instance of Symbol 61 MovieClip in Frame 5
onClipEvent (load) {
var value = 2;
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.value = this.value;
gotoAndPlay (2);
}
}
Instance of Symbol 65 MovieClip in Frame 5
onClipEvent (load) {
var value = 3;
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.value = this.value;
gotoAndPlay (2);
}
}
Frame 6
stop();
Frame 7
score = 0;
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 7
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 7
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2.5;
this.ySpeed = random(3.5) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 7
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.5) + 2;
this.ySpeed = random(3.5) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 7
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.4) + 2;
this.ySpeed = random(3.3) + 2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 7
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.4) + 2;
this.ySpeed = random(3.6) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 7
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.7) + 2;
this.ySpeed = random(3.5) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 7
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.4) + 2;
this.ySpeed = random(3.4) + 2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 7
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.6) + 2;
this.ySpeed = random(3.6) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 7
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.5) + 2;
this.ySpeed = random(3.9) + 1.5;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 132 MovieClip in Frame 7
onClipEvent (load) {
wait = 135;
randomY = Math.random() * 420;
_x = randomY;
}
onClipEvent (enterFrame) {
wait--;
if (wait <= 0) {
wait == 0;
_y = (_y - 4);
}
if (_y <= -20) {
_y = -20;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 7
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.16);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.8);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(8);
}
}
}
Frame 10
finished = false;
stop();
var value = 0;
Instance of Symbol 100 MovieClip in Frame 10
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 10
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 10
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 10
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 10
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 10
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 10
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 10
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3) + 2;
this.ySpeed = random(3) + 2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 10
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(2) + 1;
this.ySpeed = random(2) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 10
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(2) + 1;
this.ySpeed = random(2) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 10
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(2) + 2;
this.ySpeed = random(2) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 132 MovieClip in Frame 10
onClipEvent (load) {
wait = 140;
randomY = Math.random() * 420;
_x = randomY;
}
onClipEvent (enterFrame) {
wait--;
if (wait <= 0) {
wait == 0;
_y = (_y - 4.5);
}
if (_y <= -20) {
_y = -20;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 10
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.14);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.8);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(11);
}
}
}
Frame 11
stop();
Frame 13
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 13
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.1) + 1;
this.ySpeed = random(3.9) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 13
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.8) + 1.6;
this.ySpeed = random(3.8) + 1.5;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 13
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(3.8) + 1;
this.ySpeed = random(4) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 13
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4) + 1.2;
this.ySpeed = random(4) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 13
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.1) + 1.4;
this.ySpeed = random(4.3) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 13
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.4) + 1;
this.ySpeed = random(4.4) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.5) + 1;
this.ySpeed = random(4.5) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 13
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.5) + 1.8;
this.ySpeed = random(4.5) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 13
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.6) + 1;
this.ySpeed = random(4.4) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 13
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.4) + 1.5;
this.ySpeed = random(4.5) + 1.4;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 13
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.6) + 1.2;
this.ySpeed = random(4.2) + 1.4;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 13
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.2) + 1.5;
this.ySpeed = random(4.2) + 1.5;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 174 MovieClip in Frame 13
onClipEvent (load) {
var value = 13;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.5) + 1.4;
this.ySpeed = random(4.6) + 1.4;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 177 MovieClip in Frame 13
onClipEvent (load) {
var value = 14;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.5) + 1;
this.ySpeed = random(4.7) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 179 MovieClip in Frame 13
onClipEvent (load) {
var value = 15;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4) + 1.4;
this.ySpeed = random(4.4) + 1.5;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 132 MovieClip in Frame 13
onClipEvent (load) {
wait = 100;
randomY = Math.random() * 420;
_x = randomY;
}
onClipEvent (enterFrame) {
wait--;
if (wait <= 0) {
wait == 0;
_y = (_y - 5);
}
if (_y <= -20) {
_y = -20;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 13
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.134);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.8);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(14);
}
}
}
Frame 14
stop();
Frame 16
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 16
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.8) + 1;
this.ySpeed = random(4.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 16
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.8) + 1.6;
this.ySpeed = random(4.9) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 16
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1.4;
this.ySpeed = random(5) + 1.8;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 16
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1;
this.ySpeed = random(4.9) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 16
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.9) + 1;
this.ySpeed = random(5.1) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 16
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(4.7) + 1.7;
this.ySpeed = random(4.7) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 16
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1;
this.ySpeed = random(5) + 1.1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 16
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.4) + 1.5;
this.ySpeed = random(5.3) + 1.5;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 16
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1;
this.ySpeed = random(5) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 16
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1.4;
this.ySpeed = random(5) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 16
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1.4;
this.ySpeed = random(5) + 1.5;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 16
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.1) + 1;
this.ySpeed = random(4.95) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 174 MovieClip in Frame 16
onClipEvent (load) {
var value = 13;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1;
this.ySpeed = random(5.2) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 177 MovieClip in Frame 16
onClipEvent (load) {
var value = 14;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.2) + 1.6;
this.ySpeed = random(5) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 179 MovieClip in Frame 16
onClipEvent (load) {
var value = 15;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.3) + 1.5;
this.ySpeed = random(4.9) + 1.4;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 132 MovieClip in Frame 16
onClipEvent (load) {
wait = 100;
randomY = Math.random() * 420;
_x = randomY;
}
onClipEvent (enterFrame) {
wait--;
if (wait <= 0) {
wait == 0;
_y = (_y - 5);
}
if (_y <= -20) {
_y = -20;
gotoAndStop (2);
}
}
Instance of Symbol 191 MovieClip in Frame 16
onClipEvent (load) {
var value = 16;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1.4;
this.ySpeed = random(5) + 1.7;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 194 MovieClip in Frame 16
onClipEvent (load) {
var value = 17;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5) + 1.5;
this.ySpeed = random(5.1) + 1.5;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 196 MovieClip in Frame 16
onClipEvent (load) {
var value = 18;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.1) + 1.4;
this.ySpeed = random(5.2) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 16
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.1259);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.75);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(17);
}
}
}
Frame 17
stop();
Frame 19
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 19
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.8;
this.ySpeed = random(5.6) + 1.8;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 19
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(5.4) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 19
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.3) + 1;
this.ySpeed = random(5.15) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 19
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.6) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 19
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.4) + 1.4;
this.ySpeed = random(5.3) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 19
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.4) + 1;
this.ySpeed = random(5.7) + 1.5;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.3;
this.ySpeed = random(5.8) + 1.3;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 19
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1;
this.ySpeed = random(5.4) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 19
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(5.4) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 19
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(5.7) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 19
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 19
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.2;
this.ySpeed = random(5.8) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 19
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.198);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.72);
_root.score = _root.score + 2;
if (_xscale <= 6) {
tick.stop(["tick"]);
_root.gotoAndStop(30);
}
}
}
Frame 21
stop();
Frame 25
stop();
Frame 30
stop();
Instance of Symbol 48 MovieClip "mainstars" in Frame 30
onClipEvent (load) {
stars.duplicateMovieClip("stars2", 100);
stars2._y = stars._y + stars._width;
starsStartx = this._y;
starsSpeed = 3;
}
onClipEvent (enterFrame) {
this._y = this._y - starsSpeed;
if (this._y <= (starsStartx - stars._width)) {
this._y = starsStartx - starsSpeed;
}
}
Frame 32
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 32
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 32
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 32
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1;
this.ySpeed = random(5.9) + 1.1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 32
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.9) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 32
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.2;
this.ySpeed = random(6.1) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 32
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.3;
this.ySpeed = random(5.9) + 1.3;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 32
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.2;
this.ySpeed = random(5.8) + 1.4;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 32
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1;
this.ySpeed = random(5.9) + 1.1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 32
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.4;
this.ySpeed = random(5.8) + 1.1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 32
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1;
this.ySpeed = random(6) + 1.4;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 32
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 32
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.2;
this.ySpeed = random(5.5) + 1.2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 174 MovieClip in Frame 32
onClipEvent (load) {
var value = 13;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.9) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 177 MovieClip in Frame 32
onClipEvent (load) {
var value = 14;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1.3;
this.ySpeed = random(5.9) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 179 MovieClip in Frame 32
onClipEvent (load) {
var value = 15;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1.4;
this.ySpeed = random(5.7) + 1.4;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 32
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.1665);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.75);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(33);
}
}
}
Frame 33
stop();
Frame 35
finished = false;
stop();
var value = 0;
Instance of Symbol 100 MovieClip in Frame 35
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(7.5) + 1;
this.ySpeed = random(7.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 35
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(7.9) + 1;
this.ySpeed = random(7.9) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 35
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(7.8) + 1;
this.ySpeed = random(7.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 132 MovieClip in Frame 35
onClipEvent (load) {
wait = 100;
randomY = Math.random() * 420;
_x = randomY;
}
onClipEvent (enterFrame) {
wait--;
if (wait <= 0) {
wait == 0;
_y = (_y - 5);
}
if (_y <= -20) {
_y = -20;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 35
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.65);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.75);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(36);
}
}
}
Frame 38
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 38
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 38
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 38
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.6) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 38
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(5.9) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 38
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(6.1) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 38
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6.2) + 1.1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 38
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.4) + 1;
this.ySpeed = random(6.2) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 38
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 38
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.3) + 1;
this.ySpeed = random(6.4) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 38
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.3) + 1.2;
this.ySpeed = random(6.3) + 1.3;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 38
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.4) + 1;
this.ySpeed = random(6) + 1.3;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 38
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.5;
this.ySpeed = random(6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 38
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.155);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.75);
_root.score = _root.score + 2;
if (_xscale <= 4) {
tick.stop(["tick"]);
_root.gotoAndStop(39);
}
}
}
Frame 41
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 100 MovieClip in Frame 41
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 41
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.3) + 1;
this.ySpeed = random(6.3) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 41
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.4;
this.ySpeed = random(5.8) + 1.2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 41
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 41
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 41
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.5;
this.ySpeed = random(5.8) + 1.4;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6.3) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 41
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6.1) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 41
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 41
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 41
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.4;
this.ySpeed = random(5.8) + 1.8;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 41
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6.3) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 174 MovieClip in Frame 41
onClipEvent (load) {
var value = 13;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.5;
this.ySpeed = random(6.1) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 177 MovieClip in Frame 41
onClipEvent (load) {
var value = 14;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1.6;
this.ySpeed = random(5.8) + 1.8;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) {
var value = 15;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 132 MovieClip in Frame 41
onClipEvent (load) {
wait = 150;
randomY = Math.random() * 420;
_x = randomY;
}
onClipEvent (enterFrame) {
wait--;
if (wait <= 0) {
wait == 0;
_y = (_y - 6);
}
if (_y <= -20) {
_y = -20;
gotoAndStop (2);
}
}
Instance of Symbol 191 MovieClip in Frame 41
onClipEvent (load) {
var value = 16;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.5;
this.ySpeed = random(6.1) + 1.3;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 194 MovieClip in Frame 41
onClipEvent (load) {
var value = 17;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6.4) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 196 MovieClip in Frame 41
onClipEvent (load) {
var value = 18;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.3) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 272 MovieClip in Frame 41
onClipEvent (load) {
var value = 19;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.5;
this.ySpeed = random(5.8) + 1.9;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 276 MovieClip in Frame 41
onClipEvent (load) {
var value = 20;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 278 MovieClip in Frame 41
onClipEvent (load) {
var value = 21;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1.4;
this.ySpeed = random(5.9) + 1.6;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 41
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.087);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.8);
_root.score = _root.score + 2;
if (_xscale <= 6) {
tick.stop(["tick"]);
_root.gotoAndStop(42);
}
}
}
Frame 44
finished = false;
stop();
var value = 0;
Stage.showMenu = false;
Instance of Symbol 289 MovieClip in Frame 44
onClipEvent (load) {
var value = 22;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.8) + 1;
this.ySpeed = random(6.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 100 MovieClip in Frame 44
onClipEvent (load) {
var value = 1;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 103 MovieClip in Frame 44
onClipEvent (load) {
var value = 2;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.3) + 1;
this.ySpeed = random(6.3) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 105 MovieClip in Frame 44
onClipEvent (load) {
var value = 3;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.4;
this.ySpeed = random(5.8) + 1.2;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 108 MovieClip in Frame 44
onClipEvent (load) {
var value = 4;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1.2;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 110 MovieClip in Frame 44
onClipEvent (load) {
var value = 5;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 112 MovieClip in Frame 44
onClipEvent (load) {
var value = 6;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.5;
this.ySpeed = random(5.8) + 1.4;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 115 MovieClip in Frame 44
onClipEvent (load) {
var value = 7;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6.3) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 44
onClipEvent (load) {
var value = 8;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6.1) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 119 MovieClip in Frame 44
onClipEvent (load) {
var value = 9;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 158 MovieClip in Frame 44
onClipEvent (load) {
var value = 10;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 162 MovieClip in Frame 44
onClipEvent (load) {
var value = 11;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.4;
this.ySpeed = random(5.8) + 1.8;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 164 MovieClip in Frame 44
onClipEvent (load) {
var value = 12;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.1) + 1;
this.ySpeed = random(6.3) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 174 MovieClip in Frame 44
onClipEvent (load) {
var value = 13;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.5;
this.ySpeed = random(6.1) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 177 MovieClip in Frame 44
onClipEvent (load) {
var value = 14;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1.6;
this.ySpeed = random(5.8) + 1.8;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 179 MovieClip in Frame 44
onClipEvent (load) {
var value = 15;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 191 MovieClip in Frame 44
onClipEvent (load) {
var value = 16;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6) + 1.5;
this.ySpeed = random(6.1) + 1.3;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 194 MovieClip in Frame 44
onClipEvent (load) {
var value = 17;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.2) + 1;
this.ySpeed = random(6.4) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 196 MovieClip in Frame 44
onClipEvent (load) {
var value = 18;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(6.3) + 1;
this.ySpeed = random(6) + 1;
}
this._y = this._y - this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 272 MovieClip in Frame 44
onClipEvent (load) {
var value = 19;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.8) + 1.5;
this.ySpeed = random(5.8) + 1.9;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x + this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 276 MovieClip in Frame 44
onClipEvent (load) {
var value = 20;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1;
this.ySpeed = random(5.8) + 1;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 278 MovieClip in Frame 44
onClipEvent (load) {
var value = 21;
var _x = random(400);
var _y = random(400);
move = true;
speed = 2;
}
onClipEvent (enterFrame) {
if (move == true) {
if (!xSpeed) {
this.xSpeed = random(5.9) + 1.4;
this.ySpeed = random(5.9) + 1.6;
}
this._y = this._y + this.ySpeed;
if ((this._y >= 420) || (this._y <= 0)) {
this.ySpeed = -this.ySpeed;
}
this._x = this._x - this.xSpeed;
if ((this._x >= 420) || (this._x <= 0)) {
this.xSpeed = -this.xSpeed;
}
}
if (move == false) {
this._y = this._y - (speed++);
}
if (this._y < -70) {
_root.finished = true;
this._y = -70;
}
}
on (press) {
if (this.value == (_root.value + 1)) {
_root.score = _root.score + 10;
_root.value = this.value;
move = false;
gotoAndStop (2);
}
}
Instance of Symbol 84 MovieClip in Frame 44
onClipEvent (load) {
play = true;
}
onClipEvent (enterFrame) {
if ((play = true)) {
_xscale = (_xscale - 0.08);
if (_xscale <= 0) {
_xscale = 0;
_root.gotoAndStop(20);
}
}
if (_root.finished == true) {
play = false;
tick = new Sound();
tick.attachSound("tick");
tick.start(0, 999);
_xscale = (_xscale - 0.8);
_root.score = _root.score + 2;
if (_xscale <= 6) {
tick.stop(["tick"]);
_root.gotoAndStop(105);
}
}
}
Frame 50
disable_check = true;
myURL = _url;
okDomain = "www.crystalitegames.com";
okDomain1 = "www.crystalitegames";
if (((myURL.indexOf(okDomain) != -1) or (myURL.indexOf(okDomain1) != -1)) or disable_check) {
_root.gotoAndStop("crystalite");
} else {
gotoAndStop ("bad");
}
Frame 51
stop();
topEdge = 0;
leftEdge = 0;
rightEdge = 550;
bottomEdge = 400;
i = 0;
while (i < 50) {
_root.snow_mc.duplicateMovieClip("flake" + i, i);
_root["flake" + i]._x = (Math.random() * (rightEdge - 20)) + 10;
_root["flake" + i]._y = (Math.random() * bottomEdge) + 10;
_root["flake" + i]._alpha = (Math.random() * 80) + 20;
i++;
i++;
}
Instance of Symbol 301 MovieClip "snow_mc" in Frame 51
onClipEvent (load) {
speed = (Math.random() * 2) + 1;
angle = 0;
rad = (Math.random() * 4) + 1;
}
onClipEvent (enterFrame) {
this._y = this._y - speed;
if (this._y <= _root.topEdge) {
this._y = 90;
}
this._x = this._x + (Math.cos(angle * (Math.PI/180)) * rad);
if (this._x > _root.rightEdge) {
this._x = -1;
}
angle++;
angle = angle % 50;
_rotation = (_rotation + 4);
}
Frame 52
stop();
kill = function () {
var _local1 = this;
for (a in _local1) {
_local1[a].removeMovieClip();
delete _local1[a];
}
delete a;
};
kill();
attachMovie("story", "story", 2);
story._x = 40;
story._y = 450;
attachMovie("seethru", "seethru", 3);
seethru._x = 0;
seethru._y = 92;
attachMovie("top", "top", 4);
top._x = 0;
top._y = 0;
attachMovie("skip", "skip", 5);
skip._x = 390;
skip._y = 465;
onEnterFrame = function () {
story._y = story._y - 0.88;
if (story._y < -580) {
story.removeMovieClip();
attachMovie("black", "black", 6);
black._x = 200;
black._y = 230;
}
};
skip.onRelease = function () {
attachMovie("black", "black", 6);
black._x = 200;
black._y = 230;
skip.removeMovieClip();
};
Frame 100
_root.gotoAndStop(5);
Frame 105
stop();
Symbol 4 MovieClip [black] Frame 29
_root.story.removeMovieClip();
_root.top.removeMovieClip();
_root.seethru.removeMovieClip();
_root.story.removeMovieClip();
_root.skip.removeMovieClip();
Symbol 4 MovieClip [black] Frame 74
_root.gotoAndStop(5);
Symbol 4 MovieClip [black] Frame 115
stop();
this.removeMovieClip();
Symbol 17 MovieClip Frame 50
stop();
Symbol 20 MovieClip Frame 14
stop();
Symbol 23 MovieClip Frame 14
stop();
Symbol 31 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 31 MovieClip Frame 2
gotoAndPlay (1);
Symbol 31 MovieClip Frame 3
_root.gotoAndStop("checkurl");
Symbol 37 MovieClip Frame 7
gotoAndPlay (1);
Symbol 40 MovieClip Frame 32
gotoAndPlay (1);
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 20
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 20
stop();
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 20
stop();
_root.gotoAndStop(6);
Symbol 68 Button
on (release) {
getURL ("http://www.crystalitegames.com", _blank);
}
Symbol 70 MovieClip Frame 24
stop();
Symbol 80 MovieClip Frame 61
_root.gotoAndStop(7);
Symbol 100 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 127 Button
on (release) {
_root.score = _root.score + 50;
gotoAndPlay (3);
}
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 9
stop();
Symbol 141 MovieClip Frame 23
stop();
Symbol 146 MovieClip Frame 12
stop();
Symbol 151 Button
on (release) {
_root.gotoAndStop(9);
}
Symbol 155 MovieClip Frame 61
_root.gotoAndStop(10);
Symbol 158 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 167 Button
on (release) {
_root.gotoAndStop(12);
}
Symbol 170 MovieClip Frame 61
_root.gotoAndStop(13);
Symbol 174 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 186 Button
on (release) {
_root.gotoAndStop(15);
}
Symbol 189 MovieClip Frame 61
_root.gotoAndStop(16);
Symbol 191 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 200 Button
on (release) {
_root.gotoAndStop(18);
}
Symbol 203 MovieClip Frame 61
_root.gotoAndStop(19);
Symbol 209 MovieClip Frame 60
stop();
_root.white.gotoAndPlay(2);
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 55
_root.gotoAndStop(21);
Symbol 239 MovieClip Frame 25
stop();
Symbol 244 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 249 Button
on (release) {
_root.gotoAndStop(31);
}
Symbol 252 MovieClip Frame 61
_root.gotoAndStop(32);
Symbol 255 Button
on (release) {
_root.gotoAndStop(34);
}
Symbol 257 MovieClip Frame 61
_root.gotoAndStop(35);
Symbol 261 Button
on (release) {
_root.gotoAndStop(37);
}
Symbol 263 MovieClip Frame 61
_root.gotoAndStop(38);
Symbol 268 Button
on (release) {
_root.gotoAndStop(40);
}
Symbol 270 MovieClip Frame 61
_root.gotoAndStop(41);
Symbol 272 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 1
stop();
Symbol 283 Button
on (release) {
_root.gotoAndStop(43);
}
Symbol 285 MovieClip Frame 61
_root.gotoAndStop(44);
Symbol 289 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 95
_root.gotoAndStop(52);
Symbol 309 MovieClip Frame 76
stop();
Symbol 315 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 318 MovieClip Frame 331
stop();