Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar.gotoAndStop(Math.round(getPercent * 100));
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay(7);
}
Frame 2
gotoAndPlay (1);
Instance of Symbol 31 MovieClip "spiral" in Frame 166
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Frame 335
stop();
Instance of Symbol 31 MovieClip "spiral" in Frame 337
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Frame 409
stop();
_global.score = 0;
Instance of Symbol 56 MovieClip "spiral" in Frame 409
onClipEvent (load) {
gogo = 4;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + gogo;
gogo = gogo + 1;
}
Instance of Symbol 66 MovieClip "curr" in Frame 409
onClipEvent (load) {
_global.timer = 1200;
}
onClipEvent (enterFrame) {
_global.timer--;
_root.timer.text = Math.round(_global.timer / 20);
if (_global.timer < 1) {
_root.play();
}
_global.combo--;
if (_root.score.text < _global.score) {
_root.score.text = (_root.score.text * 1) + Math.round(_global.score / 5);
}
}
onClipEvent (mouseMove) {
setProperty(this, _x , _root._xmouse);
setProperty(this, _y , _root._ymouse);
updateAfterEvent(mouseMove);
}
Instance of Symbol 92 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x + 6;
}
if (this._x > 650) {
this._x = -100;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
_root.extreme.play();
}
}
Instance of Symbol 94 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x - 7;
}
if (this._x < -100) {
this._x = 650;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
}
}
Instance of Symbol 92 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x + 6;
}
if (this._x > 650) {
this._x = -100;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
_root.extreme.play();
}
}
Instance of Symbol 92 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x + 6;
}
if (this._x > 650) {
this._x = -100;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
}
}
Instance of Symbol 92 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x + 6;
}
if (this._x > 650) {
this._x = -100;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
_root.extreme.play();
}
}
Instance of Symbol 94 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x - 7;
}
if (this._x < -100) {
this._x = 650;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
}
}
Instance of Symbol 94 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x - 7;
}
if (this._x < -100) {
this._x = 650;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
}
}
Instance of Symbol 94 MovieClip in Frame 409
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = this._x - 7;
}
if (this._x < -100) {
this._x = 650;
}
}
onClipEvent (mouseDown) {
if (this.killspot.hitTest(_root.curr._x, _root.curr._y, true)) {
if (this._currentframe == 1) {
this.play();
}
_global.score = _global.score + 100;
_global.combo = _global.combo + 40;
}
}
Frame 410
stop();
Instance of Symbol 56 MovieClip "spiral" in Frame 410
onClipEvent (load) {
gogo = 4;
}
onClipEvent (enterFrame) {
this._rotation = this._rotation + gogo;
gogo = gogo + 1;
}
Instance of Symbol 129 MovieClip in Frame 410
onClipEvent (load) {
heyscore = Math.floor(Math.random() * 500) + 100;
}
onClipEvent (enterFrame) {
_global.combo--;
if (_root.endscore.text < _global.score) {
_root.endscore.text = (_root.endscore.text * 1) + Math.round(_global.score / 5);
}
if (_root.endscore.text == _global.score) {
if (_root.endbonus.text < heyscore) {
_root.endbonus.text = (_root.endbonus.text * 1) + Math.round(heyscore / 5);
}
}
if (_root.endbonus.text > (heyscore - 1)) {
_root.endtotal.text = (_root.endscore.text * 1) + (_root.endbonus.text * 1);
if (_root.rating._currentframe == 1) {
if (_root.endtotal.text < 7000) {
_root.rating.gotoAndPlay(2);
}
if (_root.endtotal.text > 7000) {
if (_root.endtotal.text < 14000) {
_root.rating.gotoAndPlay(3);
}
}
if (_root.endtotal.text > 14000) {
_root.rating.gotoAndPlay(4);
}
}
}
}
Frame 412
stop();
Instance of Symbol 31 MovieClip "spiral" in Frame 413
onClipEvent (enterFrame) {
this._rotation = this._rotation + 5;
}
Frame 421
stop();
Symbol 37 Button
on (press) {
Stage.showMenu = false;
gotoAndPlay (166);
fx1 = new Sound(zoop);
fx1.attachSound("pop");
fx1.stop("pop");
fx1.start(0, 1);
}
Symbol 41 Button
on (press) {
Stage.showMenu = false;
gotoAndPlay ("start");
fx1 = new Sound(zoop);
fx1.attachSound("pop");
fx1.stop("pop");
fx1.start(0, 1);
}
Symbol 44 Button
on (press) {
Stage.showMenu = false;
gotoAndPlay (413);
fx1 = new Sound(zoop);
fx1.attachSound("pop");
fx1.stop("pop");
fx1.start(0, 1);
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 1
stop();
Instance of Symbol 86 MovieClip "killspot" in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
}
Symbol 92 MovieClip Frame 46
_x = -100;
Symbol 94 MovieClip Frame 1
stop();
Instance of Symbol 86 MovieClip "killspot" in Symbol 94 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
}
Symbol 94 MovieClip Frame 46
_x = 650;
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 13
gotoAndStop (1);
Symbol 123 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 2
stop();
Symbol 123 MovieClip Frame 3
stop();
Symbol 123 MovieClip Frame 4
stop();
Symbol 132 Button
on (press) {
Stage.showMenu = false;
gotoAndPlay (166);
fx1 = new Sound(zoop);
fx1.attachSound("pop");
fx1.stop("pop");
fx1.start(0, 1);
}
Symbol 137 Button
on (press) {
Stage.showMenu = false;
gotoAndPlay (166);
fx1 = new Sound(zoop);
fx1.attachSound("pop");
fx1.stop("pop");
fx1.start(0, 1);
}