Frame 1
gotoAndPlay (2);
lives = 0;
score = 0;
collect = 0;
Frame 2
sload = 0;
lvl = 1;
Frame 3
lload = _root.getBytesLoaded();
textloaded = _root.lload / 1000;
tload = _root.getBytesTotal();
texttotal = _root.tload / 1000;
sload = 100 * (lload / tload);
Frame 4
if (sload < 100) {
gotoAndPlay (1);
} else if ((sload = 100)) {
gotoAndPlay (58);
}
Frame 6
stop();
Mouse.show();
lives = 3;
stop();
Instance of Symbol 19 MovieClip in Frame 6
on (release) {
stopAllSounds();
_root.score = 0;
_root.collect = 0;
_root.lives = 3;
_root.gotoAndPlay("menu");
}
Frame 8
stop();
Instance of Symbol 19 MovieClip in Frame 8
on (release) {
stopAllSounds();
_root.gotoAndPlay("menu");
}
Frame 10
stop();
Mouse.show();
maxcollect = 12;
lvl = 1;
Instance of Symbol 30 MovieClip "imps2" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 10;
speed2 = 20;
}
Instance of Symbol 30 MovieClip "imps" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = -10;
speed2 = 20;
}
Instance of Symbol 36 MovieClip "gem33" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem32" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem31" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem21" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem22" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem34" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem23" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem24" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem11" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem12" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem13" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem14" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 11
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 11
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.collect = 0;
_root.lvl++;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 12
gotoAndPlay (6);
Frame 13
stop();
Mouse.show();
maxcollect = 8;
lvl = 2;
Instance of Symbol 75 MovieClip "enemy2" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 15;
speed2 = 15;
}
Instance of Symbol 75 MovieClip "enemy1" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = -15;
speed2 = 15;
}
Instance of Symbol 77 MovieClip "gem28" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem27" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem26" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem25" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem24" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem23" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem22" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem21" in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 14
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 14
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 15
gotoAndPlay (6);
Frame 16
stop();
Mouse.show();
maxcollect = 10;
lvl = 3;
Instance of Symbol 81 MovieClip "blackbelt2" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 10;
speed2 = 29;
}
Instance of Symbol 81 MovieClip "blackbelt" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 10;
speed2 = -29;
}
Instance of Symbol 77 MovieClip "gem25" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem22" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip "gem32" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip "gem34" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip "gem33" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip "gem31" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem21" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem23" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem12" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip "gem14" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 17
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 17
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 18
gotoAndPlay (6);
Frame 19
stop();
Mouse.show();
maxcollect = 9;
lvl = 4;
Instance of Symbol 89 MovieClip "redmage2" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 27;
speed2 = 12;
}
Instance of Symbol 89 MovieClip "redmage" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = -27;
speed2 = -12;
}
Instance of Symbol 83 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem28" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem27" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem26" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem25" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem24" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem23" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem22" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem21" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 20
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 20
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 21
gotoAndPlay (6);
Frame 22
stop();
Mouse.show();
maxcollect = 9;
lvl = 5;
Instance of Symbol 94 MovieClip "enemy3" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed2 = (Math.random() * 10) + 10;
}
Instance of Symbol 94 MovieClip "enemy1" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed2 = (Math.random() * 10) + 10;
}
Instance of Symbol 94 MovieClip "enemy2" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed2 = (Math.random() * 10) + 10;
}
Instance of Symbol 83 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem28" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem27" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem26" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem25" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem24" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem23" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem22" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip "gem21" in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 23
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 23
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 24
gotoAndPlay (6);
Frame 25
stop();
Mouse.show();
maxcollect = 8;
lvl = 6;
Instance of Symbol 107 MovieClip "boss1" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + force1;
if (this._x < 40) {
force1 = speed1;
gotoAndPlay (10);
}
if (this._x > 520) {
force1 = speed1b;
gotoAndPlay (1);
}
this._y = this._y + force2;
if (this._y > 300) {
force2 = speed2b;
}
if (this._y < 50) {
force2 = speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed1b = -speed1;
force1 = speed1;
speed2 = (Math.random() * 10) + 10;
speed2b = -speed2;
force2 = speed2;
}
Instance of Symbol 94 MovieClip "enemy2" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed2 = (Math.random() * 10) + 10;
}
Instance of Symbol 94 MovieClip "enemy1" in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed2 = (Math.random() * 10) + 10;
}
Instance of Symbol 36 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 26
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 26
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 27
gotoAndPlay (6);
Frame 28
stop();
Mouse.show();
maxcollect = 9;
lvl = 7;
Instance of Symbol 81 MovieClip "blackbelt" in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 10;
speed2 = 29;
}
Instance of Symbol 89 MovieClip "redmage" in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 27;
speed2 = 12;
}
Instance of Symbol 107 MovieClip "boss1" in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + force1;
if (this._x < 40) {
force1 = speed1;
gotoAndPlay (10);
}
if (this._x > 520) {
force1 = speed1b;
gotoAndPlay (1);
}
this._y = this._y + force2;
if (this._y > 300) {
force2 = speed2b;
}
if (this._y < 50) {
force2 = speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed1b = -speed1;
force1 = speed1;
speed2 = (Math.random() * 10) + 10;
speed2b = -speed2;
force2 = speed2;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip "gem3" in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 29
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 29
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 30
gotoAndPlay (6);
Frame 31
stop();
Mouse.show();
maxcollect = 13;
lvl = 8;
Instance of Symbol 94 MovieClip "enemy2" in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 10) + 10;
speed2 = (Math.random() * 10) + 10;
}
Instance of Symbol 30 MovieClip "imps" in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 10;
speed2 = 20;
}
Instance of Symbol 75 MovieClip "enemy2" in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 15;
speed2 = 15;
}
Instance of Symbol 116 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + force1;
if (this._x < 40) {
force1 = speed1;
}
if (this._x > 520) {
force1 = speed1b;
}
this._y = this._y + force2;
if (this._y > 300) {
force2 = speed2b;
}
if (this._y < 50) {
force2 = speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 5) + 15;
speed1b = -speed1;
force1 = speed1;
speed2 = (Math.random() * 8) + 14;
speed2b = -speed2;
force2 = speed2;
}
Instance of Symbol 109 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 32
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 32
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 33
gotoAndPlay (6);
Frame 34
stop();
Mouse.show();
maxcollect = 18;
lvl = 9;
Instance of Symbol 122 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 23;
speed2 = 23;
}
Instance of Symbol 122 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = 23;
speed2 = -23;
}
Instance of Symbol 122 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + speed1;
if (this._x < 40) {
speed1 = -speed1;
}
if (this._x > 520) {
speed1 = -speed1;
}
this._y = this._y + speed2;
if (this._y > 300) {
speed2 = -speed2;
}
if (this._y < 50) {
speed2 = -speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = -23;
speed2 = 23;
}
Instance of Symbol 116 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._x = this._x + force1;
if (this._x < 40) {
force1 = speed1;
}
if (this._x > 520) {
force1 = speed1b;
}
this._y = this._y + force2;
if (this._y > 300) {
force2 = speed2b;
}
if (this._y < 50) {
force2 = speed2;
}
}
onClipEvent (load) {
this._x = (430 * Math.random()) + 60;
this._y = (250 * Math.random()) + 50;
speed1 = (Math.random() * 5) + 15;
speed1b = -speed1;
force1 = speed1;
speed2 = (Math.random() * 8) + 14;
speed2b = -speed2;
force2 = speed2;
}
Instance of Symbol 124 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 35
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 35
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 36
gotoAndPlay (6);
Frame 37
stop();
Mouse.show();
maxcollect = 13;
lvl = 10;
Instance of Symbol 133 MovieClip "holy" in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "holy") {
if (this._y > 350) {
_root[this._name].removeMovieClip();
}
this._x = xcenter + (Math.sin((t * Math.PI) / 6) * 25);
this._width = wid + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
this._height = hei + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
t++;
this._y = this._y + force1;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "holy") {
this._visible = true;
}
xcenter = (Math.random() * 500) + 25;
this._x = xcenter;
this._y = (-Math.random()) * 100;
force1 = Math.random() + 10;
t = random(12);
wid = this._width;
hei = this._height;
}
Instance of Symbol 139 MovieClip in Frame 37
onClipEvent (enterFrame) {
timer++;
if (timer > 30) {
gotoAndPlay (2);
timer = 0;
i = 0;
while (i < 8) {
_root.holy.duplicateMovieClip("holy" + i, 100 + j);
j++;
i++;
}
}
}
onClipEvent (load) {
timer = 12;
j = 0;
}
Instance of Symbol 36 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 38
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 38
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 39
gotoAndPlay (6);
Frame 40
stop();
Mouse.show();
maxcollect = 13;
lvl = 11;
Instance of Symbol 133 MovieClip "holy" in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "holy") {
if (this._y > 350) {
_root[this._name].removeMovieClip();
}
this._x = xcenter + (Math.sin((t * Math.PI) / 6) * 25);
this._width = wid + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
this._height = hei + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
t++;
this._y = this._y + force1;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "holy") {
this._visible = true;
}
xcenter = (Math.random() * 500) + 25;
this._x = xcenter;
this._y = (-Math.random()) * 100;
force1 = Math.random() + 10;
t = random(12);
wid = this._width;
hei = this._height;
}
Instance of Symbol 139 MovieClip in Frame 40
onClipEvent (enterFrame) {
timer++;
if (timer > 24) {
gotoAndPlay (2);
timer = 0;
i = 0;
while (i < 10) {
_root.holy.duplicateMovieClip("holy" + i, 100 + j);
j++;
i++;
}
}
}
onClipEvent (load) {
timer = 12;
j = 0;
}
Instance of Symbol 36 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 41
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 41
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 42
gotoAndPlay (6);
Frame 43
stop();
Mouse.show();
maxcollect = 11;
lvl = 12;
dep = 0;
Instance of Symbol 150 MovieClip "explosion" in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "explosion") {
if (t > 8) {
_root[this._name].removeMovieClip();
}
t++;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "explosion") {
this._visible = true;
}
t = 0;
}
Instance of Symbol 155 MovieClip "meteo" in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "meteo") {
this._x = this._x - force2;
this._y = this._y + force1;
if (this._x < -20) {
this._x = 570;
}
if (t > bum) {
_root.explosion.duplicateMovieClip("XP" + this._name, 200 + _root.dep);
_root.dep++;
_root["XP" + this._name]._x = this._x;
_root["XP" + this._name]._y = this._y;
_root[this._name].removeMovieClip();
}
t++;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "meteo") {
this._visible = true;
}
xcenter = (Math.random() * 450) + 100;
this._x = xcenter;
this._y = (-Math.random()) * 50;
force1 = Math.random() + 10;
force2 = (Math.random() * 4) + 10;
bum = 10 + (Math.random() * 19);
t = 0;
}
Instance of Symbol 161 MovieClip in Frame 43
onClipEvent (enterFrame) {
timer++;
if (timer > 29) {
gotoAndPlay (2);
timer = 0;
i = 0;
while (i < 7) {
_root.meteo.duplicateMovieClip("meteo" + i, 100 + j);
j++;
i++;
}
}
}
onClipEvent (load) {
timer = 12;
j = 0;
}
Instance of Symbol 128 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 44
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 44
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 45
gotoAndPlay (6);
Frame 46
stop();
Mouse.show();
maxcollect = 12;
lvl = 13;
dep = 0;
Instance of Symbol 150 MovieClip "explosion" in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "explosion") {
if (t > 8) {
_root[this._name].removeMovieClip();
}
t++;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "explosion") {
this._visible = true;
}
t = 0;
}
Instance of Symbol 155 MovieClip "meteo" in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "meteo") {
this._x = this._x - force2;
this._y = this._y + force1;
if (this._x < -20) {
this._x = 570;
}
if (t > bum) {
_root.explosion.duplicateMovieClip("XP" + this._name, 200 + _root.dep);
_root.dep++;
_root["XP" + this._name]._x = this._x;
_root["XP" + this._name]._y = this._y;
_root[this._name].removeMovieClip();
}
t++;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "meteo") {
this._visible = true;
}
xcenter = (Math.random() * 450) + 100;
this._x = xcenter;
this._y = (-Math.random()) * 50;
force1 = (Math.random() * 2) + 10;
force2 = (Math.random() * 5) + 10;
bum = 10 + (Math.random() * 19);
t = 0;
}
Instance of Symbol 161 MovieClip in Frame 46
onClipEvent (enterFrame) {
timer++;
if (timer > 23) {
gotoAndPlay (2);
timer = 0;
i = 0;
while (i < 11) {
_root.meteo.duplicateMovieClip("meteo" + i, 100 + j);
j++;
i++;
}
}
}
onClipEvent (load) {
timer = 12;
j = 0;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 47
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 47
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 48
gotoAndPlay (6);
Frame 49
stop();
Mouse.show();
maxcollect = 10;
lvl = 14;
Instance of Symbol 133 MovieClip "holy" in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "holy") {
if (this._y > 350) {
_root[this._name].removeMovieClip();
}
this._x = xcenter + (Math.sin((t * Math.PI) / 6) * 25);
this._width = wid + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
this._height = hei + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
t++;
this._y = this._y + force1;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "holy") {
this._visible = true;
}
xcenter = (Math.random() * 500) + 25;
this._x = xcenter;
this._y = (-Math.random()) * 100;
force1 = (Math.random() * 2) + 10;
t = random(12);
wid = this._width;
hei = this._height;
}
Instance of Symbol 139 MovieClip in Frame 49
onClipEvent (enterFrame) {
timer++;
if (timer > 26) {
gotoAndPlay (2);
timer = 0;
i = 0;
while (i < 7) {
_root.holy.duplicateMovieClip("holy" + i, 100 + j);
j++;
i++;
}
}
}
onClipEvent (load) {
timer = 10;
j = 0;
}
Instance of Symbol 171 MovieClip "bm" in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._y = this._y + force1;
if ((this._y > 300) and (force1 != 0)) {
force1 = speed1b;
}
if ((this._y < 64) and (force1 != 0)) {
force1 = speed1;
}
if (timer == bum) {
force2 = force1;
force1 = 0;
gotoAndPlay (2);
}
if (timer > volta) {
force1 = force2;
timer = 0;
}
timer++;
}
onClipEvent (load) {
this._x = 494;
this._y = (200 * Math.random()) + 64;
speed1 = (Math.random() * 5) + 15;
speed1b = -speed1;
force1 = speed1;
bum = random(12) + 8;
volta = bum + 16;
timer = 0;
}
Instance of Symbol 128 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 50
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 50
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("level" + _root.lvl);
}
}
Frame 51
gotoAndPlay (6);
Frame 52
stop();
Mouse.show();
maxcollect = 15;
lvl = 15;
Instance of Symbol 133 MovieClip "holy" in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
if (this._name != "holy") {
if (this._y > 350) {
_root[this._name].removeMovieClip();
}
this._x = xcenter + (Math.sin((t * Math.PI) / 6) * 25);
this._width = wid + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
this._height = hei + (Math.sin(((t * Math.PI) / 6) - (Math.PI/2)) * 2);
t++;
this._y = this._y + force1;
}
}
onClipEvent (load) {
this._visible = false;
if (this._name != "holy") {
this._visible = true;
}
xcenter = (Math.random() * 500) + 25;
this._x = xcenter;
this._y = (-Math.random()) * 100;
force1 = (Math.random() * 2) + 10;
t = random(12);
wid = this._width;
hei = this._height;
}
Instance of Symbol 139 MovieClip in Frame 52
onClipEvent (enterFrame) {
timer++;
if (timer > 23) {
gotoAndPlay (2);
timer = 0;
i = 0;
while (i < 10) {
_root.holy.duplicateMovieClip("holy" + i, 100 + j);
j++;
i++;
}
}
}
onClipEvent (load) {
timer = 10;
j = 0;
}
Instance of Symbol 171 MovieClip "bm" in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
this._y = this._y + force1;
if ((this._y > 300) and (force1 != 0)) {
force1 = speed1b;
}
if ((this._y < 64) and (force1 != 0)) {
force1 = speed1;
}
if (timer == bum) {
force2 = force1;
force1 = 0;
gotoAndPlay (2);
}
if (timer > volta) {
force1 = force2;
timer = 0;
}
timer++;
}
onClipEvent (load) {
this._x = 494;
this._y = (200 * Math.random()) + 64;
speed1 = (Math.random() * 5) + 15;
speed1b = -speed1;
force1 = speed1;
bum = random(8) + 8;
volta = bum + 16;
timer = 0;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 128 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 250;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 53
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 53
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
if (_root.score > 34000) {
_root.gotoAndPlay("level" + _root.lvl);
}
if (_root.score <= 34000) {
_root.gotoAndPlay("fim");
}
}
}
Frame 54
gotoAndPlay (6);
Frame 55
stop();
Mouse.show();
maxcollect = 19;
lvl = 16;
go = 5;
Instance of Symbol 176 MovieClip "fighter" in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
distx = this._x - _root.icon._x;
disty = this._y - _root.icon._y;
tanxy = disty / distx;
anglo = (Math.atan2(disty, distx) * 180) / Math.PI;
if (naofoi) {
this._rotation = anglo;
}
if ((timer > _root.go) and naofoi) {
force1 = (-Math.cos(Math.atan2(disty, distx))) * 32;
force2 = (-Math.sin(Math.atan2(disty, distx))) * 32;
naofoi = false;
_root.bmthrow.gotoAndStop(2);
}
if (timer > (_root.go + 19)) {
this._x = 507.6;
this._y = 167.8;
force1 = 0;
force2 = 0;
timer = 0;
naofoi = true;
_root.bmthrow.gotoAndStop(1);
}
timer++;
this._x = this._x + force1;
this._y = this._y + force2;
}
onClipEvent (load) {
timer = 0;
force1 = 0;
force2 = 0;
naofoi = true;
this._x = 507.6;
this._y = 167.8;
}
Instance of Symbol 179 MovieClip "bmthrow" in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (_root.lives > 0) {
_root.lives--;
_root.gotoAndStop("level" + _root.lvl);
} else {
_root.gotoAndStop("gameover");
}
}
}
Instance of Symbol 83 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 109 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 350;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 36 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 100;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 77 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 150;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 124 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 126 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 300;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Instance of Symbol 83 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.icon)) {
if (hitFlag) {
_root.score = _root.score + 200;
hitFlag = false;
_root.collect++;
}
gotoAndStop (2);
}
}
onClipEvent (load) {
hitFlag = true;
}
Frame 56
stop();
Mouse.hide();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
icon._y = posy;
_root.onMouseMove = function () {
updateAfterEvent();
posx = _xmouse;
posy = _ymouse;
icon._x = posx;
if (posy < 323) {
icon._y = posy;
} else {
icon._y = 323;
}
};
Instance of Symbol 33 MovieClip "icon" in Frame 56
onClipEvent (enterFrame) {
if (_root.collect == _root.maxcollect) {
_root.lvl++;
_root.collect = 0;
_root.gotoAndPlay("fim");
}
}
Frame 57
gotoAndPlay (6);
Instance of Symbol 19 MovieClip in Frame 58
on (release) {
stopAllSounds();
_root.gotoAndPlay("menu");
}
Frame 454
stop();
Frame 455
gotoAndPlay (58);
Frame 456
Mouse.show();
Frame 610
stop();
Instance of Symbol 19 MovieClip in Frame 610
on (release) {
stopAllSounds();
_root.gotoAndStop("credit");
}
Frame 611
stop();
Instance of Symbol 19 MovieClip in Frame 611
on (release) {
stopAllSounds();
_root.gotoAndPlay("menu");
}
Symbol 17 MovieClip Frame 25
stop();
Symbol 36 MovieClip Frame 1
stop();
Symbol 62 Button
on (release) {
_root.nextFrame();
}
Symbol 72 Button
on (release) {
nextFrame();
}
Symbol 77 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 9
gotoAndPlay (1);
Symbol 107 MovieClip Frame 18
gotoAndPlay (10);
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 2
stop();
Symbol 124 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 7
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
Symbol 200 Button
on (release) {
_root.gotoAndStop("level" + _root.lvl);
_root.lives = 3;
_root.collect = 0;
stopAllSounds();
}
Symbol 208 Button
on (release) {
_root.gotoAndStop("credit");
stopAllSounds();
}
Symbol 213 Button
on (release) {
_root.gotoAndStop("guide");
stopAllSounds();
}
Symbol 218 Button
on (release) {
_root.gotoAndStop("level1");
_root.lives = 3;
_root.collect = 0;
stopAllSounds();
}