Frame 1
stop();
Mouse.show();
var savefile = SharedObject.getLocal("midnightVid");
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("By James Steininger", doSomething);
Functioned2 = new ContextMenuItem("Jez Tec", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
_root.i = 1;
_root.b = 500;
_root.song = 1;
_root.difficulty = 1;
Instance of Symbol 242 MovieClip "cursor" in Frame 1
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
this._visible = false;
}
Instance of Symbol 264 MovieClip "hstar" in Frame 1
onClipEvent (enterFrame) {
this._y = _root.cursor._y;
this._x = _root.cursor._x;
if (this.getDepth() < _root.loader.getDepth()) {
this.swapDepths(_root.loader);
}
}
Frame 2
stop();
Instance of Symbol 265 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
}
Instance of Symbol 268 MovieClip "starr" in Frame 2
onClipEvent (load) {
this._alpha = 80;
this._x = 570;
this._y = random(400);
}
onClipEvent (enterFrame) {
if (this.getDepth() > _root.loader.getDepth()) {
this.swapDepths(_root.loader);
}
this._x = this._x - 8;
}
Instance of Symbol 270 MovieClip in Frame 2
onClipEvent (enterFrame) {
_root.i = _root.i + 1;
_root.b = _root.b + 1;
_root.score = _root.score + _root.lives;
if (this._currentframe == 2) {
duplicateMovieClip (_root.starr5, "starr5" + _root.i, 4354354265 + _root.i);
duplicateMovieClip (_root.starr, "starr" + _root.i, 999 + _root.i);
duplicateMovieClip (_root.starr2, "starr2" + _root.i, 9199 + _root.i);
duplicateMovieClip (_root.starr4, "starr4" + _root.i, 9699 + _root.i);
duplicateMovieClip (_root.starr3, "starr3" + _root.i, 9299 + _root.i);
}
if (this._currentframe == 1) {
duplicateMovieClip (_root.starr4, "starr4" + _root.i, 9699 + _root.i);
}
}
Instance of Symbol 268 MovieClip "starr2" in Frame 2
onClipEvent (load) {
this._alpha = 50;
this._x = 570;
this._y = random(400);
}
onClipEvent (enterFrame) {
if (this.getDepth() > _root.loader.getDepth()) {
this.swapDepths(_root.loader);
}
this._x = this._x - 6.5;
}
Instance of Symbol 268 MovieClip "starr3" in Frame 2
onClipEvent (load) {
this._alpha = 30;
this._x = 570;
this._y = random(400);
}
onClipEvent (enterFrame) {
if (this.getDepth() > _root.loader.getDepth()) {
this.swapDepths(_root.loader);
}
this._x = this._x - 5;
}
Instance of Symbol 264 MovieClip "hstar" in Frame 2
onClipEvent (enterFrame) {
this._y = _root.cursor._y;
this._x = _root.cursor._x;
if (this.getDepth() < _root.loader.getDepth()) {
this.swapDepths(_root.loader);
}
}
Instance of Symbol 268 MovieClip "starr4" in Frame 2
onClipEvent (load) {
this._alpha = 80;
this._x = _root.hstar._x;
this._y = _root.hstar._y + random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 3);
this._x = this._x - 5;
}
Frame 25
stop();
_root.time = 0;
_root.maxdstreak = 0;
_root.i = 1;
if (_root.difficulty == 1) {
_root.speedif = 1.5;
_root.lives = 15;
}
if (_root.difficulty == 2) {
_root.speedif = 0;
_root.lives = 10;
}
_quality = "LOW";
_root.b = 1;
_root.score = 0;
_root.dstreak = 0;
Instance of Symbol 304 MovieClip "hstar" in Frame 25
onClipEvent (enterFrame) {
this._y = _root.cursor._y;
}
Instance of Symbol 268 MovieClip "starr4" in Frame 25
onClipEvent (load) {
this._alpha = 80;
this._x = _root.hstar._x;
this._y = _root.hstar._y + random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 3);
this._x = this._x - 5;
}
Instance of Symbol 242 MovieClip "cursor" in Frame 25
onClipEvent (enterFrame) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 305 MovieClip "estar1" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (7 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 942290 + _root.b);
}
}
Instance of Symbol 313 MovieClip "estar2" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (7 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 305 MovieClip "estar3" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (9 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 942290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar4" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (5 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 313 MovieClip "estar5" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (7 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar6" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (10 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 305 MovieClip "estar7" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (8 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 305 MovieClip "estar8" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (8 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 305 MovieClip "estar9" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (7 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar10" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (8 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar11" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (8 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 313 MovieClip "estar5" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (7 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar13" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (6 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar14" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (6 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar15" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (6 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar16" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (5 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 314 MovieClip "estar17" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (8 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 313 MovieClip "estar10" in Frame 25
onClipEvent (load) {
this._y = random(380);
this._x = 550;
}
onClipEvent (enterFrame) {
if (((this._y / _root.ringoo) > 0.9) && ((this._y / _root.ringoo) < 1.11)) {
this._y = random(380);
}
this._x = this._x - (10 - _root.speedif);
if (_root.i < 10) {
this.gotoAndStop(5);
}
if (this.duppp._currentframe == 3) {
duplicateMovieClip (this.starr, "starry" + _root.b, 902290 + _root.b);
}
}
Instance of Symbol 351 MovieClip in Frame 25
onClipEvent (load) {
_root.beat = 4;
}
onClipEvent (enterFrame) {
if (_root.beat < 65) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992020 + _root.i);
}
}
if ((_root.beat < 129) && (_root.beat > 65)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992020 + _root.i);
duplicateMovieClip (_root.estar2, "estar2" + _root.b, 992320 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar2, "estar2" + _root.b, 992320 + _root.i);
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar2, "estar2" + _root.b, 992420 + _root.i);
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992520 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar2, "estar2" + _root.b, 992320 + _root.i);
}
}
if ((_root.beat < 193) && (_root.beat > 129)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.ringy, "ringy" + _root.b, 131320 + _root.i);
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992420 + _root.i);
}
if (this._currentframe == 29) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992420 + _root.i);
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992620 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992420 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992820 + _root.i);
}
if (this._currentframe == 65) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992820 + _root.i);
}
}
if ((_root.beat < 225) && (_root.beat > 193)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.ringy, "ringy" + _root.b, 131320 + _root.i);
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992020 + _root.i);
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar2, "estar2" + _root.b, 992020 + _root.i);
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992420 + _root.i);
}
if (this._currentframe == 29) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992420 + _root.i);
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.ringy, "ringy" + _root.b, 131320 + _root.i);
duplicateMovieClip (_root.estar2, "estar2" + _root.b, 992020 + _root.i);
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992620 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992020 + _root.i);
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992420 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992820 + _root.i);
}
if (this._currentframe == 65) {
duplicateMovieClip (_root.estar3, "estar3" + _root.b, 992820 + _root.i);
}
}
if ((_root.beat < 289) && (_root.beat > 225)) {
if (this._currentframe == 3) {
duplicateMovieClip (_root.estar5, "estar5" + _root.b, 992320 + _root.i);
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 29) {
duplicateMovieClip (_root.ringy, "ringy" + _root.b, 131320 + _root.i);
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar4, "estar4" + _root.b, 992320 + _root.i);
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 65) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
}
if ((_root.beat < 301) && (_root.beat > 289)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 29) {
duplicateMovieClip (_root.estar5, "estar5" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar5, "estar5" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 65) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
}
if ((_root.beat < 305) && (_root.beat > 301)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 29) {
duplicateMovieClip (_root.estar5, "estar5" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar5, "estar5" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
if (this._currentframe == 65) {
duplicateMovieClip (_root.estar6, "estar6" + _root.b, 992020 + _root.i);
}
}
if ((_root.beat < 317) && (_root.beat > 301)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 11) {
}
if (this._currentframe == 20) {
}
if (this._currentframe == 29) {
}
if (this._currentframe == 38) {
}
if (this._currentframe == 47) {
}
if (this._currentframe == 56) {
}
if (this._currentframe == 65) {
}
}
if ((_root.beat < 349) && (_root.beat > 317)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 11) {
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar7, "estar8" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 29) {
}
if (this._currentframe == 38) {
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar7, "estar7" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar8, "estar8" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 65) {
}
}
if ((_root.beat < 413) && (_root.beat > 349)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 9556 + _root.i);
duplicateMovieClip (_root.estar1, "estar1" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 11) {
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 9556 + _root.i);
duplicateMovieClip (_root.estar7, "estar8" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 29) {
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 9556 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar7, "estar7" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 9556 + _root.i);
duplicateMovieClip (_root.estar8, "estar8" + _root.b, 992030 + _root.i);
}
if (this._currentframe == 65) {
}
}
if ((_root.beat < 477) && (_root.beat > 413)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 9556 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar7, "estar7" + _root.b, 9556 + _root.i);
}
if (this._currentframe == 20) {
duplicateMovieClip (_root.estar11, "estar11" + _root.b, 9556 + _root.i);
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 954556 + _root.i);
}
if (this._currentframe == 29) {
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar7, "estar7" + _root.b, 9556 + _root.i);
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 954556 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar11, "estar11" + _root.b, 9556 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar10, "estar10" + _root.b, 954556 + _root.i);
}
if (this._currentframe == 65) {
}
}
if ((_root.beat < 540) && (_root.beat > 473)) {
if (this._currentframe == 2) {
duplicateMovieClip (_root.estar15, "estar15" + _root.b, 95356 + _root.i);
}
if (this._currentframe == 11) {
duplicateMovieClip (_root.estar15, "estar15" + _root.b, 95356 + _root.i);
}
if (this._currentframe == 20) {
}
if (this._currentframe == 29) {
}
if (this._currentframe == 38) {
duplicateMovieClip (_root.estar14, "estar14" + _root.b, 95356 + _root.i);
}
if (this._currentframe == 47) {
duplicateMovieClip (_root.estar15, "estar15" + _root.b, 95356 + _root.i);
}
if (this._currentframe == 56) {
duplicateMovieClip (_root.estar16, "estar16" + _root.b, 95356 + _root.i);
}
if (this._currentframe == 65) {
}
}
}
Instance of Symbol 359 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.dstreak > _root.maxdstreak) {
_root.maxdstreak = _root.dstreak;
}
if (this._currentframe == 60) {
_root.time = _root.time + 1;
}
if (_root.lives == 0) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 268 MovieClip "starr4" in Frame 26
onClipEvent (load) {
this._alpha = 80;
this._x = _root.hstar._x;
this._y = _root.hstar._y + random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 3);
this._x = this._x - 5;
}
Instance of Symbol 242 MovieClip "cursor" in Frame 26
onClipEvent (enterFrame) {
Mouse.hide();
startDrag (this, true);
this._visible = false;
}
Instance of Symbol 304 MovieClip "hstar" in Frame 26
onClipEvent (enterFrame) {
this._y = _root.cursor._y;
this._x = _root.cursor._x;
}
Frame 40
stop();
if (_root.difficulty == 2) {
_root.score = _root.score + 10000;
}
_root.score = _root.score + (_root.lives * 10000);
if (savefile.data.score1 == undefined) {
_root.highscore = 0;
} else {
_root.highscore = savefile.data.score1;
}
if (_root.socre > _root.highscore) {
_root.savefile.data.score1 = _root.score;
_root.savefile.flush();
_root.highscore = _root.savefile.data.score1;
}
Instance of Symbol 270 MovieClip in Frame 40
onClipEvent (enterFrame) {
_root.i = _root.i + 1;
_root.b = _root.b + 1;
if (Key.isDown(40)) {
_root.savefile.data.score1 = _root.score;
_root.savefile.flush();
}
if (Key.isDown(32) && (Key.isDown(38))) {
_root.savefile.data.score1 = _root.score;
_root.savefile.flush();
}
if (savefile.data.score1 == undefined) {
_root.highscore = 0;
} else {
_root.highscore = savefile.data.score1;
}
if (this._currentframe == 2) {
duplicateMovieClip (_root.starr5, "starr5" + _root.i, 4354354265 + _root.i);
duplicateMovieClip (_root.starr, "starr" + _root.i, 999 + _root.i);
duplicateMovieClip (_root.starr2, "starr2" + _root.i, 9199 + _root.i);
duplicateMovieClip (_root.starr4, "starr4" + _root.i, 9699 + _root.i);
duplicateMovieClip (_root.starr3, "starr3" + _root.i, 9299 + _root.i);
}
if (this._currentframe == 1) {
duplicateMovieClip (_root.starr4, "starr4" + _root.i, 9699 + _root.i);
}
}
Instance of Symbol 376 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.difficulty == 1) {
this.gotoAndStop(2);
}
if (_root.difficulty == 2) {
this.gotoAndStop(1);
}
}
Frame 41
gotoAndStop (1);
Frame 42
stop();
Instance of Symbol 270 MovieClip in Frame 42
onClipEvent (enterFrame) {
_root.i = _root.i + 1;
_root.b = _root.b + 1;
if (this._currentframe == 2) {
duplicateMovieClip (_root.starr5, "starr5" + _root.i, 4354354265 + _root.i);
duplicateMovieClip (_root.starr, "starr" + _root.i, 999 + _root.i);
duplicateMovieClip (_root.starr2, "starr2" + _root.i, 9199 + _root.i);
duplicateMovieClip (_root.starr4, "starr4" + _root.i, 9699 + _root.i);
duplicateMovieClip (_root.starr3, "starr3" + _root.i, 9299 + _root.i);
}
if (this._currentframe == 1) {
duplicateMovieClip (_root.starr4, "starr4" + _root.i, 9699 + _root.i);
}
}
Frame 43
gotoAndStop (1);
Symbol 88 MovieClip Frame 141
gotoAndPlay ("bb");
Symbol 150 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 198 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 219 MovieClip Frame 40
stop();
Symbol 231 Button
on (press) {
_root.play();
}
Symbol 232 Button
on (press) {
play();
}
Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("play_button");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 235 MovieClip Frame 130
stop();
Symbol 235 MovieClip Frame 154
_root.play();
Symbol 245 Button
on (release) {
if (_quality == "HIGH") {
_root.qualityy.gotoAndPlay("medium");
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
_root.qualityy.gotoAndPlay("low");
} else if (_quality == "LOW") {
_quality = "HIGH";
_root.qualityy.gotoAndPlay("high");
}
}
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 12
gotoAndStop (1);
Symbol 262 MovieClip Frame 23
gotoAndStop (1);
Symbol 262 MovieClip Frame 34
gotoAndStop (1);
Instance of Symbol 267 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._x < -100) {
_parent.removeMovieClip();
}
if (_parent._alpha < 10) {
_parent.removeMovieClip();
}
}
Symbol 275 Button
on (release) {
gotoAndPlay ("new game");
}
Symbol 279 Button
on (release) {
gotoAndPlay ("how to");
}
Symbol 283 Button
on (release) {
gotoAndPlay ("credits");
}
Symbol 292 Button
on (release) {
play();
}
Symbol 295 Button
on (release) {
_root.play();
_root.difficulty = 1;
}
Symbol 298 Button
on (release) {
_root.play();
_root.difficulty = 2;
}
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 30
stop();
Symbol 301 MovieClip Frame 58
gotoAndStop (1);
Symbol 301 MovieClip Frame 59
stop();
Symbol 301 MovieClip Frame 87
gotoAndStop (30);
Symbol 301 MovieClip Frame 116
stop();
Symbol 301 MovieClip Frame 145
gotoAndStop (1);
Symbol 301 MovieClip Frame 174
stop();
Symbol 301 MovieClip Frame 203
gotoAndStop (1);
Symbol 304 MovieClip Frame 1
stop();
Symbol 304 MovieClip Frame 2
_root.lives = _root.lives - 1;
_root.dstreak = 0;
Symbol 305 MovieClip Frame 1
stop();
Instance of Symbol 264 MovieClip "duppp" in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._x < -180) {
_parent.play();
}
if (this.hitTest(_root.hstar)) {
_root.hstar.play();
this._alpha = this._alpha - 10;
}
if (this._alpha < 10) {
_parent.removeMovieClip();
}
}
Instance of Symbol 268 MovieClip "starr" in Symbol 305 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 80;
this._x = 15;
this._y = random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
this._x = this._x + 5;
}
Symbol 305 MovieClip Frame 2
_root.dstreak = _root.dstreak + 1;
Instance of Symbol 264 MovieClip "duppp" in Symbol 305 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._x < -180) {
_parent.play();
_root.dstreak = _root.dstreak + 1;
}
if (this.hitTest(_root.hstar)) {
_root.hstar.play();
this._alpha = this._alpha - 10;
}
if (this._alpha < 10) {
_parent.removeMovieClip();
}
}
Instance of Symbol 264 MovieClip "duppp" in Symbol 305 MovieClip Frame 3
onClipEvent (enterFrame) {
_parent.removeMovieClip();
}
Instance of Symbol 268 MovieClip "starr" in Symbol 305 MovieClip Frame 3
onClipEvent (load) {
this._alpha = 80;
this._x = 15;
this._y = random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
this._x = this._x + 5;
}
Symbol 313 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip "duppp" in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._x < -180) {
_parent.play();
}
if (this.hitTest(_root.hstar)) {
_root.hstar.play();
this._alpha = this._alpha - 10;
}
if (this._alpha < 10) {
_parent.removeMovieClip();
}
}
Instance of Symbol 268 MovieClip "starr" in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 80;
this._x = 15;
this._y = random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
this._x = this._x + 5;
}
Symbol 313 MovieClip Frame 2
_root.dstreak = _root.dstreak + 1;
Instance of Symbol 312 MovieClip "duppp" in Symbol 313 MovieClip Frame 3
onClipEvent (enterFrame) {
_parent.removeMovieClip();
}
Instance of Symbol 312 MovieClip "duppp" in Symbol 313 MovieClip Frame 3
onClipEvent (enterFrame) {
_parent.removeMovieClip();
}
Instance of Symbol 268 MovieClip "starr" in Symbol 313 MovieClip Frame 3
onClipEvent (load) {
this._alpha = 80;
this._x = 15;
this._y = random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
this._x = this._x + 5;
}
Symbol 314 MovieClip Frame 1
stop();
Instance of Symbol 312 MovieClip "duppp" in Symbol 314 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._x < -180) {
_parent.play();
}
if (this.hitTest(_root.hstar)) {
_root.hstar.play();
this._alpha = this._alpha - 10;
}
if (this._alpha < 10) {
_parent.removeMovieClip();
}
}
Instance of Symbol 268 MovieClip "starr" in Symbol 314 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 80;
this._x = 15;
this._y = random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
this._x = this._x + 5;
}
Symbol 314 MovieClip Frame 2
_root.dstreak = _root.dstreak + 1;
Instance of Symbol 312 MovieClip "duppp" in Symbol 314 MovieClip Frame 2
onClipEvent (enterFrame) {
}
Instance of Symbol 312 MovieClip "duppp" in Symbol 314 MovieClip Frame 3
onClipEvent (enterFrame) {
_parent.removeMovieClip();
}
Instance of Symbol 268 MovieClip "starr" in Symbol 314 MovieClip Frame 3
onClipEvent (load) {
this._alpha = 80;
this._x = 15;
this._y = random(10);
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
this._x = this._x + 5;
}
Instance of Symbol 312 MovieClip "duppp" in Symbol 314 MovieClip Frame 4
onClipEvent (enterFrame) {
_parent.removeMovieClip();
}
Symbol 351 MovieClip Frame 3
_root.beat = _root.beat + 1;
Symbol 351 MovieClip Frame 21
_root.beat = _root.beat + 1;
Symbol 351 MovieClip Frame 39
_root.beat = _root.beat + 1;
Symbol 351 MovieClip Frame 57
_root.beat = _root.beat + 1;
Symbol 351 MovieClip Frame 74
gotoAndPlay (1);
Symbol 355 MovieClip Frame 10062
_root.play();
Symbol 372 Button
on (release) {
play();
}
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 2
stop();
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.difficulty == 1) {
this.gotoAndStop(2);
}
if (_root.difficulty == 2) {
this.gotoAndStop(1);
}
}