Frame 1
stop();
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (load) {
done = false;
}
onClipEvent (enterFrame) {
if (this.bar._yscale >= 100) {
_root.play();
}
}
Instance of Symbol 21 MovieClip in Frame 2
on (release) {
getURL ("http://www.armorgames.com", "_BLANK");
}
Instance of Symbol 28 MovieClip in Frame 139
onClipEvent (load) {
this.stop();
}
Frame 140
function itemHandler(obj, item) {
getURL ("http://www.armorgames.com", "_blank");
}
function highQ(obj, item) {
getURL ("http://www.armorgames.com", "_blank");
}
_root.createEmptyMovieClip("sound1", 83242);
_root.createEmptyMovieClip("sound2", 80123);
_root.createEmptyMovieClip("sound3", 81234);
_root.createEmptyMovieClip("sound3", 84351);
shot = new Sound(sound3);
shot.attachSound("bullet");
shot.setVolume(30);
fan = new Sound(sound1);
fan.attachSound("fanloop");
fan.start(0, 1000000);
fan.setVolume(0);
bgmusic = new Sound(sound2);
bgmusic.attachSound("bgmusic");
menuMusic = new Sound(sound4);
menuMusic.attachSound("menu");
menuMusic.start(0, 1000);
placeholdersound = new Sound();
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
root_cm.customItems.push(new ContextMenuItem("Armor Games", itemHandler));
root_cm.customItems.push(new ContextMenuItem("Highscores", highQ));
_root.menu = root_cm;
_root.pname = "Insert";
stop();
Instance of Symbol 28 MovieClip in Frame 140
onClipEvent (load) {
this.stop();
}
Instance of Symbol 67 MovieClip in Frame 140
onClipEvent (enterFrame) {
this.onPress = function () {
getURL ("http://www.armorgames.com", "_blank");
};
}
Frame 141
stop();
Frame 145
fan.start(0, 10000);
lvlcurrent = 0;
score = 0;
health = 100;
deadslimenum = 0;
lvl = 1;
lvlpoints = 2000;
vol = 0;
newVol = 0;
bgmusic.start(0, 1000);
bgmusic.setVolume(70);
_root.onEnterFrame = function () {
vol = vol - ((vol - newVol) / 17);
fan.setVolume(vol);
trace(vol);
if (Key.isDown(38) || (Key.isDown(40))) {
newVol = 80;
} else {
newVol = 0;
}
_root.player.ySpeed = _root.player.ySpeed - _root.lvlcurrent;
if ((_root.ground._x < 20) && (lvlpoints >= 1)) {
lvlpoints--;
}
currentlevel = lvl + "/30";
texthealth = ("Health:" + health) + "%";
};
function spawnexpl(thisx, thisy) {
rand = random(1000) + 100;
_root.explosion.duplicateMovieClip("expl" + rand, rand);
_root["expl" + rand]._x = thisx;
_root["expl" + rand]._y = thisy;
_root.health = _root.health - 20;
trace("I<3COOKIES");
}
function hithard(thisname) {
if ((_root.player.hitTest(thisname) && (_root.groundhit)) && (_root.player.hurt._alpha < 10)) {
_root.health = _root.health - 10;
trace("ACHOOO");
}
}
function expl(thisname, thisy, thisx) {
trace("GESHUNDHEIT");
spawnexpl(thisx, thisy);
_root.health = _root.health - 10;
removeMovieClip(thisname);
}
function portal(thisname, goto) {
_name = mcname;
if (_root.player.hitTest(thisname) && (_root.objhit)) {
_root.player._x = _root.objects[goto]._x;
_root.player._y = _root.objects[goto]._y;
}
}
stop();
gamepause = false;
System.security.allowDomain("http//www.nbstuff.com");
objhit = false;
_root._quality = "MEDIUM";
bullettime = 50;
bulletspeed = 4;
bulletdmg = 5;
groundx = 0;
levelendx = 700;
Instance of Symbol 106 MovieClip "playerbullet" in Frame 145
onClipEvent (load) {
speed = 9;
}
onClipEvent (enterFrame) {
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (_x > 700) {
_root.player.fired = false;
_x = 1000;
}
if (_x < 0) {
_x = 1000;
}
if (_y < 0) {
_x = 1000;
}
if (_y > 400) {
_x = 1000;
}
}
Instance of Symbol 226 MovieClip "objects" in Frame 145
onClipEvent (enterFrame) {
if ((_root.lvlpoints > 1995) && (_root.lvl == 8)) {
_root.player._x = 35;
_root.player._y = 329;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 3)) {
_root.player._x = 35;
_root.player._y = 329;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 9)) {
_root.player._x = 35;
_root.player._y = 329;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 4)) {
_root.lvlcurrent = 0;
_root.player._x = 45;
_root.player._y = 89;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 5)) {
_root.lvlcurrent = 0;
_root.player._x = 35;
_root.player._y = 329;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 1)) {
_root.lvlcurrent = 0;
_root.player._x = 35;
_root.player._y = 329;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 6)) {
_root.lvlcurrent = 0;
_root.player._x = 279;
_root.player._y = 341;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 7)) {
_root.player._x = 45;
_root.player._y = 184;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 10)) {
_root.player._x = 35;
_root.player._y = 302;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 2)) {
_root.player._x = 35;
_root.player._y = 329;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 11)) {
_root.lvlcurrent = 0;
_root.player._x = 35;
_root.player._y = 360;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 12)) {
_root.player._x = 272;
_root.player._y = 356;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 13)) {
_root.player._x = 36;
_root.player._y = 198;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 14)) {
_root.lvlcurrent = 0.2;
_root.player._x = 36;
_root.player._y = 198;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 15)) {
_root.lvlcurrent = 0;
_root.player._x = 158;
_root.player._y = 218;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 16)) {
_root.lvlcurrent = 0;
_root.player._x = 37;
_root.player._y = 199;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 17)) {
_root.lvlcurrent = 0;
_root.player._x = 37;
_root.player._y = 199;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 18)) {
_root.lvlcurrent = 0;
_root.player._x = 37;
_root.player._y = 199;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 19)) {
_root.lvlcurrent = 0;
_root.player._x = 66;
_root.player._y = 342;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 20)) {
_root.lvlcurrent = 0;
_root.player._x = 43;
_root.player._y = 331;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 21)) {
_root.lvlcurrent = 0;
_root.player._x = 51;
_root.player._y = 350;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 22)) {
_root.lvlcurrent = 0;
_root.player._x = 51;
_root.player._y = 350;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 23)) {
_root.lvlcurrent = 0.1;
_root.player._x = 73;
_root.player._y = 93;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 24)) {
_root.lvlcurrent = 0;
_root.player._x = 419;
_root.player._y = 205;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 25)) {
_root.lvlcurrent = 0;
_root.player._x = 175;
_root.player._y = 218;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 26)) {
_root.lvlcurrent = 0;
_root.player._x = 66;
_root.player._y = 355;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 27)) {
_root.lvlcurrent = 0;
_root.player._x = 66;
_root.player._y = 342;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 28)) {
_root.lvlcurrent = 0;
_root.player._x = 66;
_root.player._y = 342;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 29)) {
_root.lvlcurrent = 0;
_root.player._x = 66;
_root.player._y = 342;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 30)) {
_root.lvlcurrent = 0;
_root.player._x = 555;
_root.player._y = 64;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
if ((_root.lvlpoints > 1995) && (_root.lvl == 31)) {
_root.lvlcurrent = 0;
_root.player._x = 154;
_root.player._y = 64;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.player._rotation = 0;
}
this.gotoAndStop(_root.lvl);
_x = (_x - ((_x - _root.groundx) / 4));
}
Instance of Symbol 238 MovieClip "player" in Frame 145
onClipEvent (load) {
pbullettime = 10;
u = 120;
fired = false;
alph = 100;
hurting = false;
this.swapDepths(81);
i = 60;
_x = _root.objects.pstart._x;
_y = _root.objects.pstart._y;
frict = 0.96;
hitfrict = -1;
xSpeed = 0;
ySpeed = 0;
angle = 270;
accel = 0.3;
time = 0;
current = _root.lvlcurrent;
}
onClipEvent (enterFrame) {
if (!_root.gamepause) {
if ((Key.isDown(32) && (!fired)) && (pbullettime < 0)) {
_root.playerbullet.duplicateMovieClip("pbullet" + u, u);
_root["pbullet" + u]._x = _x;
_root["pbullet" + u]._y = _y;
_root["pbullet" + u]._rotation = _rotation;
u++;
pbullettime = 6;
_root.shot.start(0, 1);
fired = true;
}
if (u > 140) {
u = 120;
}
pbullettime--;
_alpha = (_alpha - ((_alpha - alph) / 14));
if ((time < 0) && (!_root.ground.newlvl)) {
_root.wave.duplicateMovieClip("wave" + i, i);
i++;
time = 0.5;
}
if (i > 80) {
i = 60;
}
if (hit && (!hurting)) {
this.hurt._alpha = 100;
hurting = true;
}
if (this.hurt._alpha < 10) {
hurting = false;
hit = false;
}
time--;
angle = _rotation;
if (angle < 0) {
angle = angle + 360;
}
if (angle > 360) {
angle = angle - 360;
}
if (Key.isDown(38)) {
speed = accel;
} else if (Key.isDown(40)) {
speed = accel * -1;
} else {
speed = 0;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
if (_x > 700) {
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x - 13, _y, true)) {
_root.groundhit = true;
_x = (_x + 5);
xSpeed = xSpeed * hitfrict;
} else if (_root.ground.hitTest(_x + 13, _y, true)) {
_root.groundhit = true;
_x = (_x - 5);
xSpeed = xSpeed * hitfrict;
} else if (_root.ground.hitTest(_x, _y - 13, true)) {
_root.groundhit = true;
ySpeed = ySpeed * hitfrict;
_y = (_y + 5);
} else if (_root.ground.hitTest(_x, _y + 13, true)) {
_root.groundhit = true;
ySpeed = ySpeed * hitfrict;
_y = (_y - 5);
} else {
_root.groundhit = false;
}
if (_root.objects.hitTest(_x + 13, _y, true) && (this.hurt._alpha < 10)) {
_root.objhit = true;
} else if (_root.objects.hitTest(_x - 13, _y, true) && (this.hurt._alpha < 10)) {
_root.objhit = true;
} else if (_root.objects.hitTest(_x, _y + 13, true) && (this.hurt._alpha < 10)) {
_root.objhit = true;
} else if (_root.objects.hitTest(_x, _y - 13, true) && (this.hurt._alpha < 10)) {
_root.objhit = true;
} else {
_root.objhit = false;
}
x = xSpeed + (speed * Math.sin((Math.PI/180) * angle));
y = ySpeed - (speed * Math.cos((Math.PI/180) * angle));
xSpeed = x;
ySpeed = y;
_x = (_x + xSpeed);
_y = (_y + ySpeed);
xSpeed = xSpeed * frict;
ySpeed = ySpeed * frict;
}
}
Instance of Symbol 268 MovieClip "wave" in Frame 145
onClipEvent (load) {
_rotation = (_root.player._rotation - 90);
_alpha = 100;
_x = _root.player._x;
_y = _root.player._y;
}
onClipEvent (enterFrame) {
_alpha = (_alpha - ((_alpha - 0) / 12));
}
Instance of Symbol 399 MovieClip "ground" in Frame 145
onClipEvent (load) {
newlvl = false;
}
onClipEvent (enterFrame) {
_x = (_x - ((_x - _root.groundx) / 4));
if (_x < -695) {
_root.objects._x = 700;
_root.ground._x = 700;
_root.groundx = 700;
}
if (newlvl && (_x < 10)) {
_root.player.alph = 100;
newlvl = false;
}
this.gotoAndStop(_root.lvl);
}
Instance of Symbol 406 MovieClip "end" in Frame 145
onClipEvent (load) {
timer = 0;
this.swapDepths(10000000213);
}
onClipEvent (enterFrame) {
if (go && (!scoreset)) {
_root.score = (_root.score = _root.score + _root.lvlpoints);
scoreset = true;
}
_x = (_x - ((_x - _root.levelendx) / 4));
if (_x < -695) {
_x = 700;
_root.levelendx = 700;
}
if (((Key.isDown(32) && (timer < 0)) && (go)) && (_x < 10)) {
_root.lvl = _root.lvl + 1;
_root.lvlpoints = 2000;
_root.ground.nextFrame();
_root.objects.nextFrame();
_root.ground.newlvl = true;
_root.levelendx = -700;
_root.player.xSpeed = 0;
_root.player.ySpeed = 0;
_root.groundx = 0;
scoreset = false;
_root.health = 100;
go = false;
timer = 50;
}
timer--;
}
Instance of Symbol 439 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (_root.lvl == 31) {
_y = -500;
}
}
Instance of Symbol 445 MovieClip in Frame 145
onClipEvent (load) {
go = true;
time = 0;
}
onClipEvent (enterFrame) {
if (go && (_root.health <= 0)) {
_root.goscreen._alpha = 100;
_root.goscreen.go = true;
_root.lvl = _root.lvl - 1;
_root.player._x = -1000;
time = 10;
_root.health = 100;
go = false;
}
}
onClipEvent (enterFrame) {
time--;
if ((time < 0) && (go == false)) {
_root.lvlpoints = 2000;
go = true;
_root.lvl = _root.lvl + 1;
}
}
Instance of Symbol 447 MovieClip "goscreen" in Frame 145
onClipEvent (load) {
this.swapDepths(10000000000000);
timer = 0;
alphset = 0;
go = false;
}
onClipEvent (enterFrame) {
if (go) {
timer = 10;
go = false;
}
if (timer < 0) {
_alpha = (_alpha - ((_alpha - alphset) / 14));
}
timer--;
}
Instance of Symbol 453 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (_root.lvlcurrent > 0) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 8 MovieClip "bar" in Symbol 13 MovieClip Frame 1
onClipEvent (load) {
_yscale = 0;
}
onClipEvent (enterFrame) {
done = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_yscale = done;
}
Symbol 26 Button
on (release) {
_root.placeholdersound.setVolume(0);
gotoAndStop (2);
}
Symbol 27 Button
on (release) {
_root.placeholdersound.setVolume(100);
gotoAndStop (1);
}
Symbol 37 MovieClip Frame 32
gotoAndPlay (1);
Symbol 47 MovieClip Frame 4
stop();
Symbol 49 MovieClip Frame 4
stop();
Symbol 50 Button
on (release) {
_root.nextFrame();
}
Symbol 65 MovieClip Frame 54
stop();
Symbol 68 Button
on (release) {
gotoAndStop ("story");
}
Symbol 69 Button
on (release) {
gotoAndStop ("instructions");
}
Symbol 70 Button
on (release) {
gotoAndStop ("credits");
}
Symbol 71 Button
on (release) {
_root.getURL("http://www.armorgames.com", "_BLANK");
}
Symbol 72 Button
on (release) {
_root.getURL("http://www.armorbot.com/mytable/?id=711", "_BLANK");
}
Symbol 81 Button
on (release) {
gotoAndStop ("main");
}
Symbol 96 Button
on (release) {
_root.menuMusic.stop();
_root.gotoAndStop("mainGame");
}
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
stop();
Symbol 122 MovieClip Frame 7
gotoAndPlay (1);
Symbol 129 MovieClip Frame 21
gotoAndPlay (1);
Symbol 159 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 39
gotoAndPlay (1);
Symbol 189 MovieClip Frame 12
gotoAndPlay (1);
Symbol 190 MovieClip Frame 119
gotoAndPlay (1);
Symbol 196 MovieClip Frame 42
gotoAndPlay (1);
Instance of Symbol 196 MovieClip "bossHT" in Symbol 197 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
}
Symbol 220 MovieClip Frame 1
stop();
Instance of Symbol 213 MovieClip in Symbol 220 MovieClip Frame 16
onClipEvent (load) {
timer = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.ground.boss.boss)) {
trace("KAPOOOWWWW");
_root.ground.boss.health = _root.ground.boss.health - 1;
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (timer < 0)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
timer = 10;
}
timer--;
}
Symbol 220 MovieClip Frame 64
_root.ground.b1.used = false;
_root.ground.b2.used = false;
_root.ground.b3.used = false;
_root.ground.b4.used = false;
gotoAndStop (1);
Symbol 226 MovieClip Frame 1
stop();
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 1
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (load) {
timer = 10;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.play();
}
timer--;
}
Instance of Symbol 111 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (enterFrame) {
_name = "t1";
_root.portal(this, "t2");
}
Instance of Symbol 111 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (enterFrame) {
_name = "t2";
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 111 MovieClip "end" in Symbol 226 MovieClip Frame 3
onClipEvent (load) {
_name = "end";
if ("end") {
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 142 MovieClip in Symbol 226 MovieClip Frame 3
onClipEvent (load) {
framespeed = 3;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 111 MovieClip "end" in Symbol 226 MovieClip Frame 4
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 4
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 4
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 4
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 0;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 159 MovieClip "slimeend" in Symbol 226 MovieClip Frame 5
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 174 MovieClip "toxic" in Symbol 226 MovieClip Frame 5
onClipEvent (load) {
clvl = _root.lvl;
health = 10;
this.swapDepths(random(10000));
xSpeed = 3;
ySpeed = 2;
timer = 0;
i = random(1000);
size = 3;
}
onClipEvent (enterFrame) {
if (_root.lvl != clvl) {
this.removeMovieClip();
}
cheight = _height;
cwidth = _width;
j = 120;
while (j < 140) {
if ((this.hitTest(_root["pbullet" + j]) && (_xscale >= 50)) && (health < 1)) {
this.duplicateMovieClip("slime" + i, i);
_parent["slime" + i]._x = _x;
_parent["slime" + i]._y = _y;
_parent["slime" + i]._xscale = _parent["slime" + i]._xscale - (_xscale / 2);
_parent["slime" + i]._yscale = _parent["slime" + i]._yscale - (_yscale / 2);
this._xscale = this._xscale - (_xscale / 2);
this._yscale = this._yscale - (_yscale / 2);
xSpeed = xSpeed * (-Math.random());
ySpeed = ySpeed * (-Math.random());
_parent["slime" + i].xSpeed = _parent["slime" + i].xSpeed * 3;
_parent["slime" + i].ySpeed = _parent["slime" + i].ySpeed * 3;
_parent["slime" + i].health = 10;
this.health = 10;
i++;
_root.playerbullet._x = 1000;
size--;
xSpeed = xSpeed * 3;
ySpeed = ySpeed * 3;
_root["pbullet" + j].removeMovieClip();
}
if (this.hitTest(_root["pbullet" + j]) && (_xscale == 25)) {
_root["pbullet" + j].removeMovieClip();
_root.deadslimenum = _root.deadslimenum + 1;
_root.objects.slimeend.nextFrame();
this.removeMovieClip();
}
if ((this.hitTest(_root["pbullet" + j]) && (_xscale >= 50)) && (health >= 0)) {
health = health - 1;
_root["pbullet" + j].removeMovieClip();
}
j++;
}
if (size == 1) {
trace("SLIME DONE");
}
if (_root.ground.hitTest(_x + (cwidth / 2), _y, true)) {
_x = (_x - 4);
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x - (cwidth / 2), _y, true)) {
_x = (_x + 4);
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x, _y + (cheight / 2), true)) {
_y = (_y - 4);
ySpeed = ySpeed * -1;
}
if (_root.ground.hitTest(_x, _y - (cheight / 2), true)) {
_y = (_y + 4);
ySpeed = ySpeed * -1;
}
trace(size);
_root.size = size;
_y = (_y + ySpeed);
_x = (_x + xSpeed);
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
timer--;
}
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 6
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 6
onClipEvent (load) {
framespeed = 5;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 6
onClipEvent (load) {
framespeed = 5;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 182 MovieClip in Symbol 226 MovieClip Frame 7
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 182 MovieClip in Symbol 226 MovieClip Frame 7
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 182 MovieClip in Symbol 226 MovieClip Frame 7
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 182 MovieClip in Symbol 226 MovieClip Frame 7
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 111 MovieClip "end" in Symbol 226 MovieClip Frame 8
onClipEvent (load) {
_name = "end";
if ("end") {
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 8
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 8
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 182 MovieClip in Symbol 226 MovieClip Frame 8
onClipEvent (load) {
framespeed = 1.5;
timer = 0;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 9
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 142 MovieClip in Symbol 226 MovieClip Frame 9
onClipEvent (load) {
framespeed = 4;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 112 MovieClip in Symbol 226 MovieClip Frame 9
/* no clip actions */
Instance of Symbol 142 MovieClip in Symbol 226 MovieClip Frame 9
onClipEvent (load) {
framespeed = 4;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 111 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (enterFrame) {
_name = "t1";
_root.portal(this, "t2");
}
Instance of Symbol 111 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (enterFrame) {
_name = "t2";
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 193 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
this.swapDepths(random(1000000));
hit = false;
xspeed = 0;
}
onClipEvent (enterFrame) {
if ((!hit) && (_root.player._x < _x)) {
xspeed = -0.1;
}
if ((!hit) && (_root.player._x > _x)) {
xspeed = 0.1;
}
if ((!hit) && (_root.player._y < _y)) {
yspeed = -0.1;
}
if ((!hit) && (_root.player._y > _y)) {
yspeed = 0.1;
}
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
time = 100;
hit = true;
}
if (time > 0) {
_root.player.xSpeed = _root.player.xSpeed + xspeed;
_root.player.ySpeed = _root.player.ySpeed + yspeed;
}
time--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 190 MovieClip in Symbol 226 MovieClip Frame 10
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this.blade._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.blade.hitTest(_root.player) && (_root.objhit)) {
this.blade.stop();
} else if (_root.gamepause) {
this.blade.stop();
} else {
this.blade.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 11
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 14
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 159 MovieClip "slimeend" in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 174 MovieClip "toxic" in Symbol 226 MovieClip Frame 15
onClipEvent (load) {
clvl = _root.lvl;
health = 10;
this.swapDepths(random(10000));
xSpeed = 3;
ySpeed = 2;
timer = 0;
i = random(1000);
size = 3;
}
onClipEvent (enterFrame) {
if (_root.lvl != clvl) {
this.removeMovieClip();
}
cheight = _height;
cwidth = _width;
j = 120;
while (j < 140) {
if ((this.hitTest(_root["pbullet" + j]) && (_xscale >= 50)) && (health < 1)) {
this.duplicateMovieClip("slime" + i, i);
_parent["slime" + i]._x = _x;
_parent["slime" + i]._y = _y;
_parent["slime" + i]._xscale = _parent["slime" + i]._xscale - (_xscale / 2);
_parent["slime" + i]._yscale = _parent["slime" + i]._yscale - (_yscale / 2);
this._xscale = this._xscale - (_xscale / 2);
this._yscale = this._yscale - (_yscale / 2);
xSpeed = xSpeed * (-Math.random());
ySpeed = ySpeed * (-Math.random());
_parent["slime" + i].xSpeed = _parent["slime" + i].xSpeed * 3;
_parent["slime" + i].ySpeed = _parent["slime" + i].ySpeed * 3;
_parent["slime" + i].health = 10;
this.health = 10;
i++;
_root.playerbullet._x = 1000;
size--;
xSpeed = xSpeed * 3;
ySpeed = ySpeed * 3;
_root["pbullet" + j].removeMovieClip();
}
if (this.hitTest(_root["pbullet" + j]) && (_xscale == 25)) {
_root["pbullet" + j].removeMovieClip();
_root.deadslimenum = _root.deadslimenum + 1;
_root.objects.slimeend.nextFrame();
this.removeMovieClip();
}
if ((this.hitTest(_root["pbullet" + j]) && (_xscale >= 50)) && (health >= 0)) {
health = health - 1;
_root["pbullet" + j].removeMovieClip();
}
j++;
}
if (size == 1) {
trace("SLIME DONE");
}
if (_root.ground.hitTest(_x + (cwidth / 2), _y, true)) {
_x = (_x - 4);
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x - (cwidth / 2), _y, true)) {
_x = (_x + 4);
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x, _y + (cheight / 2), true)) {
_y = (_y - 4);
ySpeed = ySpeed * -1;
}
if (_root.ground.hitTest(_x, _y - (cheight / 2), true)) {
_y = (_y + 4);
ySpeed = ySpeed * -1;
}
trace(size);
_root.size = size;
_y = (_y + ySpeed);
_x = (_x + xSpeed);
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
timer--;
}
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 16
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 17
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 18
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 19
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 20
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (enterFrame) {
_name = "t1";
_root.portal(this, "t2");
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (enterFrame) {
_name = "t2";
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 0;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 0;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 0;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 158 MovieClip in Symbol 226 MovieClip Frame 21
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 0;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (enterFrame) {
_name = "t1";
_root.portal(this, "t2");
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (enterFrame) {
_name = "t2";
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 23
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (enterFrame) {
_name = "h2";
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (enterFrame) {
_name = "p2";
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (enterFrame) {
_name = "p1";
_root.portal(this, "p2");
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (load) {
framespeed = 5;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (load) {
framespeed = 5;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (enterFrame) {
_name = "t2";
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 24
onClipEvent (enterFrame) {
_name = "h1";
_root.portal(this, "h2");
}
Instance of Symbol 159 MovieClip "slimeend" in Symbol 226 MovieClip Frame 25
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 174 MovieClip "toxic" in Symbol 226 MovieClip Frame 25
onClipEvent (load) {
clvl = _root.lvl;
health = 10;
this.swapDepths(random(10000));
xSpeed = 3;
ySpeed = 2;
timer = 0;
i = random(1000);
size = 3;
}
onClipEvent (enterFrame) {
if (_root.lvl != clvl) {
this.removeMovieClip();
}
cheight = _height;
cwidth = _width;
j = 120;
while (j < 140) {
if ((this.hitTest(_root["pbullet" + j]) && (_xscale >= 50)) && (health < 1)) {
this.duplicateMovieClip("slime" + i, i);
_parent["slime" + i]._x = _x;
_parent["slime" + i]._y = _y;
_parent["slime" + i]._xscale = _parent["slime" + i]._xscale - (_xscale / 2);
_parent["slime" + i]._yscale = _parent["slime" + i]._yscale - (_yscale / 2);
this._xscale = this._xscale - (_xscale / 2);
this._yscale = this._yscale - (_yscale / 2);
xSpeed = xSpeed * (-Math.random());
ySpeed = ySpeed * (-Math.random());
_parent["slime" + i].xSpeed = _parent["slime" + i].xSpeed * 3;
_parent["slime" + i].ySpeed = _parent["slime" + i].ySpeed * 3;
_parent["slime" + i].health = 10;
this.health = 10;
i++;
_root.playerbullet._x = 1000;
size--;
xSpeed = xSpeed * 3;
ySpeed = ySpeed * 3;
_root["pbullet" + j].removeMovieClip();
}
if (this.hitTest(_root["pbullet" + j]) && (_xscale == 25)) {
_root["pbullet" + j].removeMovieClip();
_root.deadslimenum = _root.deadslimenum + 1;
_root.objects.slimeend.nextFrame();
this.removeMovieClip();
}
if ((this.hitTest(_root["pbullet" + j]) && (_xscale >= 50)) && (health >= 0)) {
health = health - 1;
_root["pbullet" + j].removeMovieClip();
}
j++;
}
if (size == 1) {
trace("SLIME DONE");
}
if (_root.ground.hitTest(_x + (cwidth / 2), _y, true)) {
_x = (_x - 4);
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x - (cwidth / 2), _y, true)) {
_x = (_x + 4);
xSpeed = xSpeed * -1;
}
if (_root.ground.hitTest(_x, _y + (cheight / 2), true)) {
_y = (_y - 4);
ySpeed = ySpeed * -1;
}
if (_root.ground.hitTest(_x, _y - (cheight / 2), true)) {
_y = (_y + 4);
ySpeed = ySpeed * -1;
}
trace(size);
_root.size = size;
_y = (_y + ySpeed);
_x = (_x + xSpeed);
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
timer--;
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 25
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 26
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation + 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 197 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
_rotation = (_rotation - 3);
}
Instance of Symbol 142 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 142 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 3;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 130 MovieClip in Symbol 226 MovieClip Frame 27
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 1;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.objhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.objhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 28
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 112 MovieClip "end" in Symbol 226 MovieClip Frame 30
onClipEvent (load) {
_name = "end";
if ("end") {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(this) && (_root.ground.boss.health <= 0)) {
_root.end.go = true;
_root.levelendx = 0;
_root.player.alph = 0;
_root.player._y = -800;
_root.groundx = -700;
_root.craftx = 0;
}
if (_root.ground.boss.health > 0) {
this._visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 30
onClipEvent (enterFrame) {
_name = "t1";
_root.portal(this, "t2");
}
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 30
onClipEvent (enterFrame) {
_name = "t2";
}
Instance of Symbol 132 MovieClip in Symbol 226 MovieClip Frame 30
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 141 MovieClip in Symbol 226 MovieClip Frame 30
onClipEvent (load) {
rand = random(100000);
hit = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player) && (_root.objhit)) && (!hit)) {
this.swapDepths(rand);
_root.expl(this, _y, _x, false);
hit = true;
trace("aasdas");
}
}
Instance of Symbol 111 MovieClip in Symbol 226 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.removeMovieClip();
_root.gotoAndStop("main");
}
}
Instance of Symbol 111 MovieClip in Symbol 226 MovieClip Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
ab20_09 = new LoadVars();
ab20_09.z = _root.pname;
ab20_09.x = _root.score;
ab20_09.c = 711;
ab20_09.v = "TMXSXV";
ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST");
_root.getURL("http://www.armorbot.com/mytable/?id=711", "_BLANK");
_root.player.removeMovieClip();
_root.gotoAndStop("main");
}
}
Instance of Symbol 237 MovieClip "hurt" in Symbol 238 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha - ((_alpha - 0) / 5));
}
Symbol 266 MovieClip Frame 44
stop();
this.removeMovieClip();
Symbol 268 MovieClip Frame 13
stop();
Symbol 278 MovieClip Frame 1
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 284 MovieClip Frame 1
gotoAndStop(2 + random(9));
Symbol 289 MovieClip Frame 1
gotoAndStop(2 + random(9));
Symbol 293 MovieClip Frame 1
gotoAndStop(2 + random(9));
Symbol 294 MovieClip Frame 1
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 294 MovieClip Frame 2
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 294 MovieClip Frame 3
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 298 MovieClip Frame 1
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 302 MovieClip Frame 1
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 307 MovieClip Frame 1
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 4
_root.health = _root.health - 15;
this.removeMovieClip();
Symbol 319 MovieClip Frame 1
stop();
Instance of Symbol 314 MovieClip "bullet" in Symbol 320 MovieClip Frame 1
onClipEvent (load) {
speed = 5;
_rotation = (_parent.turret._rotation + 90);
}
onClipEvent (enterFrame) {
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
_x = (_x + x);
_y = (_y + y);
if (_root.player.hitTest(_x + _parent._x, _y + _parent._y, true)) {
trace("PEWPEW");
_root.player.hit = true;
this.play();
}
}
Instance of Symbol 319 MovieClip "turret" in Symbol 320 MovieClip Frame 1
onClipEvent (load) {
timer = 50;
i = 1;
this.swapDepths(10000);
}
onClipEvent (enterFrame) {
if (!_root.gamepause) {
if (timer < 0) {
_parent.bullet.duplicateMovieClip("bullet" + i, i);
_parent["bullet" + i]._x = _x;
_parent["bullet" + i]._y = _y;
_parent["bullet" + i]._rotation = _rotation + 90;
this.play();
i++;
timer = maxTime;
}
}
timer--;
}
Symbol 333 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 25
stop();
Symbol 341 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 20
stop();
Symbol 341 MovieClip Frame 40
stop();
Symbol 341 MovieClip Frame 60
stop();
Symbol 341 MovieClip Frame 80
stop();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 120
gotoAndStop (1);
Symbol 352 MovieClip Frame 21
gotoAndStop (1);
Symbol 371 MovieClip Frame 74
_root.ground.boss.timer = _root.ground.boss.maxTime;
gotoAndStop (1);
Instance of Symbol 371 MovieClip "animation" in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.boss.health > 0) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 352 MovieClip "boss" in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
trace(_rotation);
}
Instance of Symbol 372 MovieClip "laser" in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = _parent.boss._x;
_y = _parent.boss._y;
}
onClipEvent (enterFrame) {
rand = random(4);
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
Instance of Symbol 352 MovieClip "boss" in Symbol 373 MovieClip Frame 330
onClipEvent (enterFrame) {
trace(_rotation);
}
Symbol 386 MovieClip Frame 44
stop();
this.removeMovieClip();
Instance of Symbol 386 MovieClip "explosion" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
this.stop();
if (_root.ground.boss.health < 0) {
this.play();
}
}
Instance of Symbol 386 MovieClip "explosion" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
this.stop();
if (_root.ground.boss.health < 0) {
this.play();
}
}
Instance of Symbol 386 MovieClip "explosion" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
this.stop();
if (_root.ground.boss.health < 0) {
this.play();
}
}
Symbol 399 MovieClip Frame 1
stop();
Instance of Symbol 298 MovieClip in Symbol 399 MovieClip Frame 5
onClipEvent (enterFrame) {
j = 120;
while (j < 140) {
if (this.hitTest(_root["pbullet" + j])) {
_root["pbullet" + j].removeMovieClip();
}
j++;
}
}
Instance of Symbol 320 MovieClip in Symbol 399 MovieClip Frame 12
onClipEvent (enterFrame) {
this.turret.maxTime = 40;
this.turret.rotset = 57.3 * Math.atan2(_root.player._y - _y, _root.player._x - _x);
this.turret._rotation = this.turret._rotation - ((this.turret._rotation - this.turret.rotset) / 14);
}
Instance of Symbol 320 MovieClip in Symbol 399 MovieClip Frame 12
onClipEvent (enterFrame) {
this.turret.maxTime = 40;
this.turret.rotset = 57.3 * Math.atan2(_root.player._y - _y, _root.player._x - _x);
this.turret._rotation = this.turret._rotation - ((this.turret._rotation - this.turret.rotset) / 14);
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 5);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 5);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 5);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 5);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y - 2);
if (_y < 0) {
_y = (400 + _height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y - 2);
if (_y < 0) {
_y = (400 + _height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y - 2);
if (_y < 0) {
_y = (400 + _height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y - 2);
if (_y < 0) {
_y = (400 + _height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 322 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
_y = (_y + 2);
if (_y > 400) {
_y = (-_height);
}
}
Instance of Symbol 320 MovieClip in Symbol 399 MovieClip Frame 13
onClipEvent (enterFrame) {
this.turret.maxTime = 30;
this.turret.rotset = 57.3 * Math.atan2(_root.player._y - _y, _root.player._x - _x);
this.turret._rotation = this.turret._rotation - ((this.turret._rotation - this.turret.rotset) / 14);
}
Instance of Symbol 298 MovieClip in Symbol 399 MovieClip Frame 15
onClipEvent (enterFrame) {
j = 120;
while (j < 140) {
if (this.hitTest(_root["pbullet" + j])) {
_root["pbullet" + j].removeMovieClip();
}
j++;
}
}
Instance of Symbol 298 MovieClip in Symbol 399 MovieClip Frame 15
onClipEvent (enterFrame) {
j = 120;
while (j < 140) {
if (this.hitTest(_root["pbullet" + j])) {
_root["pbullet" + j].removeMovieClip();
}
j++;
}
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 16
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 328 MovieClip in Symbol 399 MovieClip Frame 22
onClipEvent (load) {
framespeed = 1;
timer = 10;
maxframes = this._framesloaded;
cframe = 122;
spinning = true;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if ((this.hitTest(_root.player) && (_root.groundhit)) && (spinning)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
trace(this.spinning);
}
Instance of Symbol 158 MovieClip in Symbol 399 MovieClip Frame 23
onClipEvent (load) {
framespeed = 2;
timer = 10;
maxframes = this._framesloaded;
cframe = 75;
}
onClipEvent (enterFrame) {
rand = random(4);
if (timer < 0) {
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 2) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = -6;
timer = 10;
}
}
if (rand == 4) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = 6;
_root.player.ySpeed = 6;
timer = 10;
}
}
if (rand == 1) {
if (this.hitTest(_root.player) && (_root.groundhit)) {
_root.player.hit = true;
_root.spawnexpl(_root.player._x, _root.player._y);
_root.player.xSpeed = -6;
_root.player.ySpeed = 6;
timer = 10;
}
}
}
if (this.hitTest(_root.player) && (_root.groundhit)) {
this.stop();
} else if (_root.gamepause) {
this.stop();
} else {
this.gotoAndStop(cframe);
}
if (cframe > maxframes) {
cframe = 1;
}
cframe = cframe + framespeed;
timer--;
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 24
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 327 MovieClip in Symbol 399 MovieClip Frame 24
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.5);
}
Instance of Symbol 298 MovieClip in Symbol 399 MovieClip Frame 25
onClipEvent (enterFrame) {
j = 120;
while (j < 140) {
if (this.hitTest(_root["pbullet" + j])) {
_root["pbullet" + j].removeMovieClip();
}
j++;
}
}
Instance of Symbol 298 MovieClip in Symbol 399 MovieClip Frame 25
onClipEvent (enterFrame) {
j = 120;
while (j < 140) {
if (this.hitTest(_root["pbullet" + j])) {
_root["pbullet" + j].removeMovieClip();
}
j++;
}
}
Instance of Symbol 298 MovieClip in Symbol 399 MovieClip Frame 25
onClipEvent (enterFrame) {
j = 120;
while (j < 140) {
if (this.hitTest(_root["pbullet" + j])) {
_root["pbullet" + j].removeMovieClip();
}
j++;
}
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 26
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.gate.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip "gate" in Symbol 399 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndStop(1);
this.stop();
}
Instance of Symbol 341 MovieClip "gate2" in Symbol 399 MovieClip Frame 27
onClipEvent (load) {
this.stop();
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 27
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 27
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 27
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 27
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.gate.play();
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip "gate" in Symbol 399 MovieClip Frame 27
onClipEvent (load) {
this.stop();
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 28
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if (((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) && (_root.ground.gate2._currentframe == 1)) {
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 28
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if (((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) && (_root.ground.gate2._currentframe == 1)) {
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 333 MovieClip in Symbol 399 MovieClip Frame 28
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if (((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) && (_root.ground.gate2._currentframe == 1)) {
_parent.gate2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
}
Instance of Symbol 343 MovieClip in Symbol 399 MovieClip Frame 29
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
}
Instance of Symbol 343 MovieClip in Symbol 399 MovieClip Frame 29
onClipEvent (enterFrame) {
_rotation = (_rotation - 0.5);
}
Instance of Symbol 344 MovieClip in Symbol 399 MovieClip Frame 29
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.25);
}
Instance of Symbol 320 MovieClip in Symbol 399 MovieClip Frame 29
onClipEvent (enterFrame) {
this.turret.maxTime = 40;
this.turret.rotset = 57.3 * Math.atan2(_root.player._y - _y, _root.player._x - _x);
this.turret._rotation = this.turret._rotation - ((this.turret._rotation - this.turret.rotset) / 14);
}
Instance of Symbol 320 MovieClip in Symbol 399 MovieClip Frame 29
onClipEvent (enterFrame) {
this.turret.maxTime = 40;
this.turret.rotset = 57.3 * Math.atan2(_root.player._y - _y, _root.player._x - _x);
this.turret._rotation = this.turret._rotation - ((this.turret._rotation - this.turret.rotset) / 14);
}
Instance of Symbol 373 MovieClip "boss" in Symbol 399 MovieClip Frame 30
onClipEvent (load) {
timer = 0;
maxTime = 100;
health = 100;
}
onClipEvent (enterFrame) {
if ((timer > 0) && (_root.ground.boss.health > 0)) {
this.boss.gotoAndStop(1);
this.laser.animation.gotoAndStop(1);
this.laser._rotation = 57.3 * Math.atan2(_root.player._y - this.laser._y, _root.player._x - this.laser._x);
}
if ((timer < 20) && (timer > 0)) {
this.boss.play();
}
if ((timer < 0) && (_root.ground.boss.health > 0)) {
this.laser.animation.play();
}
if (health < 0) {
_root.health = 100;
this.boss.laser._x = -100000;
this.stop();
}
timer = timer - 1;
trace(health);
}
Instance of Symbol 333 MovieClip "b4" in Symbol 399 MovieClip Frame 30
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.laser4.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
if (!used) {
this.gotoAndStop(1);
}
}
Instance of Symbol 333 MovieClip "b3" in Symbol 399 MovieClip Frame 30
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.laser3.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
if (!used) {
this.gotoAndStop(1);
}
}
Instance of Symbol 333 MovieClip "b1" in Symbol 399 MovieClip Frame 30
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.laser1.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
if (!used) {
this.gotoAndStop(1);
}
}
Instance of Symbol 333 MovieClip "b2" in Symbol 399 MovieClip Frame 30
onClipEvent (load) {
used = false;
}
onClipEvent (enterFrame) {
if ((_root.player.hitTest(this) && (_root.groundhit)) && (!used)) {
_parent.laser2.play();
used = true;
}
if (used) {
this.gotoAndStop(2);
}
if (!used) {
this.gotoAndStop(1);
}
}
Instance of Symbol 387 MovieClip in Symbol 399 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.ground.boss.health <= 0) {
this._visible = true;
} else {
this._visible = false;
}
_x = _root.ground.boss.boss._x;
_y = _root.ground.boss.boss._y;
}
Instance of Symbol 388 MovieClip in Symbol 399 MovieClip Frame 30
onClipEvent (enterFrame) {
this._xscale = this._xscale - ((_xscale - _root.ground.boss.health) / 14);
}
Instance of Symbol 320 MovieClip in Symbol 399 MovieClip Frame 32
onClipEvent (enterFrame) {
this.turret.maxTime = 80;
this.turret.rotset = 57.3 * Math.atan2(_root.player._y - _y, _root.player._x - _x);
this.turret._rotation = this.turret._rotation - ((this.turret._rotation - this.turret.rotset) / 14);
}
Symbol 414 MovieClip Frame 1
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 414 MovieClip Frame 2
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 414 MovieClip Frame 3
stop();
if ((_root.lvl <= 10) && (_root.lvl > 0)) {
gotoAndStop (1);
}
if ((_root.lvl <= 20) && (_root.lvl > 10)) {
gotoAndStop (2);
}
if ((_root.lvl <= 30) && (_root.lvl > 20)) {
gotoAndStop (3);
}
Symbol 421 MovieClip Frame 1
gotoAndStop(2 + random(7));
Symbol 428 Button
on (release) {
_root.health = 0;
}
Symbol 432 Button
on (release) {
_root._quality = "LOW";
gotoAndStop (2);
}
Symbol 433 Button
on (release) {
_root._quality = "MEDIUM";
gotoAndStop (1);
}
Instance of Symbol 434 MovieClip in Symbol 439 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
Instance of Symbol 28 MovieClip in Symbol 439 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
Symbol 453 MovieClip Frame 1
stop();