Frame 1
fscommand ("allowscale", false);
fscommand ("fullscreen", false);
stop();
Instance of Symbol 31 MovieClip "preloader" in Frame 1
onClipEvent (load) {
this.bar._xscale = 0;
}
onClipEvent (enterFrame) {
this.bar._xscale = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndPlay(2);
}
}
Frame 215
stop();
Instance of Symbol 238 MovieClip in Frame 216
/* no clip actions */
Frame 217
_root.wing = 6;
_root.fade_in.gotoAndPlay(2);
Frame 218
function shakewin(amount) {
getURL (("javascript:function shakewin(n){if(parent.moveBy){for(i = 10;i > 0;i--){for(j = n;j > 0;j--){parent.moveBy(0,i);parent.moveBy(i,0);parent.moveBy(0,-i);parent.moveBy(-i,0);}}}};shakewin(" + amount) + ");void(0)");
}
_quality = "MEDIUM";
movieClip.prototype.fade_in = function () {
if (_root.volume <= 100) {
_root.bgAudio.setVolume(_root.volume + 5);
}
};
movieclip.prototype.FadeOut = function () {
while (bgAudio.getVolume() > 0) {
starttime = getTimer();
while (getTimer() < (starttime + 20)) {
}
bgAudio.setVolume(bgAudio.getVolume() - 2);
}
};
movieclip.prototype.FadeIn = function () {
while (bgAudio.getVolume() <= 100) {
starttime = getTimer();
while (getTimer() < (starttime + 20)) {
}
bgAudio.setVolume(bgAudio.getVolume() + 2);
}
};
Sound.prototype.fadeVolume = function (speed, end) {
var volume = this.getVolume();
if ((end > volume) && (volume <= (end - speed))) {
this.setVolume(volume + speed);
} else if ((end < volume) && (volume >= (end + speed))) {
this.setVolume(volume - speed);
} else {
this.setVolume(end);
}
};
standing = false;
power.fill._yscale = 0;
Array.prototype.shuffle = function () {
var len = this.length;
var i = 0;
while (i < len) {
var rand = Math.floor(Math.random() * len);
var temp = this[i];
this[i] = this[rand];
this[rand] = temp;
i++;
}
};
noteArray = ["c", "d", "e", "f", "g", "a", "b"];
noteArray2 = ["c", "d", "e", "f", "g", "a", "b"];
noteArray3 = ["c", "d", "e", "f", "g", "a", "b"];
noteArray4 = ["c", "d", "e", "f", "g", "a", "b"];
noteArray.shuffle();
positionX = [100, 160, 220, 280];
positionY = [450, 500, 520, 530];
speedVar = [3, 5, 7, 9];
positionX.shuffle();
positionY.shuffle();
speedVar.shuffle();
movieClip.prototype.randomize = function (frame) {
this.gotoAndStop(frame);
};
movieclip.prototype.sting = function () {
if (hitTest(_root.en1._x, this._x, true) || (hitTest(_root.en1._y, this._y, true))) {
}
};
movieclip.prototype.distance = function (me, gap) {
diX = this._x - _root.me._x;
diY = this._x - _root.me._y;
disXY = Math.sqrt((diX * diX) + (diY * diY));
if (disXY <= gap) {
}
};
movieclip.prototype.burst = function () {
if (this.hitTest(_root.bee._x, _root.bee._y, true) || (this.hitTest(_root.bee1._x, _root.bee1._y, true))) {
this.gotoAndPlay("burst");
}
};
movieClip.prototype.duplic = function () {
var i = 1;
while (i <= 5) {
_root["ground" + random(i)].attachMovie("power", "power" + i, i);
_root["power" + i]._x = _root["ground" + i]._x;
_root["power" + i]._y = _root["ground" + i]._y - 100;
i++;
}
};
movieclip.prototype.dupRemove = function () {
if (_parent._y <= _root.remove._y) {
_parent.removeMovieClip();
}
};
Movieclip.prototype.keepOnFloor = function (gr, floor) {
this._y = this._y + this.gravity;
var gravity = new Object();
this.gravity = this.gravity + gr;
old_x = this._x;
old_y = this._y;
pass = true;
if (pass) {
floor = _root.ground1;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
if (pass) {
floor = _root.ground2;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
if (pass) {
floor = _root.ground3;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
if (pass) {
floor = _root.ground4;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
if (pass) {
floor = _root.ground5;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
if (pass) {
floor = _root.ground6;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
if (pass) {
floor = _root.ground7;
var i = 1;
while (i <= this.gravity) {
jumped = true;
if (floor.hitTest(this._x, this._y - i, true)) {
pass = false;
while (floor.hitTest(old_x, old_y - i, true)) {
old_y--;
jumped = true;
standing = true;
}
this._y = old_y - i;
this.gravity = 0;
if (floor.landed == 0) {
standing = true;
floor.gotoAndPlay("pop");
floor.landed = 1;
}
return(undefined);
}
if ((!floor.landed) == 0) {
standing = false;
this.gravity = this.gravity - 0.14;
}
i++;
}
}
};
movieClip.prototype.stayHere = function () {
if (Key.isDown(40)) {
this.gotoAndPlay("down");
if (this.hitTest(_root.char)) {
this._y = this._y + 5;
}
}
};
movieClip.prototype.stayUp = function () {
if (Key.isDown(38)) {
if (_root.wing > 0) {
this.gotoAndPlay("up");
_root.extra.gotoAndPlay(2);
}
}
};
movieClip.prototype.stayUp1 = function () {
if (Key.isDown(38)) {
if (_root.wing > 0) {
this.gotoAndPlay("up");
_root.extra1.gotoAndPlay(2);
}
}
};
movieClip.prototype.moveThere = function () {
if (this.hitTest(_root.char)) {
this._x = _root.char._x;
}
};
movieclip.prototype.moveit = function (sp) {
this._y = this._y + sp;
};
movieClip.prototype.attack = function () {
i = 1;
while (i <= 9) {
lander = _root["ground" + i];
if (lander.bur == 0) {
if (this.hitTest(lander._x, lander._y, true)) {
lander.gotoAndPlay("burst");
lander.bur = 1;
}
}
i++;
}
};
movieClip.prototype.attack_man = function () {
if (this.hitTest(_root.char._x, _root.char._y, true)) {
_root.char.gotoAndPlay("die");
}
};
movieClip.prototype.attack_hit = function () {
attacked = false;
if (this.manattack.hitTest(_root.char)) {
_root.char.gotoAndPlay("die");
}
};
movieclip.prototype.move_down = function (speed) {
this._y = this._y + speed;
if (this._y >= (500 + this._height)) {
this._y = -(this._height / 2);
}
};
Movieclip.prototype.randomcolor = function () {
var r = (Math.floor(Math.random() * 255) + 1);
var g = (Math.floor(Math.random() * 255) + 1);
var b = (Math.floor(Math.random() * 255) + 1);
var c = new Color(this);
c.setRGB(((r << 16) | (g << 8)) | b);
};
movieclip.prototype.moveLR = function (speed) {
this._x = this._x + speed;
};
_root.timer.levels = 0;
_root.memos = 0;
alive = 3;
_root.gotoAndStop("lev_01");
_root.timer.gotoAndStop("start_time");
globalvolume = new Sound();
Instance of Symbol 21 MovieClip "bg_01" in Frame 218
onClipEvent (enterFrame) {
if (this.change == true) {
if ((_root.per.percentage >= 40) && (_root.per.percentage < 60)) {
gotoAndPlay (219);
} else if ((_root.per.percentage >= 60) && (_root.per.percentage <= 100)) {
gotoAndPlay(_currentframe + 1 +217);
} else {
stop();
}
}
}
Instance of Symbol 267 MovieClip "ground6" in Frame 218
onClipEvent (load) {
if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
this.gotoAndStop(2);
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
this.move_down(4);
}
Instance of Symbol 267 MovieClip "ground5" in Frame 218
onClipEvent (load) {
if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
this.gotoAndStop(2);
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
this.move_down(2);
}
Instance of Symbol 269 MovieClip in Frame 218
onClipEvent (load) {
if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
this.gotoAndStop(2);
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
this.move_down(6);
}
Instance of Symbol 269 MovieClip in Frame 218
onClipEvent (load) {
if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
this.gotoAndStop(2);
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
this.move_down(7);
}
Instance of Symbol 272 MovieClip "thorn02" in Frame 218
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(5);
this.attack_man();
}
Instance of Symbol 274 MovieClip "thorn01" in Frame 218
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack_man();
this.move_down(5);
this.attack();
}
Instance of Symbol 287 MovieClip in Frame 218
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 274 MovieClip "thorn04" in Frame 218
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack_man();
this.move_down(4);
this.attack();
}
Instance of Symbol 287 MovieClip in Frame 218
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(5);
this.attack_man();
}
Instance of Symbol 293 MovieClip "pill" in Frame 218
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (this.hit == true) {
this.gotoAndPlay(2);
this.hit = false;
}
}
if (_root.bar.scale <= 50) {
this.move_down(8);
}
if (this._y >= 510) {
this.gotoAndStop(1);
this._x = random(300);
}
}
Instance of Symbol 300 MovieClip "fi" in Frame 218
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() <= 100) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() + 2);
}
}
Instance of Symbol 301 MovieClip "grv" in Frame 218
onClipEvent (load) {
value = true;
}
Instance of Symbol 306 MovieClip "lev_nums" in Frame 218
onClipEvent (enterFrame) {
this.lev_num = _root.levels;
}
Instance of Symbol 342 MovieClip "snd" in Frame 218
/* no clip actions */
Instance of Symbol 345 MovieClip "meters" in Frame 218
onClipEvent (enterFrame) {
perc = _root.bar_lev1._yscale;
totalheight = 1000;
this.altitude = totalheight * (perc / 100);
this.zero = random(9);
}
Instance of Symbol 349 MovieClip "life" in Frame 218
onClipEvent (enterFrame) {
if (_root.alive >= 3) {
this.gotoAndStop("threelife");
} else if ((_root.alive >= 2) && (_root.alive < 3)) {
this.gotoAndStop("twolife");
} else if ((_root.alive >= 1) && (_root.alive < 2)) {
this.gotoAndStop("onelife");
} else if (_root.alive < 1) {
this.gotoAndStop("nolife");
}
}
Instance of Symbol 358 MovieClip "bar" in Frame 218
onClipEvent (load) {
scale = new Object();
this._yscale = (scale = 100);
}
onClipEvent (enterFrame) {
if (this.scale > 100) {
this.scale = 100;
}
_yscale = scale;
if (this.scale <= 50) {
this.gotoAndStop(2);
if (this.scale <= 0) {
_root.gotoAndStop("tryagain");
}
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 362 MovieClip "bar_lev1" in Frame 218
onClipEvent (load) {
this._yscale = 0;
_root.attachMovie("arrow", "arrow", 1000);
}
onClipEvent (enterFrame) {
this._yscale = _root.per.percentage;
if (this._yscale >= 100) {
_root.gotoAndPlay("welldone");
}
_root.arrow._x = this._x;
_root.arrow._y = this._y - this._height;
}
Instance of Symbol 366 MovieClip in Frame 218
onClipEvent (load) {
this.gotoAndStop(6);
}
onClipEvent (enterFrame) {
this.gotoAndStop(Number(_root.wing));
if (_root.wing <= 0) {
this.gotoAndStop(7);
}
}
Frame 221
stop();
goNext = true;
levels = 1;
Instance of Symbol 416 MovieClip "char" in Frame 221
onClipEvent (load) {
function moveRight(incrvel) {
if (velHoriz < maxvel) {
velHoriz = velHoriz + incrvel;
}
}
function moveLeft(incrvel) {
if (velHoriz > (-1 * maxvel)) {
velHoriz = velHoriz - incrvel;
}
}
function jump() {
jumping = true;
velVert = velVert - jumpHeight;
}
wing = 6;
touched = false;
_root.duplic();
vel_y = 0;
incrvel = 2.8;
maxvel = 10;
grav = 2.4;
jumping = false;
deceleration = 0.98;
jumpHeight = 20;
velHoriz = 0;
velVert = 0;
}
onClipEvent (enterFrame) {
this.keepOnFloor(4.7, floor);
if (this._x >= (350 - (this._width / 2))) {
incrvel = 0;
this._x = 350 - (this._width / 2);
} else if (this._x <= (0 + (this._width / 2))) {
incrvel = 0;
this._x = 0 + (this._width / 2);
}
if (this._y >= 520) {
this._y = -50;
_root.shakewin(3);
_root.gotoAndStop("tryagain");
}
if (Key.isDown(39)) {
if ((this._x >= (350 - (this._width / 2))) || (this.hitTest(_root.thorn01._x, _root.thorn01, _y, true))) {
moveRight(0);
} else {
moveRight(5);
}
this.gotoAndPlay("right");
} else {
velHoriz = velHoriz * deceleration;
}
if (Key.isDown(37)) {
if ((this._x <= (0 + (this._width / 2))) || (this.hitTest(_root.thorn02._x, _root.thorn02, _y, true))) {
moveLeft(0);
} else {
moveLeft(5);
}
this.gotoAndPlay("left");
} else {
velHoriz = velHoriz * deceleration;
}
if (velvert < maxvel) {
velVert = velVert + grav;
}
this._x = this._x + velHoriz;
newY = this._y + velVert;
if (touched == false) {
if (Key.isDown(32) && (this.gravity == 0)) {
this.gotoAndPlay("jump");
this.gravity = -35;
}
}
if (Key.isDown(40)) {
this.gotoAndPlay("down");
}
if (Key.isDown(38)) {
if (_root.wing > 0) {
this.gotoAndPlay("up");
this.stayUp();
}
}
}
Instance of Symbol 422 MovieClip "ground4" in Frame 221
onClipEvent (load) {
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(5) + 5;
xspeed = random(2);
this.duplic();
}
onClipEvent (enterFrame) {
this.moveThere();
this.stayHere();
this.burst();
this.sting();
this._y = this._y - yspeed;
if (this._y <= 100) {
this._y = 400;
this.gotoAndPlay(1);
this._x = random(350) + 50;
yspeed = random(5) + 3;
}
this._x = this._x + xspeed;
if ((this._x > 400) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(1);
}
Instance of Symbol 422 MovieClip "ground2" in Frame 221
onClipEvent (load) {
oldy = this._y;
scale = random(80) + 50;
this._xscale = scale;
this._yscale = scale;
this._x = _root.positionX[1];
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(5) + 5;
xspeed = random(1);
}
onClipEvent (enterFrame) {
this.moveThere();
this.moveUp();
this.stayHere();
this.burst();
this.distance(bee, 40);
this.sting();
this._y = this._y - yspeed;
if (this._y <= 100) {
this.gotoAndPlay(1);
this._y = 380 + random(10);
_root.note.gotoAndPlay(2);
this._x = random(350);
yspeed = random(3) + 3;
}
this._x = this._x + xspeed;
if ((this._x > 400) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(4);
}
Instance of Symbol 422 MovieClip "ground3" in Frame 221
onClipEvent (load) {
oldy = this._y;
this._x = _root.positionX[3];
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(8) + 5;
xspeed = random(1);
}
onClipEvent (enterFrame) {
this.moveThere();
this.burst();
this.distance(bee, 40);
this.sting();
this.stayHere();
this._y = this._y - yspeed;
if (this._y <= 100) {
this._y = 400 - random(10);
this.gotoAndPlay(1);
_root.note.gotoAndPlay(2);
this._x = random(350);
yspeed = random(5) + 3;
}
this._x = this._x + xspeed;
if ((this._x > 400) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(2);
}
Instance of Symbol 422 MovieClip "ground1" in Frame 221
onClipEvent (load) {
oldy = this._y;
this._x = _root.positionX[0];
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(8) + 5;
xspeed = random(2);
}
onClipEvent (enterFrame) {
this.burst();
this.sting();
this.distance(bee, 40);
this.moveThere();
this.stayHere();
this._y = this._y - yspeed;
if (this._y <= 130) {
this.gotoAndPlay(1);
this._y = 400 + random(10);
_root.note.gotoAndPlay(2);
this._x = random(350);
yspeed = random(5) + 3;
this._x = this._x + xspeed;
}
if ((this._x > 350) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(3);
if (difX <= 10) {
this.gotoAndPlay("pop");
}
}
Instance of Symbol 300 MovieClip "fi" in Frame 221
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() <= 100) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() + 5);
}
}
Instance of Symbol 424 MovieClip "per" in Frame 221
onClipEvent (enterFrame) {
this.percentage = Math.round((_root.timer.timer * 100) / 320);
if ((_root.per.percentage >= 25) && (_root.bar._yscale > 0)) {
if (_root.goNext == true) {
_root.gotoAndStop("comp1");
_root.goNext = false;
}
} else if ((_root.per.percentage >= 25) && (_root.bar._yscale <= 0)) {
_root.gotoAndStop("tryagain");
}
}
Frame 222
stop();
_root.timer.gotoAndStop("pause");
_root.per.gotoAndStop(2);
goNext = false;
alive = 3;
_root.wing = 6;
Instance of Symbol 438 MovieClip "bee" in Frame 222
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(15);
this.attack_hit();
this._rotation = this._rotation - 20;
}
Instance of Symbol 438 MovieClip "bee" in Frame 222
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(15);
this.attack_hit();
this._rotation = this._rotation - 20;
}
Frame 223
_root.extra.counter = 0;
Instance of Symbol 267 MovieClip "ground6" in Frame 223
onClipEvent (load) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
this.move_down(4);
}
Instance of Symbol 267 MovieClip "ground5" in Frame 223
onClipEvent (load) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
this.move_down(2);
}
Instance of Symbol 269 MovieClip in Frame 223
onClipEvent (load) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
this.move_down(6);
}
Instance of Symbol 269 MovieClip in Frame 223
onClipEvent (load) {
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
this.move_down(7);
}
Instance of Symbol 438 MovieClip "bee" in Frame 223
onClipEvent (load) {
attacked = false;
this._x = oldX;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(7);
this.attack_hit();
this._x = this._x + 2;
if (this._y >= 520) {
this._x = -20;
}
}
Instance of Symbol 438 MovieClip "bee1" in Frame 223
onClipEvent (load) {
attacked = false;
this._x = oldX;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_hit();
this._x = this._x - 2;
if ((this._y >= 520) || (this._x <= -30)) {
this._x = 300;
this._y = -50;
}
}
Instance of Symbol 466 MovieClip in Frame 223
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.attack_man();
this.move_down(4);
}
Instance of Symbol 466 MovieClip in Frame 223
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.attack_man();
this.move_down(5);
}
Instance of Symbol 466 MovieClip in Frame 223
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.attack_man();
this.move_down(3);
}
Instance of Symbol 466 MovieClip in Frame 223
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.attack_man();
this.move_down(5);
}
Instance of Symbol 293 MovieClip "pill" in Frame 223
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (this.hit == true) {
this.gotoAndPlay(2);
this.hit = false;
}
}
if (_root.bar.scale <= 50) {
this.move_down(8);
}
if (this._y >= 510) {
this.gotoAndStop(1);
this._x = random(300);
}
}
Instance of Symbol 424 MovieClip "per" in Frame 223
onClipEvent (enterFrame) {
this.percentage = Math.round((_root.timer.timer * 100) / 320);
if ((_root.per.percentage >= 50) && (_root.bar._yscale > 0)) {
if (_root.goNext == true) {
_root.gotoAndStop("comp2");
_root.goNext = false;
}
} else if ((_root.per.percentage >= 50) && (_root.bar._yscale <= 0)) {
_root.gotoAndStop("tryagain");
}
}
Frame 231
stop();
levels = 2;
goNext = true;
Instance of Symbol 416 MovieClip "char" in Frame 231
onClipEvent (load) {
function moveRight(incrvel) {
if (velHoriz < maxvel) {
velHoriz = velHoriz + incrvel;
}
}
function moveLeft(incrvel) {
if (velHoriz > (-1 * maxvel)) {
velHoriz = velHoriz - incrvel;
}
}
function jump() {
jumping = true;
velVert = velVert - jumpHeight;
}
_root.wing = 6;
touched = false;
_root.duplic();
vel_y = 0;
incrvel = 2.5;
maxvel = 10;
grav = 2;
jumping = false;
deceleration = 0.9;
jumpHeight = 20;
i = 0;
while (i <= 8) {
groundY = _root["ground" + i]._y;
i++;
}
velHoriz = 0;
velVert = 0;
}
onClipEvent (enterFrame) {
this.keepOnFloor(4.7, floor);
if (this._x >= (350 - (this._width / 2))) {
incrvel = 0;
this._x = 350 - (this._width / 2);
} else if (this._x <= (0 + (this._width / 2))) {
incrvel = 0;
this._x = 0 + (this._width / 2);
}
if (this._y >= 520) {
_root.gotoAndStop("tryagain");
}
if (Key.isDown(39)) {
if ((this._x >= (350 - (this._width / 2))) || (this.hitTest(_root.thorn01._x, _root.thorn01, _y, true))) {
moveRight(0);
} else {
moveRight(5);
}
this.gotoAndPlay("right");
} else {
velHoriz = velHoriz * deceleration;
}
if (Key.isDown(37)) {
if ((this._x <= (0 + (this._width / 2))) || (this.hitTest(_root.thorn02._x, _root.thorn02, _y, true))) {
moveLeft(0);
} else {
moveLeft(5);
}
this.gotoAndPlay("left");
} else {
velHoriz = velHoriz * deceleration;
}
if (velvert < maxvel) {
velVert = velVert + grav;
}
this._x = this._x + velHoriz;
newY = this._y + velVert;
if (touched == false) {
if ((Key.isDown(32) && (this.gravity == 0)) && (jumping == false)) {
_root.extra.gotoAndStop(1);
this.gotoAndPlay("jump");
this.gravity = -35;
}
}
if (Key.isDown(40)) {
this.gotoAndPlay("down");
}
if (Key.isDown(38)) {
this.stayUp();
}
}
Instance of Symbol 422 MovieClip "ground4" in Frame 231
onClipEvent (load) {
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(5) + 5;
xspeed = random(2);
this.duplic();
}
onClipEvent (enterFrame) {
this.moveThere();
this.stayHere();
this.burst();
this.sting();
this._y = this._y - yspeed;
if (this._y <= 100) {
this._y = 400;
this.gotoAndPlay(1);
this._x = random(350) + 50;
yspeed = random(3) + 3;
}
this._x = this._x + xspeed;
if ((this._x > 400) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(1);
}
Instance of Symbol 422 MovieClip "ground2" in Frame 231
onClipEvent (load) {
oldy = this._y;
scale = random(80) + 50;
this._xscale = scale;
this._yscale = scale;
this._x = _root.positionX[1];
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(5) + 5;
xspeed = random(1);
}
onClipEvent (enterFrame) {
this.moveThere();
this.moveUp();
this.stayHere();
this.burst();
this.distance(bee, 40);
this.sting();
this._y = this._y - yspeed;
if (this._y <= 100) {
this.gotoAndPlay(1);
this._y = 380 + random(10);
_root.note.gotoAndPlay(2);
this._x = _root.positionX[1];
yspeed = random(3) + 3;
}
this._x = this._x + xspeed;
if ((this._x > 400) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(3);
}
Instance of Symbol 300 MovieClip "fi" in Frame 231
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() <= 100) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() + 5);
}
}
Instance of Symbol 358 MovieClip "bar" in Frame 231
onClipEvent (load) {
scale = new Object();
this._yscale = (scale = 100);
}
onClipEvent (enterFrame) {
if (this.scale > 100) {
this.scale = 100;
}
_yscale = scale;
if (this.scale <= 50) {
this.gotoAndStop(2);
if (this.scale <= 0) {
_root.gotoAndStop("tryagain");
}
} else {
this.gotoAndStop(1);
}
}
Frame 232
_root.timer.gotoAndStop("pause");
_root.per.gotoAndStop(2);
goNext = false;
stop();
alive = 3;
_root.wing = 6;
Frame 233
_root.extra.counter = 0;
Instance of Symbol 267 MovieClip "ground6" in Frame 233
onClipEvent (load) {
this.gotoAndStop(3);
}
onClipEvent (enterFrame) {
this.move_down(4);
}
Instance of Symbol 267 MovieClip "ground5" in Frame 233
onClipEvent (load) {
this.gotoAndStop(3);
}
onClipEvent (enterFrame) {
this.move_down(2);
}
Instance of Symbol 479 MovieClip in Frame 233
onClipEvent (load) {
this.gotoAndStop(3);
}
onClipEvent (enterFrame) {
this.move_down(6);
}
Instance of Symbol 479 MovieClip in Frame 233
onClipEvent (load) {
this.gotoAndStop(3);
}
onClipEvent (enterFrame) {
this.move_down(7);
}
Instance of Symbol 482 MovieClip in Frame 233
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 492 MovieClip in Frame 233
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(5);
this.attack_man();
}
Instance of Symbol 482 MovieClip in Frame 233
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 496 MovieClip "bee" in Frame 233
onClipEvent (load) {
diriX = (Math.random() * 5) - 3;
diriY = (Math.random() * 5) - 3;
}
onClipEvent (enterFrame) {
if (_root.char.touched == false) {
_root.char.touched == true;
if (this.hitTest(_root.char._x, _root.char._y, true)) {
_root.char.gotoAndPlay("die");
}
}
if (this._x <= 0) {
this.time.gotoAndPlay(2);
}
if (diff <= 150) {
this.shiftX = difX / -18;
this._x = this._x + this.shiftX;
this.shiftY = difY / -18;
this._y = this._y + this.shiftY;
}
difX = this._x - _root.char._x;
difY = this._y - _root.char._y;
diff = Math.sqrt((difX * difX) + (difX * difY));
this._rotation = (Math.atan2(difX, difY) * 57.2957795130823) + 90;
if (this.hitTest(_root.char)) {
_root.char.dirY = _root.char.dirY * 1;
}
this._x = this._x + diriX;
this._y = this._y + diriY;
}
Instance of Symbol 492 MovieClip in Frame 233
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 482 MovieClip in Frame 233
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 482 MovieClip in Frame 233
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(3);
this.attack_man();
}
Instance of Symbol 424 MovieClip "per" in Frame 233
onClipEvent (enterFrame) {
this.percentage = Math.round((_root.timer.timer * 100) / 320);
if ((_root.per.percentage >= 75) && (_root.bar._yscale > 0)) {
if (_root.goNext == true) {
_root.gotoAndStop("comp3");
_root.goNext = false;
}
} else if ((_root.per.percentage >= 75) && (_root.bar._yscale <= 0)) {
_root.gotoAndStop("tryagain");
}
}
Frame 240
stop();
levels = 3;
goNext = true;
Instance of Symbol 482 MovieClip in Frame 240
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.move_down(4);
this.attack_man();
}
Instance of Symbol 503 MovieClip in Frame 240
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(15);
this.attack_hit();
this._rotation = this._rotation - 20;
}
Instance of Symbol 492 MovieClip in Frame 240
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 482 MovieClip in Frame 240
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.move_down(4);
this.attack_man();
}
Instance of Symbol 482 MovieClip in Frame 240
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.move_down(3);
this.attack_man();
}
Instance of Symbol 293 MovieClip "pill" in Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (this.hit == true) {
this.gotoAndPlay(2);
this.hit = false;
}
}
if (_root.bar.scale <= 50) {
this.move_down(8);
}
if (this._y >= 510) {
this.gotoAndStop(1);
this._x = random(300);
}
}
Instance of Symbol 496 MovieClip "bee" in Frame 240
onClipEvent (load) {
diriX = (Math.random() * 5) - 3;
diriY = (Math.random() * 5) - 3;
}
onClipEvent (enterFrame) {
if (_root.char.touched == false) {
_root.char.touched == true;
if (this.hitTest(_root.char._x, _root.char._y, true)) {
_root.char.gotoAndPlay("die");
}
}
if (this._x <= 0) {
this.time.gotoAndPlay(2);
}
if (diff <= 100) {
if (diff <= 20) {
_root.buz.gotoAndPlay(2);
} else {
_root.buz.gotoAndStop(1);
}
this.shiftX = difX / -18;
this._x = this._x + this.shiftX;
this.shiftY = difY / -18;
this._y = this._y + this.shiftY;
} else {
this._x = this._x + diriX;
this._y = this._y + diriY;
}
difX = this._x - _root.char._x;
difY = this._y - _root.char._y;
diff = Math.sqrt((difX * difX) + (difX * difY));
this._rotation = (Math.atan2(difX, difY) * 57.2957795130823) + 90;
if (this.hitTest(_root.char)) {
_root.char.dirY = _root.char.dirY * 1;
}
}
Instance of Symbol 416 MovieClip "char" in Frame 240
onClipEvent (load) {
function moveRight(incrvel) {
if (velHoriz < maxvel) {
velHoriz = velHoriz + incrvel;
}
}
function moveLeft(incrvel) {
if (velHoriz > (-1 * maxvel)) {
velHoriz = velHoriz - incrvel;
}
}
function jump() {
jumping = true;
velVert = velVert - jumpHeight;
}
wing = 6;
touched = false;
_root.duplic();
vel_y = 0;
incrvel = 2.5;
maxvel = 10;
grav = 2;
jumping = false;
deceleration = 0.9;
jumpHeight = 20;
i = 0;
while (i <= 8) {
groundY = _root["ground" + i]._y;
i++;
}
velHoriz = 0;
velVert = 0;
}
onClipEvent (enterFrame) {
this.keepOnFloor(4.7, floor);
if (this._x >= (350 - (this._width / 2))) {
incrvel = 0;
this._x = 350 - (this._width / 2);
} else if (this._x <= (0 + (this._width / 2))) {
incrvel = 0;
this._x = 0 + (this._width / 2);
}
if (this._y >= 500) {
_root.gotoAndStop("tryagain");
}
if (Key.isDown(39)) {
if ((this._x >= (350 - (this._width / 2))) || (this.hitTest(_root.thorn01._x, _root.thorn01, _y, true))) {
moveRight(0);
} else {
moveRight(5);
}
this.gotoAndPlay("right");
} else {
velHoriz = velHoriz * deceleration;
}
if (Key.isDown(37)) {
if ((this._x <= (0 + (this._width / 2))) || (this.hitTest(_root.thorn02._x, _root.thorn02, _y, true))) {
moveLeft(0);
} else {
moveLeft(5);
}
this.gotoAndPlay("left");
} else {
velHoriz = velHoriz * deceleration;
}
if (velvert < maxvel) {
velVert = velVert + grav;
}
this._x = this._x + velHoriz;
newY = this._y + velVert;
if (touched == false) {
if ((Key.isDown(32) && (this.gravity == 0)) && (jumping == false)) {
this.gotoAndPlay("jump");
_root.extra.gotoAndStop(1);
this.gravity = -35;
}
}
if (Key.isDown(40)) {
this.gotoAndPlay("down");
}
if (Key.isDown(38)) {
this.stayUp();
}
}
Instance of Symbol 422 MovieClip "ground3" in Frame 240
onClipEvent (load) {
oldy = this._y;
this._x = _root.positionX[3];
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(8) + 5;
xspeed = random(1);
}
onClipEvent (enterFrame) {
this.moveThere();
this.burst();
this.distance(bee, 40);
this.sting();
this.stayHere();
this._y = this._y - yspeed;
if (this._y <= 100) {
this._y = 400 - random(10);
this.gotoAndPlay(1);
_root.note.gotoAndPlay(2);
this._x = _root.positionX[3];
yspeed = random(3) + 3;
}
this._x = this._x + xspeed;
if ((this._x > 400) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(2);
}
Instance of Symbol 422 MovieClip "ground1" in Frame 240
onClipEvent (load) {
oldy = this._y;
this._x = _root.positionX[0];
dx = _root.char._x - this._x;
dy = _root.char._y - this._y;
difX = Math.sqrt((dx * dx) + (dy * dy));
yspeed = random(6) + 5;
xspeed = random(2);
}
onClipEvent (enterFrame) {
this.burst();
this.sting();
this.distance(bee, 40);
this.moveThere();
this.stayHere();
this._y = this._y - yspeed;
if (this._y <= 130) {
this.gotoAndPlay(1);
this._y = 400 + random(10);
_root.note.gotoAndPlay(2);
this._x = _root.positionX[0];
yspeed = random(3) + 3;
this._x = this._x + xspeed;
}
if ((this._x > 350) or (this._x < 50)) {
xspeed = -xspeed;
}
this.moveit(2);
if (difX <= 10) {
this.gotoAndPlay("pop");
}
}
Instance of Symbol 300 MovieClip "fi" in Frame 240
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() <= 100) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() + 5);
}
}
Instance of Symbol 358 MovieClip "bar" in Frame 240
onClipEvent (load) {
scale = new Object();
this._yscale = (scale = 100);
}
onClipEvent (enterFrame) {
_yscale = scale;
if (this.scale <= 50) {
this.gotoAndStop(2);
if (this.scale <= 0) {
_root.gotoAndStop("tryagain");
}
} else {
this.gotoAndStop(1);
}
}
Frame 241
_root.timer.gotoAndStop("pause");
_root.per.gotoAndStop(2);
goNext = false;
stop();
alive = 3;
_root.wing = 6;
Frame 242
_root.extra.counter = 0;
Instance of Symbol 267 MovieClip "ground6" in Frame 242
onClipEvent (load) {
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
this.move_down(4);
}
Instance of Symbol 267 MovieClip "ground5" in Frame 242
onClipEvent (load) {
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
this.move_down(2);
}
Instance of Symbol 479 MovieClip in Frame 242
onClipEvent (load) {
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
this.move_down(6);
}
Instance of Symbol 479 MovieClip in Frame 242
onClipEvent (load) {
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
this.move_down(7);
}
Instance of Symbol 424 MovieClip "per" in Frame 242
onClipEvent (enterFrame) {
this.percentage = Math.round((_root.timer.timer * 100) / 320);
if ((_root.per.percentage >= 100) && (_root.bar._yscale > 0)) {
if (_root.goNext == true) {
_root.gotoAndStop("comp4");
_root.goNext = false;
}
} else if ((_root.per.percentage >= 100) && (_root.bar._yscale <= 0)) {
_root.gotoAndStop("tryagain");
}
}
Frame 249
stop();
levels = 4;
goNext = true;
Instance of Symbol 521 MovieClip in Frame 249
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.move_down(4);
this.attack_man();
}
Instance of Symbol 536 MovieClip in Frame 249
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(5);
this.attack_man();
}
Instance of Symbol 536 MovieClip in Frame 249
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 521 MovieClip in Frame 249
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.move_down(4);
this.attack_man();
}
Instance of Symbol 521 MovieClip in Frame 249
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.move_down(3);
this.attack_man();
}
Instance of Symbol 545 MovieClip "bee" in Frame 249
onClipEvent (load) {
diriX = (Math.random() * 5) - 3;
diriY = (Math.random() * 5) - 3;
}
onClipEvent (enterFrame) {
if (_root.char.touched == false) {
_root.char.touched == true;
if (this.hitTest(_root.char._x, _root.char._y, true)) {
_root.char.gotoAndPlay("die");
}
}
if (this._x <= 0) {
this.time.gotoAndPlay(2);
}
if (diff <= 100) {
if (diff <= 20) {
_root.buz.gotoAndPlay(2);
} else {
_root.buz.gotoAndStop(1);
}
this.shiftX = difX / -18;
this._x = this._x + this.shiftX;
this.shiftY = difY / -18;
this._y = this._y + this.shiftY;
} else {
this._x = this._x + diriX;
this._y = this._y + diriY;
}
difX = this._x - _root.char._x;
difY = this._y - _root.char._y;
diff = Math.sqrt((difX * difX) + (difX * difY));
this._rotation = (Math.atan2(difX, difY) * 57.2957795130823) + 90;
if (this.hitTest(_root.char)) {
_root.char.dirY = _root.char.dirY * 1;
}
}
Instance of Symbol 521 MovieClip in Frame 249
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
this.move_down(4);
this.attack_man();
}
Instance of Symbol 569 MovieClip "char" in Frame 249
onClipEvent (load) {
function moveRight(incrvel) {
if (velHoriz < maxvel) {
velHoriz = velHoriz + incrvel;
}
}
function moveLeft(incrvel) {
if (velHoriz > (-1 * maxvel)) {
velHoriz = velHoriz - incrvel;
}
}
function jump() {
jumping = true;
velVert = velVert - jumpHeight;
}
wing = 6;
touched = false;
_root.duplic();
vel_y = 0;
incrvel = 2.5;
maxvel = 10;
grav = 2;
jumping = false;
deceleration = 0.9;
jumpHeight = 20;
i = 0;
while (i <= 8) {
groundY = _root["ground" + i]._y;
i++;
}
velHoriz = 0;
velVert = 0;
}
onClipEvent (enterFrame) {
this.keepOnFloor(4.7, floor);
if (this._x >= (350 - (this._width / 2))) {
incrvel = 0;
this._x = 350 - (this._width / 2);
} else if (this._x <= (0 + (this._width / 2))) {
incrvel = 0;
this._x = 0 + (this._width / 2);
}
if (this._y >= 500) {
_root.gotoAndStop("tryagain");
}
if (Key.isDown(39)) {
if ((this._x >= (350 - (this._width / 2))) || (this.hitTest(_root.thorn01._x, _root.thorn01, _y, true))) {
moveRight(0);
} else {
moveRight(5);
}
this.gotoAndPlay("right");
} else {
velHoriz = velHoriz * deceleration;
}
if (Key.isDown(37)) {
if ((this._x <= (0 + (this._width / 2))) || (this.hitTest(_root.thorn02._x, _root.thorn02, _y, true))) {
moveLeft(0);
} else {
moveLeft(5);
}
this.gotoAndPlay("left");
} else {
velHoriz = velHoriz * deceleration;
}
if (velvert < maxvel) {
velVert = velVert + grav;
}
this._x = this._x + velHoriz;
newY = this._y + velVert;
if (touched == false) {
if ((Key.isDown(32) && (this.gravity == 0)) && (jumping == false)) {
this.gotoAndPlay("jump");
_root.extra.gotoAndStop(1);
this.gravity = -35;
}
}
if (Key.isDown(40)) {
this.gotoAndPlay("down");
}
if (Key.isDown(38)) {
this.stayUp1();
}
}
Instance of Symbol 300 MovieClip "fi" in Frame 249
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() <= 100) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() + 5);
}
}
Frame 250
_root.timer.gotoAndStop("pause");
_root.per.gotoAndStop(2);
goNext = false;
stop();
alive = 3;
_root.wing = 6;
Frame 256
stop();
_root.ready1.gotoAndStop(2);
_root.timer.gotoAndStop("pause");
_root.per.gotoAndStop(2);
_root.live.gotoAndStop(_currentframe + 1);
_root.alive = _root.alive - 1;
_root.pill._y = -85;
_root.fade_in.gotoAndStop(1);
_root.fade_out.gotoAndPlay(2);
_root.ready1.gotoAndPlay(2);
over = true;
Instance of Symbol 21 MovieClip "bg_01" in Frame 256
onClipEvent (enterFrame) {
if (this.change == true) {
if ((_root.per.percentage >= 40) && (_root.per.percentage < 60)) {
gotoAndPlay (219);
} else if ((_root.per.percentage >= 60) && (_root.per.percentage <= 100)) {
gotoAndPlay(_currentframe + 1 +217);
} else {
stop();
}
}
}
Instance of Symbol 267 MovieClip "ground6" in Frame 256
onClipEvent (enterFrame) {
this.move_down(4);
}
Instance of Symbol 267 MovieClip "ground5" in Frame 256
onClipEvent (enterFrame) {
this.move_down(2);
}
Instance of Symbol 269 MovieClip in Frame 256
onClipEvent (enterFrame) {
this.move_down(6);
}
Instance of Symbol 269 MovieClip in Frame 256
onClipEvent (enterFrame) {
this.move_down(7);
}
Instance of Symbol 300 MovieClip "fi" in Frame 256
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() > 0) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() - 2);
}
}
Instance of Symbol 358 MovieClip "bar" in Frame 256
onClipEvent (load) {
scale = new Object();
this._yscale = (scale = 100);
}
Frame 257
over = false;
Frame 261
_root.finalheight = _root.meters.altitude;
stop();
_root.bgAudio.stop();
stopAllSounds();
Instance of Symbol 267 MovieClip "ground6" in Frame 261
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this.move_down(4);
}
Instance of Symbol 267 MovieClip "ground5" in Frame 261
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this.move_down(2);
}
Instance of Symbol 269 MovieClip in Frame 261
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this.move_down(6);
}
Instance of Symbol 269 MovieClip in Frame 261
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
this.move_down(7);
}
Instance of Symbol 300 MovieClip "fi" in Frame 261
onClipEvent (enterFrame) {
if (_root.bgAudio.getVolume() > 0) {
_root.bgAudio.setVolume(_root.bgAudio.getVolume() - 2);
}
}
Instance of Symbol 358 MovieClip "bar" in Frame 261
onClipEvent (load) {
scale = new Object();
this._yscale = (scale = 100);
}
onClipEvent (enterFrame) {
if (this.scale > 100) {
this.scale = 100;
}
_yscale = scale;
if (this.scale <= 50) {
this.gotoAndStop(2);
if (this.scale <= 0) {
_root.gotoAndStop("tryagain");
}
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 362 MovieClip "bar_lev1" in Frame 261
onClipEvent (load) {
this._yscale = 0;
_root.attachMovie("arrow", "arrow", 1000);
}
onClipEvent (enterFrame) {
this._yscale = _root.per.percentage;
if (this._yscale >= 100) {
_root.gotoAndPlay("welldone");
}
_root.arrow._x = this._x;
_root.arrow._y = this._y - this._height;
}
Frame 262
_root.bgAudio.stop();
stopAllSounds();
play();
Frame 263
_root.gotoAndPlay("complete");
Frame 264
removeMovieClip(_root.arrow);
Frame 368
stop();
Symbol 8 MovieClip Frame 1
stop();
Symbol 12 MovieClip [power] Frame 1
stop();
hit = true;
Instance of Symbol 8 MovieClip "power_pill" in Symbol 12 MovieClip [power] Frame 1
onClipEvent (load) {
this.attachMovie("nrg", "nrg", 1);
if (_parent.nrg._currentframe == 1) {
what = wing;
} else if (_parent.nrg._currentframe == 2) {
what = energy;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if ((hit = true)) {
_parent.gotoAndPlay(2);
hit = false;
}
}
}
Symbol 12 MovieClip [power] Frame 2
hit = false;
if (what == wing) {
if (_root.wing < 6) {
_root.wing = _root.wing + 1;
}
} else if (what == energy) {
if (_root.bar._yscale < 100) {
_root.bar._yscale = _root.bar._yscale + 100;
}
}
_root.mark1.gotoAndStop(2);
Symbol 12 MovieClip [power] Frame 7
this.removeMovieClip();
gotoAndStop (8);
Symbol 12 MovieClip [power] Frame 8
stop();
Symbol 16 MovieClip [nrg] Frame 1
gotoAndStop(random(2) + 1);
Symbol 21 MovieClip Frame 1
stop();
Symbol 25 Button
on (release) {
getURL ("http://www.animalrepublic.co.kr", "_blank");
}
Symbol 38 Button
on (release) {
getURL ("http://www.animalrepublic.co.kr", "_blank");
}
Symbol 51 MovieClip Frame 1
gotoAndStop(random(3) + 1);
Symbol 51 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 3
stop();
Symbol 51 MovieClip Frame 4
stop();
Symbol 53 MovieClip Frame 44
stop();
Symbol 57 MovieClip Frame 83
stop();
Symbol 58 MovieClip Frame 70
stop();
Symbol 84 MovieClip Frame 29
gotoAndPlay (1);
Symbol 98 MovieClip Frame 45
stop();
Symbol 117 MovieClip Frame 1
play();
Symbol 117 MovieClip Frame 17
stop();
Symbol 186 Button
on (press) {
gotoAndStop (2);
}
Symbol 196 Button
on (press) {
gotoAndStop (1);
}
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 220 Button
on (release) {
gotoAndStop (216);
}
Symbol 245 MovieClip Frame 1
guest.tabEnabled = true;
guest.tabIndex = 1;
Selection.setFocus("guest");
stop();
Symbol 250 Button
on (release) {
if (_root.login.guest == null) {
_root.showme = "Please enter the nickname";
} else {
_root.who = _root.login.guest;
gotoAndPlay (217);
}
}
Symbol 258 MovieClip Frame 95
stop();
Symbol 267 MovieClip Frame 1
if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
gotoAndStop (2);
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
gotoAndStop (3);
} else {
stop();
}
Symbol 267 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 3
stop();
Symbol 267 MovieClip Frame 4
stop();
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
stop();
Symbol 269 MovieClip Frame 3
stop();
Symbol 269 MovieClip Frame 4
stop();
Symbol 272 MovieClip Frame 1
Symbol 286 MovieClip Frame 1
stop();
fly = true;
Symbol 286 MovieClip Frame 2
fly = false;
Symbol 286 MovieClip Frame 13
play();
Instance of Symbol 285 MovieClip in Symbol 286 MovieClip Frame 13
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
_parent._x = _parent._x - 15;
this.attack_man();
}
Symbol 286 MovieClip Frame 25
gotoAndPlay (13);
Symbol 287 MovieClip Frame 1
Instance of Symbol 286 MovieClip "bird" in Symbol 287 MovieClip Frame 1
onClipEvent (load) {
old_x = this._x;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
floor = _root["ground" + i];
if (this.hitTest(floor)) {
floor.gotoAndPlay("burst");
}
i++;
}
this.attack();
if (_parent._y >= 200) {
if (this.fly == true) {
this.gotoAndPlay(2);
this.fly = false;
}
}
if (_parent._y <= 0) {
this.gotoAndStop(1);
this._x = old_x;
}
}
Symbol 293 MovieClip Frame 1
stop();
hit = true;
Instance of Symbol 289 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
}
Symbol 293 MovieClip Frame 2
hit = false;
_root.bar.scale = _root.bar.scale + 10;
Symbol 293 MovieClip Frame 11
gotoAndStop (12);
Symbol 293 MovieClip Frame 12
_root.pill._x = random(300) + 10;
_root.pill._y = -100;
_root.pill.move_down(8);
if (_root.pill <= 0) {
gotoAndStop (1);
}
stop();
Symbol 301 MovieClip Frame 1
value = true;
stop();
Symbol 301 MovieClip Frame 2
value = false;
play();
Symbol 301 MovieClip Frame 3
value = true;
gotoAndStop (1);
Symbol 303 MovieClip Frame 1
if (_root.wing <= 0) {
this.gotoAndStop(1);
}
stop();
counter = 0;
Symbol 303 MovieClip Frame 2
_root.char._y = _root.char._y + 7;
_root.char.gravity = 0;
if (_root.wing > 0) {
_root.char.gotoAndPlay("up");
}
Symbol 303 MovieClip Frame 3
counter = counter + 1;
if (counter <= 20) {
if (Key.isDown(32)) {
gotoAndStop (1);
_root.wing = _root.wing - 1;
} else {
gotoAndPlay (2);
}
if ((counter <= 2) && (counter > 1)) {
_root.jpack.gotoAndPlay(2);
}
} else {
gotoAndStop (1);
_root.wing = _root.wing - 1;
}
Symbol 309 MovieClip Frame 1
timer = 0;
curr = 0;
paused = 0;
stop();
Symbol 309 MovieClip Frame 2
StartTime = getTimer() / 1000;
paused = curr;
gotoAndPlay (3);
Symbol 309 MovieClip Frame 3
curr = ((getTimer() / 1000) - StartTime) + paused;
Symbol 309 MovieClip Frame 4
gotoAndPlay (5);
Symbol 309 MovieClip Frame 5
timer = Math.floor(Math.round(curr));
gotoAndPlay (3);
Symbol 309 MovieClip Frame 6
stop();
Symbol 338 Button
on (press, keyPress "m") {
if (_root.globalvolume.getVolume() > 0) {
_root.globalvolume.setVolume(0);
play();
} else {
_root.globalvolume.setVolume(100);
play();
}
}
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
stop();
Symbol 349 MovieClip Frame 1
lives = 3;
Symbol 349 MovieClip Frame 2
_root.ready1.gotoAndStop(1);
lives = 2;
Symbol 349 MovieClip Frame 3
_root.ready1.gotoAndStop(2);
lives = 1;
Symbol 349 MovieClip Frame 4
_root.gotoAndStop("gameover");
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
stop();
Symbol 363 MovieClip Frame 1
i = 100;
stop();
Symbol 363 MovieClip Frame 2
_root.bgAudio.setVolume(i);
Symbol 363 MovieClip Frame 3
if (i > 0) {
i = i - 10;
gotoAndPlay (1);
} else {
stop();
}
Symbol 366 MovieClip Frame 1
stop();
_root.wing = 1;
Symbol 366 MovieClip Frame 2
stop();
_root.wing = 2;
Symbol 366 MovieClip Frame 3
stop();
_root.wing = 3;
Symbol 366 MovieClip Frame 4
stop();
_root.wing = 4;
Symbol 366 MovieClip Frame 5
stop();
_root.wing = 5;
Symbol 366 MovieClip Frame 6
stop();
_root.wing = 6;
Symbol 366 MovieClip Frame 7
stop();
_root.wing = 0;
Symbol 369 Button
on (release) {
_root.gotoAndPlay("lev_01");
}
Symbol 370 Button
on (release) {
_root.gotoAndPlay("lev_02");
}
Symbol 371 Button
on (release) {
_root.gotoAndPlay("lev_03");
}
Symbol 372 MovieClip Frame 1
i = 0;
stop();
Symbol 372 MovieClip Frame 2
_root.bgAudio.setVolume(i);
Symbol 372 MovieClip Frame 3
if (i <= 100) {
i = i + 10;
gotoAndPlay (1);
} else {
stop();
}
Symbol 378 MovieClip Frame 1
stop();
done = true;
Symbol 378 MovieClip Frame 2
done = false;
stop();
whatisit = "c";
Symbol 378 MovieClip Frame 3
stop();
whatisit = "d";
Symbol 378 MovieClip Frame 4
stop();
whatisit = "e";
Symbol 378 MovieClip Frame 5
stop();
whatisit = "f";
Symbol 378 MovieClip Frame 6
stop();
whatisit = "g";
Symbol 378 MovieClip Frame 7
stop();
whatisit = "a";
Symbol 378 MovieClip Frame 8
stop();
whatisit = "b";
Symbol 378 MovieClip Frame 9
stop();
whatisit = "c1";
Symbol 381 MovieClip Frame 1
stop();
Instance of Symbol 379 MovieClip "upper" in Symbol 381 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.char._y = _root.char._y - 24;
}
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
stop();
Symbol 384 Button
on (release) {
_root.gotoAndPlay("welldone");
}
Symbol 385 Button
on (release) {
_root.gotoAndPlay("lev_04");
}
Symbol 387 MovieClip Frame 1
stop();
Instance of Symbol 379 MovieClip "upper" in Symbol 387 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.char._y = _root.char._y - 24;
}
Symbol 389 MovieClip Frame 1
if (_root.wing <= 0) {
this.gotoAndStop(1);
}
stop();
counter = 0;
Symbol 389 MovieClip Frame 2
_root.char._y = _root.char._y + 7;
_root.char.gravity = 0;
if (_root.wing > 0) {
_root.char.gotoAndPlay("up");
}
Symbol 389 MovieClip Frame 3
counter = counter + 1;
if (counter <= 20) {
if (Key.isDown(32)) {
gotoAndStop (1);
_root.wing = _root.wing - 1;
} else {
gotoAndPlay (2);
}
if ((counter <= 2) && (counter > 1)) {
_root.jpack1.gotoAndPlay(2);
}
} else {
gotoAndStop (1);
_root.wing = _root.wing - 1;
}
Symbol 393 MovieClip Frame 1
float = true;
Symbol 393 MovieClip Frame 2
float = false;
_root.char.gravity = _root.char.gravity - 1;
Symbol 393 MovieClip Frame 10
gotoAndStop (1);
Symbol 394 MovieClip Frame 1
stop();
short = true;
Symbol 394 MovieClip Frame 2
short = false;
_root.char.gravity = 0;
_root.char._y = _root.char._y + 7;
Symbol 394 MovieClip Frame 3
count = count + 1;
if (count <= 20) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 398 Button
on (release, keyPress "<Space>") {
if (_root.char.touched == false) {
if ((_root.char.gravity == 0) && (jumping == false)) {
_root.char.gotoAndPlay("jump");
_root.char.gravity = -35;
}
}
}
Symbol 416 MovieClip Frame 1
play();
Symbol 416 MovieClip Frame 2
_parent.clicked = 0;
Symbol 416 MovieClip Frame 5
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 416 MovieClip Frame 6
play();
Symbol 416 MovieClip Frame 7
_parent.clicked = 0;
Symbol 416 MovieClip Frame 11
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 416 MovieClip Frame 12
play();
Symbol 416 MovieClip Frame 13
_parent.clicked = 0;
Symbol 416 MovieClip Frame 17
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 416 MovieClip Frame 18
play();
Symbol 416 MovieClip Frame 19
play();
Symbol 416 MovieClip Frame 22
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 416 MovieClip Frame 23
play();
Symbol 416 MovieClip Frame 24
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 416 MovieClip Frame 25
play();
Symbol 416 MovieClip Frame 26
_parent.clicked = 0;
Symbol 416 MovieClip Frame 28
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 416 MovieClip Frame 29
stop();
_parent.touched = true;
_root.bar.scale = _root.bar.scale - 10;
Symbol 416 MovieClip Frame 32
gotoAndPlay (1);
_parent.touched = false;
Symbol 416 MovieClip Frame 33
Symbol 416 MovieClip Frame 36
gotoAndPlay (1);
Symbol 417 MovieClip Frame 1
note_ar = ["C", "D", "E", "F", "G", "A", "B"];
random_note = _root.noteArray2[random(4)];
Symbol 420 MovieClip Frame 5
gotoAndStop (1);
Symbol 422 MovieClip Frame 1
bur = 0;
play();
Symbol 422 MovieClip Frame 14
stop();
landed = 0;
Symbol 422 MovieClip Frame 15
_root.so.gotoAndStop(this.b_b.random_note);
_root.memos = _root.memos + 1;
landed = 1;
Symbol 422 MovieClip Frame 58
bur = 1;
play();
Symbol 422 MovieClip Frame 59
this._y = 490 + random(50);
this._x = random(350);
gotoAndPlay (1);
bur = 0;
Symbol 424 MovieClip Frame 1
stop();
Symbol 447 Button
on (release, keyPress "<Space>") {
_root.per.gotoAndStop(1);
_root.timer.gotoAndStop("start_time");
_root.gotoAndPlay("lev_02");
}
Symbol 452 MovieClip Frame 1
play();
Symbol 452 MovieClip Frame 2
_root.per.gotoAndStop(1);
Symbol 452 MovieClip Frame 65
_root.timer.gotoAndStop("start_time");
_root.gotoAndPlay("lev_02");
stop();
Symbol 476 Button
on (release, keyPress "<Space>") {
_root.gotoAndPlay("lev_03");
_root.per.gotoAndStop(1);
_root.timer.gotoAndStop("start_time");
}
Symbol 477 MovieClip Frame 1
play();
Symbol 477 MovieClip Frame 2
_root.per.gotoAndStop(1);
Symbol 477 MovieClip Frame 65
stop();
_root.timer.gotoAndStop("start_time");
_root.gotoAndPlay("lev_03");
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 2
stop();
Symbol 479 MovieClip Frame 3
stop();
Symbol 479 MovieClip Frame 4
stop();
Symbol 491 MovieClip Frame 1
fly = true;
stop();
Symbol 491 MovieClip Frame 2
fly = false;
Instance of Symbol 489 MovieClip in Symbol 491 MovieClip Frame 2
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
_parent._x = _parent._x - 17;
this.attack_man();
}
Symbol 491 MovieClip Frame 5
gotoAndPlay(_currentframe - 1);
Instance of Symbol 491 MovieClip in Symbol 492 MovieClip Frame 1
onClipEvent (load) {
old_x = this._x;
}
onClipEvent (enterFrame) {
this.attack();
if (_parent._y >= -20) {
if (_parent._y <= (_root.char._y - 60)) {
if (this.fly == true) {
this.gotoAndPlay(2);
this.fly = false;
}
}
}
if (_parent._y <= 0) {
this.gotoAndStop(1);
this._x = old_x;
}
}
Symbol 509 Button
on (release, keyPress "<Space>") {
_root.gotoAndPlay("lev_04");
_root.per.gotoAndStop(1);
_root.timer.gotoAndStop("start_time");
}
Symbol 510 MovieClip Frame 1
play();
Symbol 510 MovieClip Frame 2
_root.per.gotoAndStop(1);
Symbol 510 MovieClip Frame 65
stop();
_root.timer.gotoAndStop("start_time");
_root.gotoAndPlay("lev_04");
Symbol 518 MovieClip Frame 10
gotoAndPlay (1);
Symbol 521 MovieClip Frame 15
grabit.gotoAndPlay(2);
Symbol 535 MovieClip Frame 1
fly = true;
stop();
Symbol 535 MovieClip Frame 2
fly = false;
Instance of Symbol 534 MovieClip in Symbol 535 MovieClip Frame 2
onClipEvent (load) {
attacked = false;
}
onClipEvent (enterFrame) {
this.attack();
_parent._x = _parent._x - 17;
this.attack_man();
}
Symbol 535 MovieClip Frame 5
gotoAndPlay(_currentframe - 1);
Instance of Symbol 535 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (load) {
old_x = this._x;
}
onClipEvent (enterFrame) {
this.attack();
if (_parent._y >= -20) {
if (_parent._y <= (_root.char._y - 60)) {
if (this.fly == true) {
this.gotoAndPlay(2);
this.fly = false;
}
}
}
if (_parent._y <= 0) {
this.gotoAndStop(1);
this._x = old_x;
}
}
Symbol 539 MovieClip Frame 9
gotoAndPlay (1);
Symbol 543 MovieClip Frame 7
gotoAndPlay (1);
Symbol 549 MovieClip Frame 6
gotoAndPlay (1);
Symbol 569 MovieClip Frame 1
play();
Symbol 569 MovieClip Frame 2
_parent.clicked = 0;
Symbol 569 MovieClip Frame 5
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 569 MovieClip Frame 6
play();
Symbol 569 MovieClip Frame 7
_parent.clicked = 0;
Symbol 569 MovieClip Frame 11
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 569 MovieClip Frame 12
play();
Symbol 569 MovieClip Frame 13
_parent.clicked = 0;
Symbol 569 MovieClip Frame 17
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 569 MovieClip Frame 18
play();
Symbol 569 MovieClip Frame 19
play();
Symbol 569 MovieClip Frame 22
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 569 MovieClip Frame 23
play();
Symbol 569 MovieClip Frame 24
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 569 MovieClip Frame 25
play();
Symbol 569 MovieClip Frame 26
_parent.clicked = 0;
Symbol 569 MovieClip Frame 28
gotoAndPlay (1);
_parent.clicked = 1;
Symbol 569 MovieClip Frame 29
stop();
_parent.touched = true;
_root.bar.scale = _root.bar.scale - 10;
Symbol 569 MovieClip Frame 32
gotoAndPlay (1);
_parent.touched = false;
Symbol 569 MovieClip Frame 33
Symbol 569 MovieClip Frame 36
gotoAndPlay (1);
Symbol 573 Button
on (release, keyPress "<Space>") {
_root.gotoAndPlay("welldone");
_root.per.gotoAndStop(1);
_root.timer.gotoAndStop("start_time");
}
Symbol 574 MovieClip Frame 1
play();
Symbol 574 MovieClip Frame 2
_root.per.gotoAndStop(1);
Symbol 574 MovieClip Frame 39
stop();
_root.timer.gotoAndStop("start_time");
_root.gotoAndPlay("welldone");
Symbol 582 Button
on (press, keyPress "<Space>") {
_root.per.gotoAndStop(1);
_root.timer.gotoAndStop("start_time");
if ((_root.lev_nums.lev_num > 0) && (_root.lev_nums.lev_num < 2)) {
_root.gotoAndPlay("lev_01");
} else if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
_root.gotoAndPlay("lev_02");
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
_root.gotoAndPlay("lev_03");
} else if ((_root.lev_nums.lev_num > 3) && (_root.lev_nums.lev_num < 5)) {
_root.gotoAndPlay("lev_04");
}
}
Symbol 584 Button
on (press, keyPress "<Space>") {
_root.per.gotoAndStop(1);
_root.timer.gotoAndStop("start_time");
if ((_root.lev_nums.lev_num > 0) && (_root.lev_nums.lev_num < 2)) {
_root.gotoAndPlay("lev_01");
} else if ((_root.lev_nums.lev_num > 1) && (_root.lev_nums.lev_num < 3)) {
_root.gotoAndPlay("lev_02");
} else if ((_root.lev_nums.lev_num > 2) && (_root.lev_nums.lev_num < 4)) {
_root.gotoAndPlay("lev_03");
} else if ((_root.lev_nums.lev_num > 3) && (_root.lev_nums.lev_num < 5)) {
_root.gotoAndPlay("lev_04");
} else if (_root.alive <= 0) {
_root.gotoAndPlay("over");
}
}
Symbol 586 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 2
stop();
Symbol 592 MovieClip Frame 1
play();
Symbol 592 MovieClip Frame 12
_root.arrow.removeMovieClip();
i = 1;
while (i <= 15) {
_root["star" + i].removeMovieClip();
i++;
}
Symbol 592 MovieClip Frame 23
Symbol 592 MovieClip Frame 50
_root.life.gotoAndStop(1);
_root.alive = 3;
_root.per.gotoAndStop(2);
_root.timer.gotoAndStop("reset");
_root.fade_in.gotoAndStop(1);
_root.fade_out.gotoAndPlay(2);
Symbol 594 Button
on (release, keyPress "<Space>") {
gotoAndPlay (217);
_root.per.gotoAndStop(2);
_root.timer.gotoAndStop("reset");
_root.fade_in.gotoAndStop(1);
_root.fade_out.gotoAndPlay(2);
_root.life.gotoAndStop(1);
_root.alive = 3;
}
Symbol 626 MovieClip Frame 70
gotoAndPlay (1);
Symbol 627 MovieClip Frame 1
stop();
Symbol 629 MovieClip Frame 1
head.gotoAndStop(1);
Symbol 651 Button
on (release) {
gotoAndPlay (217);
_root.per.gotoAndStop(2);
_root.timer.gotoAndStop("reset");
_root.fade_in.gotoAndStop(1);
_root.fade_out.gotoAndPlay(2);
_root.life.gotoAndStop(1);
_root.alive = 3;
}
Symbol 652 Button
on (release) {
stopAllSounds();
gotoAndPlay (217);
_root.per.gotoAndStop(2);
_root.timer.gotoAndStop("reset");
_root.fade_in.gotoAndStop(1);
_root.fade_out.gotoAndPlay(2);
_root.life.gotoAndStop(1);
_root.alive = 3;
}