Frame 1
stop();
stop();
Instance of Symbol 18 MovieClip "selector" in Frame 1
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
if (this._x >= 700) {
this._x = 700;
} else if (this._x <= 0) {
this._x = 0;
}
if (this._y >= 500) {
this._y = 500;
} else if (this._y <= 0) {
this._y = 0;
}
}
Frame 5
stop();
Frame 10
stop();
Frame 15
stop();
Frame 20
score = 0;
Instance of Symbol 35 MovieClip "enemy" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 75;
}
if (this._y >= 600) {
this._x = random(700);
this._y = random(200) - 210;
speed = random(7) + 2;
}
}
Instance of Symbol 35 MovieClip "cenemy" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 75;
}
if (this._y >= 600) {
this._x = random(700);
this._y = random(200) - 210;
speed = random(7) + 2;
}
}
Instance of Symbol 35 MovieClip "c2enemy" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 75;
}
if (this._y >= 600) {
this._x = random(700);
this._y = random(200) - 210;
speed = random(7) + 2;
}
}
Instance of Symbol 38 MovieClip "enemy2" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = 580;
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
_root.score = _root.score + 75;
}
if (this._y <= -100) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
}
}
Instance of Symbol 38 MovieClip "cenemy2" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = 580;
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
_root.score = _root.score + 75;
}
if (this._y <= -100) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
}
}
Instance of Symbol 38 MovieClip "c2enemy2" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = 580;
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
_root.score = _root.score + 75;
}
if (this._y <= -100) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
}
}
Instance of Symbol 35 MovieClip "c3enemy" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 75;
}
if (this._y >= 600) {
this._x = random(700);
this._y = random(200) - 210;
speed = random(7) + 2;
}
}
Instance of Symbol 38 MovieClip "c3enemy2" in Frame 20
onClipEvent (load) {
this._x = random(700);
this._y = 580;
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
_root.score = _root.score + 75;
}
if (this._y <= -100) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
}
}
Instance of Symbol 44 MovieClip in Frame 20
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
if (this._x >= 700) {
this._x = 700;
} else if (this._x <= 0) {
this._x = 0;
}
if (this._y >= 500) {
this._y = 500;
} else if (this._y <= 0) {
this._y = 0;
}
}
Instance of Symbol 46 MovieClip "player" in Frame 20
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
if (this._x >= 700) {
this._x = 700;
} else if (this._x <= 0) {
this._x = 0;
}
if (this._y >= 500) {
this._y = 500;
} else if (this._y <= 0) {
this._y = 0;
}
}
Instance of Symbol 49 MovieClip "orbitor" in Frame 20
onClipEvent (load) {
angle = 0;
radius = 100;
debugy = 0;
debugx = 0;
radians = 0;
rotationalspeed = -11;
}
onClipEvent (enterFrame) {
radians = angle * (Math.PI/180);
debugy = Math.cos(radians) * radius;
this._y = debugy + _root._ymouse;
debugx = Math.sin(radians) * radius;
this._x = debugx + _root._xmouse;
angle = angle + rotationalspeed;
if (angle >= 360) {
angle = 0;
}
}
Instance of Symbol 53 MovieClip "enemy3" in Frame 25
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
_root.score = _root.score + 80;
}
if (this._x >= 800) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
}
}
Instance of Symbol 53 MovieClip "cenemy3" in Frame 25
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
_root.score = _root.score + 80;
}
if (this._x >= 800) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
}
}
Instance of Symbol 53 MovieClip "c2enemy3" in Frame 25
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
_root.score = _root.score + 80;
}
if (this._x >= 800) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
}
}
Instance of Symbol 57 MovieClip "enemy4" in Frame 25
onClipEvent (load) {
this._x = 780;
this._y = random(500);
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
_root.score = _root.score + 80;
}
if (this._x <= -100) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
}
}
Instance of Symbol 57 MovieClip "cenemy4" in Frame 25
onClipEvent (load) {
this._x = 780;
this._y = random(500);
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
_root.score = _root.score + 80;
}
if (this._x <= -100) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
}
}
Instance of Symbol 57 MovieClip "c2enemy4" in Frame 25
onClipEvent (load) {
this._x = 780;
this._y = random(500);
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
_root.score = _root.score + 80;
}
if (this._x <= -100) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
}
}
Instance of Symbol 61 MovieClip "enemy6" in Frame 30
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = 2;
vpoint = 0;
acceleration = 0.05;
}
onClipEvent (enterFrame) {
speed = speed + acceleration;
if (speed >= 8) {
speed = 8;
}
if (speed <= -8) {
speed = -8;
}
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this._y >= 50) {
vpoint = 1;
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = -80;
speed = 2;
vpoint = 0;
acceleration = 0.05;
_root.score = _root.score + 100;
}
if (this._y >= 468) {
speed = speed - (speed * 2);
acceleration = -0.05;
}
if ((vpoint >= 1) and (this._y <= 32)) {
speed = speed - (speed * 2);
acceleration = 0.05;
}
}
Instance of Symbol 61 MovieClip "h_cenemy6" in Frame 30
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = 2;
vpoint = 0;
acceleration = 0.05;
}
onClipEvent (enterFrame) {
speed = speed + acceleration;
if (speed >= 8) {
speed = 8;
}
if (speed <= -8) {
speed = -8;
}
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this._x >= 50) {
vpoint = 1;
}
if (this.hitTest(_root.orbitor)) {
this._x = -80;
this._y = random(500);
speed = 2;
vpoint = 0;
acceleration = 0.05;
_root.score = _root.score + 100;
}
if (this._x >= 668) {
speed = speed - (speed * 2);
acceleration = -0.05;
}
if ((vpoint >= 1) and (this._x <= 32)) {
speed = speed - (speed * 2);
acceleration = 0.05;
}
}
Instance of Symbol 67 MovieClip "enemy5" in Frame 35
onClipEvent (load) {
this._x = random(500);
this._y = random(-50);
acceleration = 0.1;
xspeed = 0;
yspeed = 0;
}
onClipEvent (enterFrame) {
if (this._y < _root.player._y) {
if (yspeed > 0) {
yspeed = yspeed + acceleration;
} else {
yspeed = yspeed + (acceleration * 5);
}
this._y = this._y + yspeed;
}
if (this._y > _root.player._y) {
if (yspeed < 0) {
yspeed = yspeed - acceleration;
} else {
yspeed = yspeed - (acceleration * 5);
}
this._y = this._y + yspeed;
}
if (this._x < _root.player._x) {
if (xspeed > 0) {
xspeed = xspeed + acceleration;
} else {
xspeed = xspeed + (acceleration * 5);
}
this._x = this._x + xspeed;
}
if (this._x > _root.player._x) {
if (yspeed < 0) {
xspeed = xspeed - acceleration;
} else {
xspeed = xspeed - (acceleration * 5);
}
this._x = this._x + xspeed;
}
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 120;
}
}
Instance of Symbol 71 MovieClip "enemy8" in Frame 40
onClipEvent (load) {
angle = 0;
radius = random(150) + 100;
debugy = 0;
debugx = 0;
radians = 0;
rotationalspeed = random(3) + 3;
reg = 0;
regv = 1;
}
onClipEvent (enterFrame) {
if (regv <= 0) {
reg = reg + 1;
}
if ((reg >= 1) and (reg <= 144)) {
this._x = 3000;
} else {
radians = angle * (Math.PI/180);
debugy = Math.cos(radians) * radius;
this._y = debugy + 250;
debugx = Math.sin(radians) * radius;
this._x = debugx + 350;
angle = angle + rotationalspeed;
if (angle >= 360) {
angle = 0;
}
}
if (this.hitTest(_root.player)) {
angle = 0;
radius = random(150) + 100;
debugy = 0;
debugx = 0;
radians = 0;
rotationalspeed = random(3) + 3;
reg = 0;
regv = 1;
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
regv = 0;
_root.score = _root.score + 175;
}
}
Instance of Symbol 74 MovieClip in Frame 45
onClipEvent (enterFrame) {
this._x = random(4) + 573.3;
this._y = random(4) + 13;
}
Instance of Symbol 61 MovieClip "cenemy6" in Frame 45
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = 2;
vpoint = 0;
acceleration = 0.05;
}
onClipEvent (enterFrame) {
speed = speed + acceleration;
if (speed >= 8) {
speed = 8;
}
if (speed <= -8) {
speed = -8;
}
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this._y >= 50) {
vpoint = 1;
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = -80;
speed = 2;
vpoint = 0;
acceleration = 0.05;
_root.score = _root.score + 100;
}
if (this._y >= 468) {
speed = speed - (speed * 2);
acceleration = -0.05;
}
if ((vpoint >= 1) and (this._y <= 32)) {
speed = speed - (speed * 2);
acceleration = 0.05;
}
}
Instance of Symbol 61 MovieClip "h_c2enemy6" in Frame 45
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = 2;
vpoint = 0;
acceleration = 0.05;
}
onClipEvent (enterFrame) {
speed = speed + acceleration;
if (speed >= 8) {
speed = 8;
}
if (speed <= -8) {
speed = -8;
}
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this._x >= 50) {
vpoint = 1;
}
if (this.hitTest(_root.orbitor)) {
this._x = -80;
this._y = random(500);
speed = 2;
vpoint = 0;
acceleration = 0.05;
_root.score = _root.score + 100;
}
if (this._x >= 668) {
speed = speed - (speed * 2);
acceleration = -0.05;
}
if ((vpoint >= 1) and (this._x <= 32)) {
speed = speed - (speed * 2);
acceleration = 0.05;
}
}
Instance of Symbol 71 MovieClip "cenemy8" in Frame 45
onClipEvent (load) {
angle = 0;
radius = random(150) + 100;
debugy = 0;
debugx = 0;
radians = 0;
rotationalspeed = random(3) + 3;
reg = 0;
regv = 1;
}
onClipEvent (enterFrame) {
if (regv <= 0) {
reg = reg + 1;
}
if ((reg >= 1) and (reg <= 144)) {
this._x = 3000;
} else {
radians = angle * (Math.PI/180);
debugy = Math.cos(radians) * radius;
this._y = debugy + 250;
debugx = Math.sin(radians) * radius;
this._x = debugx + 350;
angle = angle + rotationalspeed;
if (angle >= 360) {
angle = 0;
}
}
if (this.hitTest(_root.player)) {
angle = 0;
radius = random(150) + 100;
debugy = 0;
debugx = 0;
radians = 0;
rotationalspeed = random(3) + 3;
reg = 0;
regv = 1;
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
regv = 0;
_root.score = _root.score + 175;
}
}
Instance of Symbol 78 MovieClip in Frame 45
onClipEvent (load) {
flicker = 24;
fcount = 0;
}
onClipEvent (enterFrame) {
fcount = fcount + 1;
if (fcount >= flicker) {
fcount = 0;
this._x = random(700);
this._y = random(500);
}
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
}
Instance of Symbol 35 MovieClip "c4enemy" in Frame 45
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 75;
}
if (this._y >= 600) {
this._x = random(700);
this._y = random(200) - 210;
speed = random(7) + 2;
}
}
Instance of Symbol 35 MovieClip "c5enemy" in Frame 45
onClipEvent (load) {
this._x = random(700);
this._y = -80;
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 75;
}
if (this._y >= 600) {
this._x = random(700);
this._y = random(200) - 210;
speed = random(7) + 2;
}
}
Instance of Symbol 38 MovieClip "c5enemy2" in Frame 45
onClipEvent (load) {
this._x = random(700);
this._y = 580;
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
_root.score = _root.score + 75;
}
if (this._y <= -100) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
}
}
Instance of Symbol 38 MovieClip "c4enemy2" in Frame 45
onClipEvent (load) {
this._x = random(700);
this._y = 580;
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
_root.score = _root.score + 75;
}
if (this._y <= -100) {
this._x = random(700);
this._y = (500 - random(250)) + 400;
speed = -(random(7) + 2);
}
}
Instance of Symbol 53 MovieClip "c4enemy3" in Frame 45
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
_root.score = _root.score + 80;
}
if (this._x >= 800) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
}
}
Instance of Symbol 53 MovieClip "c3enemy3" in Frame 45
onClipEvent (load) {
this._x = -80;
this._y = random(500);
speed = random(3) + 2;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
_root.score = _root.score + 80;
}
if (this._x >= 800) {
this._x = random(250) - 400;
this._y = random(500);
speed = random(7) + 2;
}
}
Instance of Symbol 57 MovieClip "c3enemy4" in Frame 45
onClipEvent (load) {
this._x = 780;
this._y = random(500);
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
_root.score = _root.score + 80;
}
if (this._x <= -100) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
}
}
Instance of Symbol 57 MovieClip "c4enemy4" in Frame 45
onClipEvent (load) {
this._x = 780;
this._y = random(500);
speed = -(random(3) + 2);
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
_root.score = _root.score + 80;
}
if (this._x <= -100) {
this._x = (700 - random(250)) + 400;
this._y = random(500);
speed = -(random(7) + 2);
}
}
Instance of Symbol 67 MovieClip "cenemy5" in Frame 45
onClipEvent (load) {
this._x = random(500);
this._y = random(-50);
acceleration = 0.1;
xspeed = 0;
yspeed = 0;
}
onClipEvent (enterFrame) {
if (this._y < _root.player._y) {
if (yspeed > 0) {
yspeed = yspeed + acceleration;
} else {
yspeed = yspeed + (acceleration * 5);
}
this._y = this._y + yspeed;
}
if (this._y > _root.player._y) {
if (yspeed < 0) {
yspeed = yspeed - acceleration;
} else {
yspeed = yspeed - (acceleration * 5);
}
this._y = this._y + yspeed;
}
if (this._x < _root.player._x) {
if (xspeed > 0) {
xspeed = xspeed + acceleration;
} else {
xspeed = xspeed + (acceleration * 5);
}
this._x = this._x + xspeed;
}
if (this._x > _root.player._x) {
if (yspeed < 0) {
xspeed = xspeed - acceleration;
} else {
xspeed = xspeed - (acceleration * 5);
}
this._x = this._x + xspeed;
}
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
if (this.hitTest(_root.orbitor)) {
this._x = random(700);
this._y = random(250) - 400;
speed = random(7) + 2;
_root.score = _root.score + 120;
}
}
Frame 55
stop();
Instance of Symbol 18 MovieClip "player" in Frame 55
onClipEvent (enterFrame) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Symbol 9 Button
on (release) {
gotoAndStop (20);
}
Symbol 12 Button
on (release) {
gotoAndStop (55);
}
Symbol 15 Button
on (release) {
gotoAndStop (15);
}
Symbol 28 Button
on (release) {
gotoAndStop (5);
}
Symbol 40 MovieClip Frame 1
scoreincreaserate = 1;
if ((_root.score >= 3000) and (_root.score <= 3450)) {
_root.gotoAndStop(25);
}
if ((_root.score >= 6000) and (_root.score <= 6450)) {
_root.gotoAndStop(30);
scoreincreaserate = 2;
}
if ((_root.score >= 12000) and (_root.score <= 12450)) {
_root.gotoAndStop(35);
}
if ((_root.score >= 24000) and (_root.score <= 24450)) {
_root.gotoAndStop(40);
scoreincreaserate = 3;
}
if ((_root.score >= 32000) and (_root.score <= 32450)) {
_root.gotoAndStop(45);
scoreincreaserate = 5;
}
_root.score = _root.score + scoreincreaserate;
Symbol 81 Button
on (release) {
gotoAndStop (20);
}