Frame 1
Stage.showMenu = false;
stop();
user = SharedObject.getLocal("user_profile");
Instance of Symbol 79 MovieClip in Frame 1
onClipEvent (load) {
_root.stop();
}
Frame 2
_global.difficulty = "normal";
_global.location = 0;
_global.clock = -90;
_global.locationmemory = -1;
_global.music = new Sound(this);
stop();
_global.yellowkey = false;
_global.redkey = false;
_global.bluekey = false;
_global.greenkey = false;
_global.blackkey = false;
_global.ticket = false;
_global.song = 0;
_global.egg = false;
_global.music.stop();
_global.music.attachSound("intro");
_global.music.start(0, 1E16);
newgame = true;
Instance of Symbol 151 MovieClip in Frame 2
onClipEvent (load) {
stop();
}
on (keyPress "<Space>") {
_root.play();
}
Instance of Symbol 158 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_global.difficulty == "easy") {
_x = (_x + ((144 - _x) / 10));
}
if (_global.difficulty == "normal") {
_x = (_x + ((232 - _x) / 10));
}
if (_global.difficulty == "hard") {
_x = (_x + ((341 - _x) / 10));
}
}
on (keyPress "<Left>") {
if (_root._currentframe == 2) {
if (_global.difficulty == "normal") {
_global.difficulty = "easy";
} else if (_global.difficulty == "hard") {
_global.difficulty = "normal";
}
}
}
on (keyPress "<Right>") {
if (_root._currentframe == 2) {
if (_global.difficulty == "normal") {
_global.difficulty = "hard";
} else if (_global.difficulty == "easy") {
_global.difficulty = "normal";
}
}
}
Instance of Symbol 169 MovieClip in Frame 2
on (release) {
if (_visible == true) {
_global.location = _root.user.data.aplace;
_global.lives = _root.user.data.alives;
_global.difficulty = _root.user.data.adifficulty;
_global.health = _root.user.data.ahealth;
_global.maxhealth = _root.user.data.amaxhealth;
_global.yellowkey = _root.user.data.ayellowkey;
_global.redkey = _root.user.data.aredkey;
_global.bluekey = _root.user.data.abluekey;
_global.greenkey = _root.user.data.agreenkey;
_global.blackkey = _root.user.data.ablackkey;
_global.ticket = _root.user.data.aticket;
_root.newgame = false;
_root.play();
}
}
onClipEvent (load) {
if (_root.user.data.aplace == undefined) {
_visible = false;
}
}
Instance of Symbol 171 MovieClip in Frame 2
on (release) {
if (_visible == true) {
_global.location = _root.user.data.bplace;
_global.lives = _root.user.data.blives;
_global.difficulty = _root.user.data.bdifficulty;
_global.health = _root.user.data.bhealth;
_global.maxhealth = _root.user.data.bmaxhealth;
_global.yellowkey = _root.user.data.byellowkey;
_global.redkey = _root.user.data.bredkey;
_global.bluekey = _root.user.data.bbluekey;
_global.greenkey = _root.user.data.bgreenkey;
_global.blackkey = _root.user.data.bblackkey;
_global.ticket = _root.user.data.bticket;
_root.newgame = false;
_root.play();
}
}
onClipEvent (load) {
if (_root.user.data.bplace == undefined) {
_visible = false;
}
}
Instance of Symbol 173 MovieClip in Frame 2
on (release) {
if (_visible == true) {
_global.location = _root.user.data.cplace;
_global.lives = _root.user.data.clives;
_global.difficulty = _root.user.data.cdifficulty;
_global.health = _root.user.data.chealth;
_global.maxhealth = _root.user.data.cmaxhealth;
_global.yellowkey = _root.user.data.cyellowkey;
_global.redkey = _root.user.data.credkey;
_global.bluekey = _root.user.data.cbluekey;
_global.greenkey = _root.user.data.cgreenkey;
_global.blackkey = _root.user.data.cblackkey;
_global.ticket = _root.user.data.cticket;
_root.newgame = false;
_root.play();
}
}
onClipEvent (load) {
if (_root.user.data.cplace == undefined) {
_visible = false;
}
}
Instance of Symbol 177 MovieClip in Frame 2
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 179 MovieClip in Frame 2
on (release) {
getURL ("http://www.crazymonkeygames.com/loa-guide", "_blank");
}
Frame 29
if (newgame == true) {
if (_global.difficulty == "normal") {
_global.health = 100;
_global.maxhealth = 100;
_global.lives = 5;
}
if (_global.difficulty == "easy") {
_global.health = 500;
_global.maxhealth = 500;
_global.lives = 9;
}
if (_global.difficulty == "hard") {
_global.health = 50;
_global.maxhealth = 50;
_global.lives = 0;
}
}
Frame 30
stop();
_global.music.stop();
Instance of Symbol 189 MovieClip in Frame 30
on (keyPress "<Space>") {
_root.play();
}
Frame 31
_global.music.stop();
_global.music.attachSound("introspace");
_global.music.start(0, 1E16);
Instance of Symbol 22 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (key.isdown(90) or (_root.newgame == false)) {
_root.gotoAndPlay("end");
}
}
Frame 211
stop();
_global.music.stop();
_global.music.attachSound("title");
_global.music.start(0, 1E16);
Instance of Symbol 151 MovieClip in Frame 211
onClipEvent (enterFrame) {
if (key.isdown(90) or (_root.newgame == false)) {
gotoAndPlay ("end");
}
}
Instance of Symbol 215 MovieClip "levelbg" in Frame 212
onClipEvent (load) {
stop();
if (((((((_global.location == 0) or (_global.location == 1)) or (_global.location == 8)) or (_global.location == 9)) or (_global.location == 10)) or (_global.location == 13)) or (_global.location == 14)) {
gotoAndStop ("island");
}
if ((_global.location == 2) or (_global.location == 3)) {
gotoAndStop ("lavatunnel");
}
if ((_global.location == 4) or (_global.location == 6)) {
gotoAndStop ("volcano");
}
if ((_global.location == 5) or (_global.location == 7)) {
gotoAndStop ("limecave");
}
if ((_global.location == 11) or (_global.location == 12)) {
gotoAndStop ("pyramid");
}
if (_global.location == 15) {
gotoAndStop ("icecave");
}
if (_global.location == 17) {
gotoAndStop ("underegg");
}
if (_global.location == 18) {
gotoAndStop ("egg");
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
_y = ((_parent.level._y / 10) + 400);
}
}
Instance of Symbol 879 MovieClip "level" in Frame 212
onClipEvent (load) {
if (_global.location == 1) {
sprite._x = warp1._x - 200;
sprite._y = warp1._y;
camera._x = warp1._x - 200;
camera._y = warp1._y;
}
if (_global.location == 2) {
sprite._x = warp2._x + 200;
sprite._y = warp2._y;
camera._x = warp2._x + 200;
camera._y = warp2._y;
}
if (_global.location == 3) {
sprite._x = warp3._x - 200;
sprite._y = warp3._y;
camera._x = warp3._x - 200;
camera._y = warp3._y;
}
if (_global.location == 4) {
sprite._x = warp4._x + 200;
sprite._y = warp4._y;
camera._x = warp4._x + 200;
camera._y = warp4._y;
}
if (_global.location == 5) {
sprite._x = warp5._x + 200;
sprite._y = warp5._y + 200;
camera._x = warp5._x + 200;
camera._y = warp5._y + 200;
}
if (_global.location == 6) {
sprite._x = warp6._x - 200;
sprite._y = warp6._y;
camera._x = warp6._x - 200;
camera._y = warp6._y;
}
if (_global.location == 7) {
sprite._x = warp7._x - 200;
sprite._y = warp7._y;
camera._x = warp7._x - 200;
camera._y = warp7._y;
}
if (_global.location == 8) {
sprite._x = warp8._x + 200;
sprite._y = warp8._y;
camera._x = warp8._x + 200;
camera._y = warp8._y;
}
if (_global.location == 9) {
sprite._x = warp9._x + 200;
sprite._y = warp9._y;
camera._x = warp9._x + 200;
camera._y = warp9._y;
}
if (_global.location == 10) {
sprite._x = warp10._x;
sprite._y = warp10._y;
camera._x = warp10._x;
camera._y = warp10._y;
}
if (_global.location == 11) {
sprite._x = warp11._x + 200;
sprite._y = warp11._y;
camera._x = warp11._x + 200;
camera._y = warp11._y;
}
if (_global.location == 12) {
sprite._x = warp12._x - 300;
sprite._y = warp12._y;
camera._x = warp12._x - 300;
camera._y = warp12._y;
}
if (_global.location == 13) {
sprite._x = warp13._x;
sprite._y = warp13._y;
camera._x = warp13._x;
camera._y = warp13._y;
}
if (_global.location == 14) {
sprite._x = warp14._x;
sprite._y = warp14._y;
camera._x = warp14._x;
camera._y = warp14._y;
}
if (_global.location == 15) {
sprite._x = warp15._x + 250;
sprite._y = warp15._y;
camera._x = warp15._x + 250;
camera._y = warp15._y;
}
if (_global.location == 17) {
sprite._x = warp17._x;
sprite._y = warp17._y;
camera._x = warp17._x;
camera._y = warp17._y;
}
if (_global.location == 18) {
sprite._x = warp18._x;
sprite._y = warp18._y;
camera._x = warp18._x;
camera._y = warp18._y;
}
_xscale = 100;
_yscale = 100;
}
Instance of Symbol 881 MovieClip "light" in Frame 212
onClipEvent (load) {
if (((((((_global.location == 0) or (_global.location == 1)) or (_global.location == 8)) or (_global.location == 9)) or (_global.location == 10)) or (_global.location == 13)) or (_global.location == 14)) {
_visible = true;
} else {
_visible = false;
}
shine = false;
_alpha = 0;
}
onClipEvent (enterFrame) {
if ((_root.level.hitTest(_x, _y, true) or _root.levelbg.bigbgrock.hitTest(_x, _y, true)) or (_y > (_parent.levelbg._y - 110))) {
shine = false;
} else {
shine = true;
}
if (shine == true) {
_alpha = ((_alpha + 100) / 2);
if (_alpha < 90) {
_xscale = ((_xscale + 150) / 2);
_yscale = ((_yscale + 150) / 2);
} else {
_xscale = ((_xscale + 100) / 2);
_yscale = ((_yscale + 100) / 2);
}
}
if (shine == false) {
_alpha = (_alpha / 2);
_xscale = ((_xscale + 50) / 2);
_yscale = ((_yscale + 50) / 2);
_rotation = random(360);
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 883 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and ((_global.location == 4) or (_global.location == 6))) {
_visible = true;
_alpha = ((100 + _alpha) / 2);
_y = (_y - (_yscale / 5));
_x = (_x + xmove);
xmove = xmove + (((random(11) - 5) * _xscale) / 100);
if (_x < -20) {
_x = 560;
}
if (_x > 570) {
_x = -10;
}
if (_y < -20) {
_y = 420;
_xscale = (random(141) + 10);
_yscale = _xscale;
xmove = 0;
}
}
if (((_root.paused == true) and ((_global.location == 4) or (_global.location == 6))) and (_root.conversation == false)) {
if (key.isDown(40)) {
_alpha = (_alpha / 2);
} else {
_alpha = ((100 + _alpha) / 2);
}
}
}
Instance of Symbol 916 MovieClip in Frame 212
onClipEvent (load) {
keypressed = true;
stop();
}
onClipEvent (enterFrame) {
if (_root.conversation == false) {
_visible = false;
}
if (_root.conversation == true) {
this.gotoAndStop(_root.topic);
_visible = true;
if (key.isdown(88) and (keypressed == false)) {
_root.topic = _currentframe + 1;
keypressed = true;
}
if (key.isdown(88) == false) {
keypressed = false;
}
if (key.isdown(90)) {
_root.topic = _currentframe + 1;
keypressed = true;
}
}
}
Instance of Symbol 926 MovieClip in Frame 212
onClipEvent (load) {
_root.paused = false;
_visible = false;
_root.conversation = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_global.music.getVolume() < 100) {
_global.music.setVolume(_global.music.getVolume() + 5);
}
_visible = false;
_global.clock = _global.clock - 0.04;
if (_global.clock < -180) {
_global.clock = _global.clock + 360;
}
}
if (((_root.paused == true) and (_parent.level.sprite._currentframe != 9)) and (_root.conversation == false)) {
if (_global.music.getVolume() > 0) {
_global.music.setVolume(_global.music.getVolume() - 1);
}
_visible = true;
if (key.isdown(40)) {
_parent.level._xscale = (_parent.level._xscale + 25) / 2;
_parent.level._yscale = (_parent.level._yscale + 25) / 2;
} else {
_parent.level._xscale = (_parent.level._xscale + 100) / 2;
_parent.level._yscale = (_parent.level._yscale + 100) / 2;
}
if ((_parent.level._xscale > 99) and (_parent.level._yscale > 99)) {
_parent.level._xscale = 100;
_parent.level._yscale = 100;
}
_parent.level._x = (((-_parent.level.camera._x) * _parent.level._xscale) / 100) + 275;
_parent.level._y = (((-_parent.level.camera._y) * _parent.level._yscale) / 100) + 200;
}
}
Instance of Symbol 933 MovieClip "time" in Frame 212
onClipEvent (load) {
stop();
if (_root.light._visible == false) {
_visible = false;
} else {
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_global.clock <= -90) {
gotoAndStop(Math.round(-_global.clock) - 90 +211);
}
if (_global.clock > -90) {
gotoAndStop(Math.round(-_global.clock) + 270 +211);
}
}
}
Instance of Symbol 935 MovieClip "lavafilter" in Frame 212
onClipEvent (load) {
if ((_global.location == 2) or (_global.location == 3)) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 949 MovieClip in Frame 212
onClipEvent (load) {
stop();
if (_global.location == 0) {
gotoAndStop ("island");
}
if (_global.location == 1) {
gotoAndStop ("entrance");
}
if (((_global.location == 8) or (_global.location == 9)) or (_global.location == 10)) {
gotoAndStop ("forest");
}
if ((_global.location == 13) or (_global.location == 14)) {
gotoAndStop ("beach");
}
if ((_global.location == 2) or (_global.location == 3)) {
gotoAndStop ("lavatunnel");
}
if ((_global.location == 4) or (_global.location == 6)) {
gotoAndStop ("volcano");
}
if ((_global.location == 5) or (_global.location == 7)) {
gotoAndStop ("limecave");
}
if ((_global.location == 11) or (_global.location == 12)) {
gotoAndStop ("pyramid");
}
if (_global.location == 15) {
gotoAndStop ("icecave");
}
if (_global.location == 17) {
gotoAndStop ("underegg");
}
if (_global.location == 18) {
gotoAndStop ("egg");
}
_alpha = 0;
timer = -50;
}
onClipEvent (enterFrame) {
if (timer < 300) {
timer = timer + 4;
}
if (timer <= 100) {
_alpha = timer;
}
if (timer > 200) {
_alpha = (300 - timer);
}
}
Instance of Symbol 962 MovieClip in Frame 212
onClipEvent (load) {
if (_global.location == _global.locationmemory) {
_global.lives--;
}
}
onClipEvent (enterFrame) {
if (_global.lives == 0) {
gotoAndStop ("zero");
}
if (_global.lives == 1) {
gotoAndStop ("one");
}
if (_global.lives == 2) {
gotoAndStop ("two");
}
if (_global.lives == 3) {
gotoAndStop ("three");
}
if (_global.lives == 4) {
gotoAndStop ("four");
}
if (_global.lives == 5) {
gotoAndStop ("five");
}
if (_global.lives == 6) {
gotoAndStop ("six");
}
if (_global.lives == 7) {
gotoAndStop ("seven");
}
if (_global.lives == 8) {
gotoAndStop ("eight");
}
if (_global.lives == 9) {
gotoAndStop ("nine");
}
}
Instance of Symbol 966 MovieClip in Frame 212
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_global.health <= 0) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
if (_global.health > _global.maxhealth) {
_global.health = _global.maxhealth;
}
if (_global.difficulty == "normal") {
gotoAndStop(_global.health * 5 +211);
}
if (_global.difficulty == "easy") {
gotoAndStop(_global.health +211);
}
if (_global.difficulty == "hard") {
gotoAndStop(_global.health * 10 +211);
}
}
}
Instance of Symbol 972 MovieClip "blackfilter" in Frame 212
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 974 MovieClip in Frame 212
onClipEvent (load) {
_visible = false;
if ((_global.location != _global.locationmemory) and (_global.locationmemory != 17)) {
_global.music.stop();
_global.song = 0;
if (_global.location == 15) {
_global.music.attachSound("icecave");
_global.music.start(0, 1E16);
_global.song = 4;
}
if ((_global.location == 5) or (_global.location == 7)) {
_global.music.attachSound("birdcave");
_global.music.start(0, 1E16);
_global.song = 2;
}
if (((_global.location < 2) or ((_global.location > 7) and (_global.location < 11))) or ((_global.location > 12) and (_global.location < 15))) {
_global.music.attachSound("ii");
_global.music.start(0, 1);
_global.song = 1;
}
if ((_global.location == 4) or (_global.location == 6)) {
_global.music.attachSound("volcano");
_global.music.start(0, 1E16);
_global.song = 6;
}
if ((_global.location == 2) or (_global.location == 3)) {
_global.music.attachSound("lavatunnel");
_global.music.start(0, 1E16);
}
if ((_global.location == 11) or (_global.location == 12)) {
_global.music.attachSound("pyramid");
_global.music.start(0, 1E16);
}
if ((_global.location == 17) or (_global.location == 18)) {
_global.music.attachSound("scary");
_global.music.start(0, 1E16);
_global.song = 7;
}
}
_global.locationmemory = _global.location;
}
onClipEvent (enterFrame) {
_global.music.onSoundComplete = function () {
var _local1 = _global;
if (_local1.song == 1) {
_local1.music.attachSound("iiloop");
_local1.music.start(0, 1E16);
}
};
if ((_root.event == 1) and (_global.song == 2)) {
_global.music.stop();
_global.music.attachSound("spiderboss");
_global.music.start(0, 1E16);
_global.song = 3;
}
if ((_root.event == 0) and (_global.song == 3)) {
_global.music.stop();
_global.music.attachSound("birdcave");
_global.music.start(0, 1E16);
_global.song = 2;
}
if ((_root.event == 3) and (_global.song == 4)) {
_global.music.stop();
_global.music.attachSound("iceboss");
_global.music.start(0, 1E16);
_global.song = 5;
}
if ((_root.event == 0) and (_global.song == 5)) {
_global.music.stop();
_global.music.attachSound("icecave");
_global.music.start(0, 1E16);
_global.song = 4;
}
if ((_root.event == 4) and (_global.song == 7)) {
_global.music.stop();
_global.music.attachSound("lastboss");
_global.music.start(0, 1E16);
_global.song = 8;
}
if ((_root.event == 0) and (_global.song == 8)) {
_global.music.stop();
_global.music.attachSound("scary");
_global.music.start(0, 1E16);
_global.song = 7;
}
if ((_root.event == 2) and (_global.song == 6)) {
_global.music.stop();
_global.music.attachSound("strawberryboss");
_global.music.start(0, 1E16);
_global.song = 9;
}
if ((_root.event == 0) and (_global.song == 9)) {
_global.music.stop();
_global.music.attachSound("volcano");
_global.music.start(0, 1E16);
_global.song = 6;
}
}
Frame 213
if (_global.lives < 0) {
gotoAndStop (253);
}
Frame 231
stop();
Frame 252
_global.music.setVolume(100);
if ((_global.location < 16) or ((_global.location > 16) and (_global.location < 19))) {
gotoAndPlay (212);
}
if (_global.location == 16) {
gotoAndPlay (373);
}
if (_global.location == 19) {
gotoAndPlay (513);
}
Frame 253
play();
Instance of Symbol 177 MovieClip in Frame 253
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 179 MovieClip in Frame 253
on (release) {
getURL ("http://www.crazymonkeygames.com/loa-guide", "_blank");
}
Frame 372
gotoAndStop ("title");
Frame 373
_global.music.stop();
_global.music.attachSound("intro");
_global.music.start(0, 1E16);
Instance of Symbol 22 MovieClip in Frame 373
onClipEvent (enterFrame) {
if (key.isdown(90)) {
_root.gotoAndPlay("end2");
}
}
Frame 512
_global.location = 17;
gotoAndPlay (212);
Frame 513
_global.egg = true;
stop();
_global.music.stop();
_global.music.attachSound("intro");
_global.music.start(0, 1E16);
Instance of Symbol 22 MovieClip in Frame 513
onClipEvent (enterFrame) {
if (key.isdown(90)) {
_root.island.gotoAndPlay("end");
}
}
Frame 514
_global.music.stop();
_global.music.attachSound("end");
_global.music.start(0, 1E16);
_global.music.setVolume(0);
Instance of Symbol 1001 MovieClip in Frame 514
onClipEvent (enterFrame) {
if (_global.music.getVolume() < 100) {
_global.music.setVolume(_global.music.getVolume() + 1);
}
}
Instance of Symbol 177 MovieClip in Frame 545
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Frame 563
gotoAndPlay (545);
Instance of Symbol 22 MovieClip in Symbol 26 MovieClip [explosion] Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
_parent.play();
}
if (_root.paused == true) {
_parent.stop();
}
}
Symbol 26 MovieClip [explosion] Frame 100
if (_root.event == 1) {
_root.event = 0;
}
removeMovieClip(this);
Instance of Symbol 28 MovieClip in Symbol 29 MovieClip [bubble] Frame 1
onClipEvent (load) {
_parent._x = _parent._parent.sprite._x;
_parent._y = _parent._parent.sprite._y - 50;
xmove = random(7) - 3;
initx = _parent._parent.sprite._x;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
_parent._x = _parent._x + xmove;
xmove = xmove + ((initx - _parent._x) / 10);
_parent._y = _parent._y - 3;
if (_parent._parent.frontscenery.watersurface.hitTest(_parent._parent._x + _parent._x, (_parent._parent._y + _parent._y) + 75, true) or _parent._parent.wall.hitTest(_parent._parent._x + _parent._x, _parent._parent._y + _parent._y, true)) {
removeMovieClip(_parent);
}
}
}
Symbol 62 Button
on (release) {
_root.nextframe();
}
Symbol 63 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip in Symbol 63 MovieClip Frame 1
onClipEvent (enterFrame) {
bar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (bar._xscale == 100) {
_parent.nextframe();
}
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 49 MovieClip in Symbol 79 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 79 MovieClip Frame 81
stop();
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 81
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Instance of Symbol 106 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent._currentframe == 140) {
_visible = false;
}
}
Instance of Symbol 145 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (load) {
_x = random(_parent._parent.wide);
_height = (random(2) + 1);
_width = (random(50) + 50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
_parent.play();
}
if (_root.paused == true) {
_parent.stop();
}
}
Symbol 147 MovieClip Frame 40
stop();
Instance of Symbol 129 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_global.egg == true) and (_currentframe < _totalframes)) {
play();
} else {
stop();
}
if (_currentframe == _totalframes) {
stop();
}
}
Instance of Symbol 147 MovieClip in Symbol 148 MovieClip Frame 1
onClipEvent (load) {
wide = 1000;
}
Symbol 151 MovieClip Frame 80
_root.play();
Instance of Symbol 202 MovieClip in Symbol 205 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (-_parent._rotation);
}
}
Instance of Symbol 204 MovieClip "sun" in Symbol 205 MovieClip Frame 1
onClipEvent (load) {
sun = new object();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
sun.x = _x;
sun.y = _y;
localToGlobal(sun);
_root.light._x = (sun.x / 2) + (_parent._parent._x / 2);
_root.light._y = sun.y + ((_parent._parent._y - sun.y) / 2);
}
}
Instance of Symbol 200 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_global.clock <= -90) {
gotoAndStop(Math.round(-_global.clock) - 90);
}
if (_global.clock > -90) {
gotoAndStop(Math.round(-_global.clock) + 270);
}
}
}
Instance of Symbol 205 MovieClip "sunmoon" in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = _global.clock;
}
}
Instance of Symbol 147 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (load) {
wide = 550;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_currentframe < 40)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 200 MovieClip in Symbol 215 MovieClip Frame 18
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_global.clock <= -90) {
gotoAndStop(Math.round(-_global.clock) - 90);
}
if (_global.clock > -90) {
gotoAndStop(Math.round(-_global.clock) + 270);
}
}
}
Instance of Symbol 205 MovieClip "sunmoon" in Symbol 215 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = _global.clock;
}
}
Instance of Symbol 147 MovieClip in Symbol 215 MovieClip Frame 18
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_currentframe < 40)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 200 MovieClip in Symbol 215 MovieClip Frame 28
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_global.clock <= -90) {
gotoAndStop(Math.round(-_global.clock) - 90);
}
if (_global.clock > -90) {
gotoAndStop(Math.round(-_global.clock) + 270);
}
}
}
Instance of Symbol 205 MovieClip "sunmoon" in Symbol 215 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = _global.clock;
}
}
Instance of Symbol 147 MovieClip in Symbol 215 MovieClip Frame 28
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_currentframe < 40)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Symbol 287 MovieClip Frame 50
if (_global.clock < 0) {
gotoAndPlay (1);
}
Symbol 287 MovieClip Frame 119
if (_global.clock > 0) {
gotoAndPlay (95);
}
Instance of Symbol 22 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (load) {
_parent.stop();
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if (_parent._currentframe == 1) {
_parent.stop();
} else if (_parent._currentframe == 10) {
_parent.stop();
} else if (_parent._parent._parent._currentframe < 86) {
_parent.play();
}
if (_parent._parent._parent._currentframe > 85) {
_parent.gotoAndStop(9);
}
}
if (_root.paused == true) {
_parent.stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_parent.hitTest((_root.level.sprite._x + _root.level._x) + 20, (_root.level.sprite._y + _root.level._y) - 50, true) or this.hitTest((_root.level.sprite._x + _root.level._x) - 20, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 1;
_root.hurt = 100;
}
}
}
Instance of Symbol 303 MovieClip "righteye" in Symbol 310 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (_root.righteyehurt == true)) {
play();
_root.righteyehurt = false;
}
}
}
Instance of Symbol 303 MovieClip "lefteye" in Symbol 310 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 10) and (_parent.righteye._currentframe == 10)) {
gotoAndPlay (11);
_parent.righteye.gotoAndPlay(11);
}
if (_currentframe == 20) {
_parent._parent.health = _parent._parent.health - 25;
}
if ((_currentframe == 1) and (_root.lefteyehurt == true)) {
play();
_root.lefteyehurt = false;
}
}
}
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if (_parent._parent._currentframe > 85) {
gotoAndStop (1);
} else {
play();
}
}
if (_root.paused == true) {
stop();
}
}
Symbol 322 MovieClip Frame 86
_global.music.stop();
Symbol 322 MovieClip Frame 216
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 19;
_root.blackfilter._visible = true;
Instance of Symbol 22 MovieClip in Symbol 333 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
_parent.play();
}
if (_root.paused == true) {
_parent.stop();
}
}
Instance of Symbol 335 MovieClip "body" in Symbol 339 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(104) + 1);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 360 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if ((((_global.location != 4) and (_global.location != 6)) and (_global.location != 13)) and (_global.location != 14)) {
_parent.swapDepths(0);
removeMovieClip(_parent);
}
}
Instance of Symbol 22 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (load) {
_parent.stop();
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
if (_parent._currentframe == 1) {
_parent.stop();
} else if (_parent._currentframe == 10) {
_parent.stop();
} else {
_parent.play();
}
if (((_parent._currentframe == 1) and (_root.level.shield._visible == true)) and (((_parent.hitTest((_root.level._x + _root.level.shield._x) + 30, (_root.level._y + _root.level.shield._y) + 30, true) or _parent.hitTest((_root.level._x + _root.level.shield._x) + 30, (_root.level._y + _root.level.shield._y) - 30, true)) or _parent.hitTest((_root.level._x + _root.level.shield._x) - 30, (_root.level._y + _root.level.shield._y) + 30, true)) or _parent.hitTest((_root.level._x + _root.level.shield._x) - 30, (_root.level._y + _root.level.shield._y) - 30, true))) {
_parent.play();
}
}
if (_root.paused == true) {
_parent.stop();
}
}
Instance of Symbol 377 MovieClip "lefteye" in Symbol 389 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
if ((_currentframe == 10) and (_parent.righteye._currentframe == 10)) {
gotoAndPlay (11);
_parent.righteye.gotoAndPlay(11);
}
if (_currentframe == 20) {
_parent._parent.health = _parent._parent.health - 20;
}
}
}
Instance of Symbol 22 MovieClip in Symbol 389 MovieClip Frame 1
onClipEvent (load) {
_parent.stop();
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
_parent.play();
}
if (_root.paused == true) {
_parent.stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 389 MovieClip Frame 96
onClipEvent (load) {
_parent.stop();
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
_parent.play();
if (_parent.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or _parent.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
_parent.stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 389 MovieClip Frame 196
onClipEvent (load) {
_parent.stop();
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
_parent.play();
}
if (_root.paused == true) {
_parent.stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
if ((_root.level.sprite._currentframe != 10) and (_parent.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or _parent.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 403 MovieClip in Symbol 405 MovieClip Frame 90
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
play();
if (this.hitTest(_root.level.sprite)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 403 MovieClip in Symbol 405 MovieClip Frame 173
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
play();
if (this.hitTest(_root.level.sprite)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Symbol 405 MovieClip Frame 266
gotoAndPlay (1);
Instance of Symbol 22 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if ((_global.location < 8) or (_global.location > 10)) {
_parent.swapDepths(0);
removeMovieClip(_parent);
}
}
Instance of Symbol 22 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if ((_global.location < 8) or (_global.location > 10)) {
_parent.swapDepths(0);
removeMovieClip(_parent);
}
}
Instance of Symbol 473 MovieClip in Symbol 479 MovieClip Frame 1
onClipEvent (load) {
stop();
if (_global.ticket == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
Instance of Symbol 477 MovieClip "flash" in Symbol 479 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_alpha > 0) {
_alpha = ((_alpha / 2) - 1);
}
}
}
Instance of Symbol 493 MovieClip in Symbol 500 MovieClip Frame 86
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 493 MovieClip in Symbol 500 MovieClip Frame 86
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 287 MovieClip "blob1" in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((_root.level.sprite._x < ((_x + _parent._x) - 50)) and (this._currentframe <= 50)) {
_xscale = 100;
}
if ((_root.level.sprite._x > ((_x + _parent._x) + 50)) and (this._currentframe <= 50)) {
_xscale = -100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 322 MovieClip "finalboss" in Symbol 501 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
play();
if ((health == 0) and (_currentframe < 86)) {
gotoAndPlay (86);
}
if ((_currentframe > 84) and (health > 0)) {
gotoAndPlay (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 339 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (load) {
minx = _x - 200;
maxx = _x + 200;
walk = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if ((random(50) == 10) or (_x < minx)) {
walk = true;
}
if ((random(50) == 10) or (_x > maxx)) {
walk = false;
}
if ((walk == true) and (body._currentframe < 96)) {
_x = (_x + 5);
}
if ((walk == false) and (body._currentframe < 96)) {
_x = (_x - 5);
}
if ((_root.level.sprite._currentframe != 10) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 339 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (load) {
minx = _x - 200;
maxx = _x + 200;
walk = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if ((random(50) == 10) or (_x < minx)) {
walk = true;
}
if ((random(50) == 10) or (_x > maxx)) {
walk = false;
}
if ((walk == true) and (body._currentframe < 96)) {
_x = (_x + 5);
}
if ((walk == false) and (body._currentframe < 96)) {
_x = (_x - 5);
}
if ((_root.level.sprite._currentframe != 10) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 339 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (load) {
minx = _x - 200;
maxx = _x + 200;
walk = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if ((random(50) == 10) or (_x < minx)) {
walk = true;
}
if ((random(50) == 10) or (_x > maxx)) {
walk = false;
}
if ((walk == true) and (body._currentframe < 96)) {
_x = (_x + 5);
}
if ((walk == false) and (body._currentframe < 96)) {
_x = (_x - 5);
}
if ((_root.level.sprite._currentframe != 10) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 339 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (load) {
minx = _x - 200;
maxx = _x + 200;
walk = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if ((random(50) == 10) or (_x < minx)) {
walk = true;
}
if ((random(50) == 10) or (_x > maxx)) {
walk = false;
}
if ((walk == true) and (body._currentframe < 96)) {
_x = (_x + 5);
}
if ((walk == false) and (body._currentframe < 96)) {
_x = (_x - 5);
}
if ((_root.level.sprite._currentframe != 10) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 339 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (load) {
minx = _x - 200;
maxx = _x + 200;
walk = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if ((random(50) == 10) or (_x < minx)) {
walk = true;
}
if ((random(50) == 10) or (_x > maxx)) {
walk = false;
}
if ((walk == true) and (body._currentframe < 96)) {
_x = (_x + 5);
}
if ((walk == false) and (body._currentframe < 96)) {
_x = (_x - 5);
}
if ((_root.level.sprite._currentframe != 10) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 339 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (load) {
minx = _x - 200;
maxx = _x + 200;
walk = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if ((random(50) == 10) or (_x < minx)) {
walk = true;
}
if ((random(50) == 10) or (_x > maxx)) {
walk = false;
}
if ((walk == true) and (body._currentframe < 96)) {
_x = (_x + 5);
}
if ((walk == false) and (body._currentframe < 96)) {
_x = (_x - 5);
}
if ((_root.level.sprite._currentframe != 10) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 501 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 354 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 358 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 367 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 354 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 354 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (10);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 405 MovieClip in Symbol 501 MovieClip Frame 8
onClipEvent (load) {
stop();
health = 100;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
play();
if ((health <= 0) and (_currentframe < 267)) {
gotoAndPlay (267);
}
if (_currentframe == 275) {
stop();
_root.event = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 354 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 358 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 367 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 355 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 354 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 354 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (10);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 405 MovieClip in Symbol 501 MovieClip Frame 12
onClipEvent (load) {
stop();
health = 100;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 2)) {
play();
if ((health <= 0) and (_currentframe < 267)) {
gotoAndPlay (267);
}
if (_currentframe == 275) {
stop();
_root.event = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 423 MovieClip in Symbol 501 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (_root.level.sprite._x < ((_x + _parent._x) - 50)) {
_xscale = 100;
}
if (_root.level.sprite._x > ((_x + _parent._x) + 50)) {
_xscale = -100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 423 MovieClip in Symbol 501 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (_root.level.sprite._x < ((_x + _parent._x) - 50)) {
_xscale = 100;
}
if (_root.level.sprite._x > ((_x + _parent._x) + 50)) {
_xscale = -100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 360 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 437 MovieClip in Symbol 501 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 454 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.level.shield._visible == true) and _root.level.shield.hitTest((_x + _parent._x) + _parent._parent._x, ((_y + _parent._y) + _parent._parent._y) - 45, true)) {
play();
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
if ((_currentframe > 44) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 30, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
if ((_currentframe > 44) and ((((_parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) + 50, ((_y + _parent._y) + _parent._parent._y) + 50, true) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) + 50, ((_y + _parent._y) + _parent._parent._y) - 50, true)) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) - 50, ((_y + _parent._y) + _parent._parent._y) + 50, true)) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) - 50, ((_y + _parent._y) + _parent._parent._y) - 50, true)) or _parent.iceboss.icebosshead.hitTest((_x + _parent._x) + _parent._parent._x, (_y + _parent._y) + _parent._parent._y, true))) {
_parent.iceboss.health++;
if (_parent.iceboss.icebosshead.flash._alpha < 40) {
_parent.iceboss.icebosshead.flash._alpha = 100;
}
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 454 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.level.shield._visible == true) and _root.level.shield.hitTest((_x + _parent._x) + _parent._parent._x, ((_y + _parent._y) + _parent._parent._y) - 45, true)) {
play();
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
if ((_currentframe > 44) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 30, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
if ((_currentframe > 44) and ((((_parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) + 50, ((_y + _parent._y) + _parent._parent._y) + 50, true) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) + 50, ((_y + _parent._y) + _parent._parent._y) - 50, true)) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) - 50, ((_y + _parent._y) + _parent._parent._y) + 50, true)) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) - 50, ((_y + _parent._y) + _parent._parent._y) - 50, true)) or _parent.iceboss.icebosshead.hitTest((_x + _parent._x) + _parent._parent._x, (_y + _parent._y) + _parent._parent._y, true))) {
_parent.iceboss.health++;
if (_parent.iceboss.icebosshead.flash._alpha < 40) {
_parent.iceboss.icebosshead.flash._alpha = 100;
}
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 454 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.level.shield._visible == true) and _root.level.shield.hitTest((_x + _parent._x) + _parent._parent._x, ((_y + _parent._y) + _parent._parent._y) - 45, true)) {
play();
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
if ((_currentframe > 44) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 30, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
if ((_currentframe > 44) and ((((_parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) + 50, ((_y + _parent._y) + _parent._parent._y) + 50, true) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) + 50, ((_y + _parent._y) + _parent._parent._y) - 50, true)) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) - 50, ((_y + _parent._y) + _parent._parent._y) + 50, true)) or _parent.iceboss.icebosshead.hitTest(((_x + _parent._x) + _parent._parent._x) - 50, ((_y + _parent._y) + _parent._parent._y) - 50, true)) or _parent.iceboss.icebosshead.hitTest((_x + _parent._x) + _parent._parent._x, (_y + _parent._y) + _parent._parent._y, true))) {
_parent.iceboss.health++;
if (_parent.iceboss.icebosshead.flash._alpha < 40) {
_parent.iceboss.icebosshead.flash._alpha = 100;
}
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 501 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 500 MovieClip "iceboss" in Symbol 501 MovieClip Frame 30
onClipEvent (load) {
stop();
icebosshead.stop();
health = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 3)) {
if (_currentframe < _totalframes) {
play();
} else {
stop();
}
if (_currentframe == 211) {
_parent.ticket._visible = true;
}
if ((_currentframe == _totalframes) and (_global.ticket == true)) {
_root.event = 0;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
if ((health > 150) and ((_currentframe == 70) or (_currentframe == 105))) {
gotoAndPlay (106);
}
if ((_currentframe == 70) and (random(2) == 0)) {
gotoAndPlay (1);
}
if ((_currentframe == 105) and (random(2) == 0)) {
gotoAndPlay (70);
} else if (_currentframe == 105) {
gotoAndPlay (1);
}
icebosshead.gotoAndStop(health);
}
if (_root.paused == true) {
stop();
icebosshead.stop();
}
}
Instance of Symbol 473 MovieClip "ticket" in Symbol 501 MovieClip Frame 30
onClipEvent (load) {
stop();
_visible = false;
if (_global.ticket == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_visible == true)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.ticket = true;
}
if ((_currentframe > 8) and (_global.ticket == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 423 MovieClip in Symbol 501 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (_root.level.sprite._x < ((_x + _parent._x) - 50)) {
_xscale = 100;
}
if (_root.level.sprite._x > ((_x + _parent._x) + 50)) {
_xscale = -100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 34
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 34
onClipEvent (load) {
gotoAndPlay (40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 34
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 34
onClipEvent (load) {
gotoAndPlay (20);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 344 MovieClip in Symbol 501 MovieClip Frame 34
onClipEvent (load) {
gotoAndPlay (30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Symbol 504 MovieClip Frame 8
gotoAndPlay (1);
Symbol 540 MovieClip Frame 14
if (_root.oldlocation == _global.location) {
_global.health = _global.maxhealth;
}
stop();
_root.play();
Symbol 549 MovieClip Frame 20
stop();
Instance of Symbol 504 MovieClip "stand" in Symbol 556 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 504 MovieClip "standred" in Symbol 556 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 524 MovieClip in Symbol 556 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 524 MovieClip in Symbol 556 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 517 MovieClip in Symbol 556 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 547 MovieClip in Symbol 556 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 547 MovieClip in Symbol 556 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 549 MovieClip in Symbol 556 MovieClip Frame 10
onClipEvent (load) {
_visible = false;
if (_root.underwater == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 555 MovieClip in Symbol 556 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 106 MovieClip "stand" in Symbol 556 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 106 MovieClip "stand" in Symbol 556 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_alpha = _root.hurt;
if (_root.hurt > 0) {
_root.hurt = _root.hurt - 10;
} else {
_root.hurt = 0;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 591 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Symbol 615 MovieClip Frame 121
this.swapDepths(0);
removeMovieClip(this);
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 610 MovieClip in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 4)) {
if ((_currentframe == 1) and (random(100) == 0)) {
play();
_x = (random(421) - 210);
}
if (_currentframe > 1) {
play();
}
if (_currentframe == _totalframes) {
gotoAndStop (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 615 MovieClip in Symbol 618 MovieClip Frame 30
onClipEvent (load) {
ymove = 0;
if (random(2) == 1) {
_x = 150;
} else {
_x = -150;
}
_root.lefteyehurt = false;
_root.righteyehurt = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_currentframe < 93) {
ymove++;
_y = (_y + ymove);
if ((ymove > 0) and (_y < 165)) {
_rotation = (_rotation - ymove);
} else if ((ymove < 0) and (_y < 165)) {
_rotation = (_rotation + ymove);
}
}
if (_y > 165) {
_y = 165;
ymove = (-ymove) / 3;
}
if ((_root.level.shield._visible == true) and (_root.level.shield.hitTest((((_x + _parent._x) + _parent._parent._x) + _parent._parent._parent._x) - 25, ((_y + _parent._y) + _parent._parent._y) + _parent._parent._parent._y, true) or _root.level.shield.hitTest((((_x + _parent._x) + _parent._parent._x) + _parent._parent._parent._x) + 25, ((_y + _parent._y) + _parent._parent._y) + _parent._parent._parent._y, true))) {
ymove = -20;
}
if ((_currentframe == 93) and (_y < 50)) {
if (_x < 0) {
_root.lefteyehurt = true;
}
if (_x > 0) {
_root.righteyehurt = true;
}
}
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if ((_global.location != 4) and (_global.location != 6)) {
_parent.swapDepths(0);
removeMovieClip(_parent);
}
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((_parent._rotation > (_parent.init + 90)) or (_parent._rotation < (_parent.init - 90))) {
_parent._rotation = _parent.init;
_parent.move = 0;
}
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true) == false)) {
_root.underwater = false;
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.underwater = true;
_root.level.sprite._y++;
}
if (((_root.keypressed == false) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) and (key.isDown(88) or key.isDown(38))) {
_root.underwater = false;
_root.level.sprite.inair = true;
_root.level.sprite.jump = -15;
_root.level.sprite._y = _root.level.sprite._y - 20;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 692 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if ((_global.location != 5) and (_global.location != 7)) {
_parent.swapDepths(0);
removeMovieClip(_parent);
}
}
Instance of Symbol 22 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if (_global.location != 5) {
_parent.swapDepths(0);
removeMovieClip(_parent);
}
}
Symbol 705 MovieClip Frame 1
stop();
Instance of Symbol 719 MovieClip "head" in Symbol 720 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (_currentframe != 1) {
play();
} else {
stop();
}
if ((_parent._parent._parent.health <= 0) and (_currentframe > 3)) {
gotoAndPlay (1);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 707 MovieClip in Symbol 721 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (-_parent._x);
_y = (-_parent._y);
}
Instance of Symbol 712 MovieClip "laser" in Symbol 721 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 1)) {
_visible = true;
play();
_rotation = (_rotation+1);
if (_currentframe == 52) {
gotoAndPlay (50);
}
if (_parent._parent.health <= 0) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 720 MovieClip "head" in Symbol 721 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((_root.event == 1) and (_parent._parent.health > 0)) {
play();
}
if (_parent._parent.health <= 0) {
stop();
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 721 MovieClip "head" in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (((laser._currentframe > 49) and (_root.level.sprite._currentframe != 10)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health - 3;
_root.hurt = 100;
}
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 113
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 113
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 113
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 113
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 151
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 151
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 151
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 705 MovieClip in Symbol 722 MovieClip Frame 151
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Symbol 725 MovieClip Frame 121
this.swapDepths(0);
removeMovieClip(this);
Instance of Symbol 725 MovieClip in Symbol 751 MovieClip Frame 30
onClipEvent (load) {
ymove = 0;
if (random(2) == 1) {
_x = 150;
} else {
_x = -150;
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_currentframe < 93) {
ymove++;
_y = (_y + ymove);
if ((ymove > 0) and (_y < 165)) {
_rotation = (_rotation - ymove);
} else if ((ymove < 0) and (_y < 165)) {
_rotation = (_rotation + ymove);
}
}
if (_y > 165) {
_y = 165;
ymove = (-ymove) / 3;
}
if ((_root.level.shield._visible == true) and (_root.level.shield.hitTest((((_x + _parent._x) + _parent._parent._x) + _parent._parent._parent._x) - 25, ((_y + _parent._y) + _parent._parent._y) + _parent._parent._parent._y, true) or _root.level.shield.hitTest((((_x + _parent._x) + _parent._parent._x) + _parent._parent._parent._x) + 25, ((_y + _parent._y) + _parent._parent._y) + _parent._parent._parent._y, true))) {
ymove = -20;
}
if ((_currentframe > 92) and (_y < 0)) {
_parent._parent.robotspider.health--;
if ((_parent._parent.robotspider.head.head.head._currentframe == 1) or (_parent._parent.robotspider.head.head.head._currentframe > 3)) {
_parent._parent.robotspider.head.head.head.gotoAndPlay(2);
}
}
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 739 MovieClip in Symbol 751 MovieClip Frame 232
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 739 MovieClip in Symbol 751 MovieClip Frame 234
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 756 MovieClip in Symbol 757 MovieClip Frame 1
onClipEvent (load) {
_height = (random(26) + 25);
_width = (random(126) + 25);
_rotation = (random(21) - 10);
}
Symbol 758 MovieClip Frame 20
stop();
Instance of Symbol 760 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (load) {
x = 0;
y = -30;
xmove = 10;
ymove = 0;
style = 1;
}
onClipEvent (enterFrame) {
xmove = xmove + (((-x) / 10) - (x / 100));
ymove = ymove + (((-y) / 10) + (y / 100));
x = x + xmove;
y = y + ymove;
clear();
lineStyle(1, 0, 100);
moveTo(oldx10, oldy10);
lineTo(oldx9, oldy9);
moveTo(oldx8, oldy8);
lineStyle(3, 0, 100);
lineTo(oldx7, oldy7);
moveTo(oldx6, oldy6);
lineStyle(5, 0, 100);
lineTo(oldx5, oldy5);
moveTo(oldx4, oldy4);
lineStyle(7, 0, 100);
lineTo(oldx3, oldy3);
moveTo(oldx2, oldy2);
lineStyle(9, 0, 100);
lineTo(oldx1, oldy1);
lineStyle(10, 0, 100);
lineTo(x, y);
lineStyle(1, 16777215, 100);
moveTo(oldx8, oldy8);
lineTo(oldx7, oldy7);
moveTo(oldx6, oldy6);
lineStyle(3, 16777215, 100);
lineTo(oldx5, oldy5);
moveTo(oldx4, oldy4);
lineStyle(5, 16777215, 100);
lineTo(oldx3, oldy3);
moveTo(oldx2, oldy2);
lineStyle(8, 16777215, 100);
lineTo(oldx1, oldy1);
lineStyle(9, 16777215, 100);
lineTo(x, y);
oldx10 = oldx9;
oldy10 = oldy9;
oldx9 = oldx8;
oldy9 = oldy8;
oldx8 = oldx7;
oldy8 = oldy7;
oldx7 = oldx6;
oldy7 = oldy6;
oldx6 = oldx5;
oldy6 = oldy5;
oldx5 = oldx4;
oldy5 = oldy4;
oldx4 = oldx3;
oldy4 = oldy3;
oldx3 = oldx2;
oldy3 = oldy2;
oldx2 = oldx1;
oldy2 = oldy1;
oldx1 = x;
oldy1 = y;
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if ((key.isdown(88) and (keypressed == false)) and (_root.level.backscenery.blob1._currentframe <= 50)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "blob1";
}
if (((key.isdown(88) and (keypressed == false)) and (_root.level.backscenery.blob1._currentframe >= 85)) and (_root.level.backscenery.blob1._currentframe < 120)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "blob1sleep";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "sign1";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 618 MovieClip "acidspouts" in Symbol 772 MovieClip Frame 1
onClipEvent (load) {
stop();
status = true;
_parent._parent.backscenery.finalboss.health = 100;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 4) and (status == true)) {
play();
}
if (status == false) {
stop();
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 1;
_root.hurt = 100;
}
if (_parent._parent.backscenery.finalboss.health == 0) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "pillparents";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
if (_global.redkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.redkey = true;
}
if ((_currentframe > 8) and (_global.redkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
if (_global.yellowkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.yellowkey = true;
}
if ((_currentframe > 8) and (_global.yellowkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
if (_global.greenkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.greenkey = true;
}
if ((_currentframe > 8) and (_global.greenkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
if (_global.blackkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.blackkey = true;
}
if ((_currentframe > 8) and (_global.blackkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
if (_global.bluekey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.bluekey = true;
}
if ((_currentframe > 8) and (_global.bluekey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 8
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.underwater == true)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop(26);
_root.topic = "floatbuddy";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 722 MovieClip "robotspider" in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
health = 100;
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 1)) {
if ((_currentframe == 90) and (health > 0)) {
gotoAndPlay (1);
}
if (_currentframe == _totalframes) {
_parent.attachMovie("explosion", "spiderexplosion", 10);
_parent.spiderexplosion._x = _x + head._x;
_parent.spiderexplosion._y = _y + head._y;
this.swapDepths(0);
removeMovieClip(this);
}
if (health <= 0) {
_parent.acidspouts.status = false;
}
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 751 MovieClip "acidspouts" in Symbol 772 MovieClip Frame 10
onClipEvent (load) {
stop();
status = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((_root.event == 1) and (status == true)) {
play();
}
if (status == false) {
stop();
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 1;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 622 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
move = 0;
init = _rotation;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + move);
move = move + ((init - _rotation) / 10);
move = move / 1.1;
move = move + (random(3) - 1);
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "pillparents";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
if (_global.redkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.redkey = true;
}
if ((_currentframe > 8) and (_global.redkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
if (_global.yellowkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.yellowkey = true;
}
if ((_currentframe > 8) and (_global.yellowkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
if (_global.greenkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.greenkey = true;
}
if ((_currentframe > 8) and (_global.greenkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
if (_global.blackkey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.blackkey = true;
}
if ((_currentframe > 8) and (_global.blackkey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 634 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
if (_global.bluekey == true) {
this.swapDepths(0);
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.bluekey = true;
}
if ((_currentframe > 8) and (_global.bluekey == false)) {
gotoAndStop (1);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 666 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if ((destroy == false) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.health = _global.health + (_global.maxhealth / 10);
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 12
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.underwater == true)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop(26);
_root.topic = "floatbuddy";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 692 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
move = 0;
gotoAndPlay(random(60) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 698 MovieClip in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
xinit = _x;
yinit = _y;
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
gotoAndPlay(random(40) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (random(100) == 50) {
xgoal = (xinit + random(101)) - 50;
ygoal = (yinit + random(101)) - 50;
}
xmove = xmove + ((xgoal - _x) / 10);
ymove = ymove + ((ygoal - _y) / 10);
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 1.1;
ymove = ymove / 1.1;
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 722 MovieClip "robotspider" in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
health = 100;
stop();
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and (_root.event == 1)) {
if ((_currentframe == 90) and (health > 0)) {
gotoAndPlay (1);
}
if (_currentframe == _totalframes) {
_parent.attachMovie("explosion", "spiderexplosion", 10);
_parent.spiderexplosion._x = _x + head._x;
_parent.spiderexplosion._y = _y + head._y;
this.swapDepths(0);
removeMovieClip(this);
}
if (health <= 0) {
_parent.acidspouts.status = false;
}
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 751 MovieClip "acidspouts" in Symbol 772 MovieClip Frame 14
onClipEvent (load) {
stop();
status = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((_root.event == 1) and (status == true)) {
play();
}
if (status == false) {
stop();
}
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_global.health = _global.health - 1;
_root.hurt = 100;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 410 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "sign2";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 16
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 22
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "pyramid";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 22
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
if (_global.ticket == false) {
_root.topic = "pyramid2";
}
if (_global.ticket == true) {
_root.topic = "pyramid3";
}
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 94 MovieClip in Symbol 772 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 772 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 772 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 772 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 772 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 94 MovieClip in Symbol 772 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 30
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 30
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 573 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
move = 0;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) and (_root.level.sprite._currentframe > 1)) {
move = random((_root.level.sprite.speed * 4) + 1) - (_root.level.sprite.speed * 2);
}
_rotation = (_rotation + (move - (_rotation / 10)));
move = move + ((-_rotation) / 2);
}
}
Instance of Symbol 575 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
gotoAndStop (2);
keypressed = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (((((_root.level.sprite._x > ((_x - 100) + _parent._x)) and (_root.level.sprite._x < ((_x + 100) + _parent._x))) and (_root.level.sprite._y > ((_y - 100) + _parent._y))) and (_root.level.sprite._y < ((_y + 100) + _parent._y))) and (_root.level.sprite.inair == false)) {
gotoAndStop (1);
if (key.isdown(88) and (keypressed == false)) {
_root.paused = true;
_root.conversation = true;
keypressed = true;
_root.level.sprite.gotoAndStop("stand");
_root.topic = "noreturn";
}
} else {
gotoAndStop (2);
}
if (key.isdown(88) == false) {
keypressed = false;
}
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 769 MovieClip in Symbol 772 MovieClip Frame 34
onClipEvent (load) {
destroy = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
if ((destroy == false) and (_currentframe > 8)) {
gotoAndStop (1);
}
if (((_global.lives < 9) and (destroy == false)) and (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true))) {
_global.lives++;
destroy = true;
gotoAndStop (10);
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 341 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Symbol 796 MovieClip Frame 1
stop();
Symbol 796 MovieClip Frame 37
stop();
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 826 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 826 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 826 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 826 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 22 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
if (((_global.location < 8) and (_global.location > 10)) and (_global.location != 15)) {
_parent._parent.swapDepths(0);
removeMovieClip(_parent);
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 865 MovieClip in Symbol 866 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(50);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 796 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
broken = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_root.level.sprite._x > ((_x + _parent._x) + 50)) {
broken = true;
}
if ((broken == true) and (_currentframe < _totalframes)) {
play();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 798 MovieClip in Symbol 870 MovieClip Frame 1
onClipEvent (load) {
finalpos = 7917;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_y > finalpos) and (_global.location == 18)) {
_y = (_y - 2);
if (((_root.level.sprite._x + _root.level._x) > (((_x + _parent._x) + _parent._parent._x) - 80)) and ((_root.level.sprite._x + _root.level._x) < (((_x + _parent._x) + _parent._parent._x) + 80))) {
_root.level.sprite._y = _root.level.sprite._y - 2;
}
}
if (_y < finalpos) {
_y = finalpos;
}
if (_y == finalpos) {
_root.event = 4;
}
}
}
Instance of Symbol 812 MovieClip in Symbol 870 MovieClip Frame 8
onClipEvent (load) {
stop();
open = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((((((_global.redkey == true) and (_global.bluekey == true)) and (_global.yellowkey == true)) and (_global.greenkey == true)) and (_global.blackkey == true)) and (this.hitTest((_root.level.sprite._x + _root.level._x) + 50, (_root.level.sprite._y + _root.level._y) - 30, true) or this.hitTest((_root.level.sprite._x + _root.level._x) - 50, (_root.level.sprite._y + _root.level._y) - 30, true))) {
open = true;
}
if ((open == true) and (_currentframe < _totalframes)) {
play();
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 8
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 2) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 8
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 2) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(100);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(88);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(76);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(64);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(52);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(28);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(16);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(4);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 822 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
}
}
Instance of Symbol 822 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 1) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 10
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 1) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 812 MovieClip in Symbol 870 MovieClip Frame 12
onClipEvent (load) {
stop();
open = false;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((((((_global.redkey == true) and (_global.bluekey == true)) and (_global.yellowkey == true)) and (_global.greenkey == true)) and (_global.blackkey == true)) and (this.hitTest((_root.level.sprite._x + _root.level._x) + 50, (_root.level.sprite._y + _root.level._y) - 30, true) or this.hitTest((_root.level.sprite._x + _root.level._x) - 50, (_root.level.sprite._y + _root.level._y) - 30, true))) {
open = true;
}
if ((open == true) and (_currentframe < _totalframes)) {
play();
}
if (_currentframe == _totalframes) {
this.swapDepths(0);
removeMovieClip(this);
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 12
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 2) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 12
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 2) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(100);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(88);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(76);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(64);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(52);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(40);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(28);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(16);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 778 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(4);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 822 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
}
}
Instance of Symbol 822 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.paused == false) {
_rotation = (_rotation+1);
}
}
Instance of Symbol 785 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
this.gotoAndPlay(random(80) + 1);
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
play();
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) + 9, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 1) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 14
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 1) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (30);
head.gotoAndPlay(90);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (30);
head.gotoAndPlay(90);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 16
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 787 MovieClip in Symbol 870 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
_rotation = (_rotation-1);
if (this.hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite._x = _root.level.sprite._x - 4;
}
}
}
Instance of Symbol 845 MovieClip in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndPlay(150);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 845 MovieClip in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndPlay(75);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 845 MovieClip in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndPlay(150);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 845 MovieClip in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
this.gotoAndPlay(75);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (30);
head.gotoAndPlay(90);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (30);
head.gotoAndPlay(90);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 26
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 3) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 819 MovieClip in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.event == 3) and (_currentframe < 40)) {
play();
}
if (_currentframe == 40) {
stop();
}
if ((_root.event == 0) and (_currentframe > 0)) {
prevFrame();
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (80);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (40);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (90);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (40);
head.gotoAndPlay(30);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (10);
head.gotoAndPlay(90);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (40);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (40);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (40);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (50);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (40);
head.gotoAndPlay(60);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 838 MovieClip "robotspider" in Symbol 870 MovieClip Frame 30
onClipEvent (load) {
gotoAndPlay (70);
head.gotoAndPlay(120);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
head.play();
}
if (_root.paused == true) {
stop();
head.stop();
}
}
Instance of Symbol 798 MovieClip in Symbol 870 MovieClip Frame 34
onClipEvent (load) {
lowered = _y;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if ((_root.level.sprite._x + _root.level._x) > (((_x + _parent._x) + _parent._parent._x) - 70)) {
_y = (_y - 2);
_root.level.sprite._y = _root.level.sprite._y - 2;
} else if (_y < lowered) {
_y = (_y + 5);
}
}
}
Instance of Symbol 877 MovieClip in Symbol 878 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(95) + 1);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 877 MovieClip in Symbol 878 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(95) + 1);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 877 MovieClip in Symbol 878 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(95) + 1);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 877 MovieClip in Symbol 878 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(95) + 1);
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 501 MovieClip "backscenery" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
stop();
gotoAndStop(_global.location * 2);
}
Instance of Symbol 556 MovieClip "sprite" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
jump = 0;
speed = 7;
gravity = 1;
_root.xscroll = 0;
_root.yscroll = -75;
inair = false;
stop();
_root.keypressed = false;
_root.oldlocation = _global.location;
_root.hurt;
_root.underwater = false;
swimx = 0;
swimy = 0;
_root.i = 0;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (key.isdown(90)) {
speed = 14;
} else {
speed = 7;
}
if (_parent.wall.hitTest(_x + _parent._x, _y + _parent._y, true) or _parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 8, true)) {
inair = false;
}
if ((_parent.wall.hitTest((_x + _parent._x) - 12, (_y + _parent._y) + 10, true) == false) and (_parent.wall.hitTest((_x + _parent._x) + 12, (_y + _parent._y) + 10, true) == false)) {
inair = true;
}
if ((((_root.underwater == false) or (inair == false)) and Key.isDown(37)) and (_parent.wall.hitTest((_x + _parent._x) - 25, (_y + _parent._y) - 30, true) == false)) {
_x = (_x - speed);
if ((inair == false) and (key.isdown(90) == false)) {
this.gotoAndStop("walkleft");
} else if (key.isdown(90) and (inair == false)) {
this.gotoAndStop("runleft");
}
} else if ((((_root.underwater == false) or (inair == false)) and Key.isDown(39)) and (_parent.wall.hitTest((_x + _parent._x) + 25, (_y + _parent._y) - 30, true) == false)) {
_x = (_x + speed);
if ((inair == false) and (key.isdown(90) == false)) {
this.gotoAndStop("walkright");
} else if (key.isdown(90) and (inair == false)) {
this.gotoAndStop("runright");
}
} else if ((inair == false) and (key.isdown(90) == false)) {
this.gotoAndStop("stand");
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 1, true) and (inair == false)) {
_y = (_y - 1);
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 2, true) and (inair == false)) {
_y = (_y - 5);
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 2, true) and (inair == false)) {
_y = (_y - 5);
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 2, true) and (inair == false)) {
_y = (_y - 5);
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 2, true) and (inair == false)) {
_y = (_y - 5);
}
if (((_parent.wall.hitTest(_x + _parent._x, _y + _parent._y, true) == false) and _parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 10, true)) and (inair == false)) {
_y = (_y + 1);
}
if (((_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 1, true) == false) and _parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 10, true)) and (inair == false)) {
_y = (_y + 5);
}
if (((_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 1, true) == false) and _parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 10, true)) and (inair == false)) {
_y = (_y + 5);
}
if (((_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 1, true) == false) and _parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 10, true)) and (inair == false)) {
_y = (_y + 5);
}
if (((_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 1, true) == false) and _parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) + 10, true)) and (inair == false)) {
_y = (_y + 5);
}
if ((key.isdown(88) and (inair == false)) and (_root.keypressed == false)) {
inair = true;
jump = -15;
_y = (_y - 5);
}
if ((inair == true) and (_root.underwater == false)) {
_y = (_y + jump);
if (jump < 11) {
jump = jump + gravity;
}
}
if (inair == false) {
jump = 0;
}
if ((inair == true) and (_root.underwater == false)) {
this.gotoAndStop("spin");
}
if ((inair == false) and (_currentframe == "spin")) {
this.gotoAndStop("stand");
}
if (_parent.wall.hitTest((_x + _parent._x) - 20, (_y + _parent._y) - 25, true)) {
_x = (_x + 3);
}
if (_parent.wall.hitTest((_x + _parent._x) + 20, (_y + _parent._y) - 25, true)) {
_x = (_x - 3);
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 70, true)) {
jump = jump + 5;
}
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 40, true)) {
_y = (_y + 30);
}
if ((_root.underwater == false) and (inair == true)) {
_root.xscroll = 0;
_root.yscroll = -75;
} else if (key.isdown(38) and (inair == false)) {
_root.xscroll = 0;
_root.yscroll = -75;
} else if (key.isdown(40) and (inair == false)) {
_root.xscroll = 0;
_root.yscroll = 50;
} else if (key.isdown(39) and (inair == false)) {
_root.xscroll = 50;
_root.yscroll = -75;
} else if (key.isdown(37) and (inair == false)) {
_root.xscroll = -50;
_root.yscroll = -75;
}
_parent._x = (-_parent.camera._x) + 275;
_parent._y = (-_parent.camera._y) + 200;
if (key.isdown(88) == false) {
_root.keypressed = false;
}
if (((key.isdown(90) and (Key.isDown(37) == false)) and (Key.isDown(39) == false)) and (inair == false)) {
gotoAndStop (10);
}
if ((_root.underwater == true) and (inair == true)) {
_x = (_x + swimx);
_y = (_y + (swimy - 1));
swimx = swimx / 1.3;
swimy = swimy / 1.3;
_root.xscroll = swimx * 10;
_root.yscroll = swimy * 10;
if (_parent.wall.hitTest(_x + _parent._x, (_y + _parent._y) - 70, true)) {
_y = (_y + (speed + 5));
}
if (_parent.wall.hitTest((_x + _parent._x) - 20, (_y + _parent._y) - 10, true)) {
_x = (_x + speed);
}
if (_parent.wall.hitTest((_x + _parent._x) + 20, (_y + _parent._y) - 10, true)) {
_x = (_x - speed);
}
if (key.isDown(40)) {
swimy = swimy + (speed / 5);
}
if (key.isDown(38) or key.isDown(88)) {
swimy = swimy - (speed / 5);
}
if (key.isDown(39)) {
swimx = swimx + (speed / 5);
}
if (key.isDown(37)) {
swimx = swimx - (speed / 5);
}
if ((swimy > 2) and (swimx < -2)) {
gotoAndStop (17);
} else if ((swimy > 2) and (swimx > 2)) {
gotoAndStop (15);
} else if ((swimy < -2) and (swimx < -2)) {
gotoAndStop (19);
} else if ((swimy < -2) and (swimx > 2)) {
gotoAndStop (21);
} else if (swimx < -1) {
gotoAndStop (13);
} else if (swimx > 1) {
gotoAndStop (11);
} else if (swimy < -1) {
gotoAndStop (23);
} else if (swimy > 1) {
gotoAndStop (25);
} else {
gotoAndStop (26);
}
} else if (_root.underwater == true) {
swimx = 0;
swimy = -5;
} else {
swimx = 0;
swimy = 0;
}
if ((_root.underwater == true) and (random(10) == 5)) {
_parent.attachMovie("bubble", ["bubble" + _root.i], _root.i);
_root.i++;
}
}
}
on (keyPress "<Space>") {
if ((((_parent._xscale == 100) and (_parent._yscale == 100)) and (_root.conversation == false)) and (_currentframe != 9)) {
if (_root.paused == false) {
_root.paused = true;
} else {
_root.paused = false;
}
}
}
on (press) {
if (_root.paused == false) {
stand.gotoAndPlay(9);
standred.gotoAndPlay(9);
}
}
Instance of Symbol 558 MovieClip "warp1" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 2;
}
}
}
Instance of Symbol 558 MovieClip "warp2" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 1;
}
}
}
Instance of Symbol 560 MovieClip "camera" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
xmove = 0;
ymove = 0;
xgoal = _x;
ygoal = _y;
_visible = false;
_root.event = 0;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
if (_root.event == 0) {
xgoal = _parent.sprite._x;
ygoal = _parent.sprite._y;
}
if (_root.event == 1) {
xgoal = _parent.event1._x;
ygoal = _parent.event1._y;
}
if (_root.event == 2) {
xgoal = _parent.event2._x;
ygoal = _parent.event2._y;
}
if (_root.event == 3) {
xgoal = _parent.event3._x;
ygoal = _parent.event3._y;
}
if (_root.event == 4) {
xgoal = _parent.event4._x;
ygoal = _parent.event4._y;
}
_x = (_x + xmove);
_y = (_y + ymove);
xmove = xmove / 10;
ymove = ymove / 10;
if (_root.event != 0) {
xmove = xmove + ((xgoal - _x) / 2);
ymove = ymove + ((ygoal - _y) / 2);
}
if (_root.event == 0) {
xmove = xmove + (((xgoal - _x) + _root.xscroll) / 2);
if ((_parent.sprite.inair == false) or (_root.underwater == true)) {
ymove = ymove + ((((ygoal - _y) - 20) + _root.yscroll) / 2);
}
if (((_parent.sprite.inair == true) and (_root.underwater == false)) and ((_parent.sprite._y + _parent._y) < 100)) {
_y = (_y + (((ygoal + _parent._y) - 100) / 3));
}
if (((_parent.sprite.inair == true) and (_root.underwater == false)) and ((_parent.sprite._y + _parent._y) > 300)) {
_y = (_y + (((ygoal + _parent._y) - 300) / 3));
}
}
if ((xmove > -1) and (xmove < 1)) {
xmove = 0;
}
if ((ymove > -1) and (ymove < 1)) {
ymove = 0;
}
}
}
Instance of Symbol 558 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 5;
}
}
}
Instance of Symbol 558 MovieClip "warp3" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 4;
}
}
}
Instance of Symbol 558 MovieClip "warp5" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 558 MovieClip "warp4" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 3;
}
}
}
Instance of Symbol 558 MovieClip "warp6" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 8;
}
}
}
Instance of Symbol 558 MovieClip "warp7" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 9;
}
}
}
Instance of Symbol 558 MovieClip "warp8" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 6;
}
}
}
Instance of Symbol 558 MovieClip "warp9" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 7;
}
}
}
Instance of Symbol 558 MovieClip "warp10" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (((_root.paused == false) and this.hitTest(_root.lavafilter)) and Key.isDown(38)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 11;
_root.blackfilter._visible = true;
}
}
}
Instance of Symbol 558 MovieClip "warp12" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 13;
}
}
}
Instance of Symbol 558 MovieClip "warp11" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 10;
}
}
}
Instance of Symbol 558 MovieClip "warp13" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (((_root.paused == false) and this.hitTest(_root.lavafilter)) and Key.isDown(38)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 12;
_root.blackfilter._visible = true;
}
}
}
Instance of Symbol 558 MovieClip "warp15" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 14;
}
}
}
Instance of Symbol 558 MovieClip "warp14" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (((_root.paused == false) and this.hitTest(_root.lavafilter)) and Key.isDown(38)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 15;
_root.blackfilter._visible = true;
}
}
}
Instance of Symbol 558 MovieClip "warp17" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 558 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (hitTest(_root.level.sprite._x + _root.level._x, _root.level.sprite._y + _root.level._y, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 18;
_root.blackfilter._visible = true;
}
}
}
Instance of Symbol 558 MovieClip "warp18" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 22 MovieClip "event1" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
entry = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((entry == true) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) {
_root.event = 1;
entry = false;
}
}
}
Instance of Symbol 569 MovieClip "shield" in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
_x = _parent.sprite._x;
_y = (_parent.sprite._y - 35);
if (_parent.sprite._currentframe == 10) {
_visible = true;
} else {
_visible = false;
}
}
if (_root.paused == true) {
stop();
}
}
Instance of Symbol 22 MovieClip "event2" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
entry = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((entry == true) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) {
_root.event = 2;
entry = false;
}
}
}
Instance of Symbol 22 MovieClip "event3" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
entry = true;
}
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if ((entry == true) and this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true)) {
_root.event = 3;
entry = false;
}
}
}
Instance of Symbol 22 MovieClip "event4" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 772 MovieClip "frontscenery" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
stop();
gotoAndStop(_global.location * 2);
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 341 MovieClip in Symbol 879 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.paused == false) and this.hitTest(_root.lavafilter)) {
if (this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 10, true) or this.hitTest(_root.level.sprite._x + _root.level._x, (_root.level.sprite._y + _root.level._y) - 50, true)) {
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
}
}
}
Instance of Symbol 870 MovieClip "wall" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
stop();
gotoAndStop(_global.location * 2);
}
Instance of Symbol 878 MovieClip "foreground" in Symbol 879 MovieClip Frame 1
onClipEvent (load) {
_xscale = 100;
_yscale = 100;
}
onClipEvent (enterFrame) {
if (_root.paused == false) {
_x = (_parent._x - 275);
_y = (_parent._y - 200);
}
}
Instance of Symbol 887 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Symbol 916 MovieClip Frame 8
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Instance of Symbol 896 MovieClip in Symbol 916 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.paused == false) {
play();
}
if (_root.paused == true) {
stop();
}
}
Symbol 916 MovieClip Frame 12
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 14
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 17
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 20
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 22
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 24
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 26
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Symbol 916 MovieClip Frame 28
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
_root.level.sprite.gotoAndStop("dead");
_root.paused = true;
_global.location = 16;
_root.blackfilter._visible = true;
Symbol 916 MovieClip Frame 30
_visible = false;
_root.conversation = false;
_root.paused = false;
_root.keypressed = true;
Instance of Symbol 634 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_global.redkey == true) {
_visible = true;
}
if (_currentframe == 8) {
gotoAndPlay (1);
}
}
Instance of Symbol 634 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_global.yellowkey == true) {
_visible = true;
}
if (_currentframe == 8) {
gotoAndPlay (1);
}
}
Instance of Symbol 634 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_global.greenkey == true) {
_visible = true;
}
if (_currentframe == 8) {
gotoAndPlay (1);
}
}
Instance of Symbol 634 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_global.blackkey == true) {
_visible = true;
}
if (_currentframe == 8) {
gotoAndPlay (1);
}
}
Instance of Symbol 634 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_global.bluekey == true) {
_visible = true;
}
if (_currentframe == 8) {
gotoAndPlay (1);
}
}
Instance of Symbol 473 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_global.ticket == true) {
_visible = true;
}
if (_currentframe == 8) {
gotoAndPlay (1);
}
}
Instance of Symbol 920 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
pling = new Sound(this);
}
on (release) {
if (_parent._visible == true) {
_root.user.data.aplace = _global.location;
_root.user.data.alives = _global.lives;
_root.user.data.adifficulty = _global.difficulty;
_root.user.data.ahealth = _global.health;
_root.user.data.amaxhealth = _global.maxhealth;
_root.user.data.ayellowkey = _global.yellowkey;
_root.user.data.aredkey = _global.redkey;
_root.user.data.abluekey = _global.bluekey;
_root.user.data.agreenkey = _global.greenkey;
_root.user.data.ablackkey = _global.blackkey;
_root.user.data.aticket = _global.ticket;
_root.user.flush();
_xscale = 200;
_yscale = 50;
_global.music.setVolume(100);
pling.attachSound("blup");
pling.start(0, 1);
}
}
onClipEvent (enterFrame) {
_xscale = ((_xscale + 75) / 2);
_yscale = ((_yscale + 75) / 2);
}
Instance of Symbol 922 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
pling = new Sound(this);
}
on (release) {
if (_parent._visible == true) {
_root.user.data.bplace = _global.location;
_root.user.data.blives = _global.lives;
_root.user.data.bdifficulty = _global.difficulty;
_root.user.data.bhealth = _global.health;
_root.user.data.bmaxhealth = _global.maxhealth;
_root.user.data.byellowkey = _global.yellowkey;
_root.user.data.bredkey = _global.redkey;
_root.user.data.bbluekey = _global.bluekey;
_root.user.data.bgreenkey = _global.greenkey;
_root.user.data.bblackkey = _global.blackkey;
_root.user.data.bticket = _global.ticket;
_root.user.flush();
_xscale = 200;
_yscale = 50;
_global.music.setVolume(100);
pling.attachSound("blup");
pling.start(0, 1);
}
}
onClipEvent (enterFrame) {
_xscale = ((_xscale + 75) / 2);
_yscale = ((_yscale + 75) / 2);
}
Instance of Symbol 924 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
pling = new Sound(this);
}
on (release) {
if (_parent._visible == true) {
_root.user.data.cplace = _global.location;
_root.user.data.clives = _global.lives;
_root.user.data.cdifficulty = _global.difficulty;
_root.user.data.chealth = _global.health;
_root.user.data.cmaxhealth = _global.maxhealth;
_root.user.data.cyellowkey = _global.yellowkey;
_root.user.data.credkey = _global.redkey;
_root.user.data.cbluekey = _global.bluekey;
_root.user.data.cgreenkey = _global.greenkey;
_root.user.data.cblackkey = _global.blackkey;
_root.user.data.cticket = _global.ticket;
_root.user.flush();
_xscale = 200;
_yscale = 50;
_global.music.setVolume(100);
pling.attachSound("blup");
pling.start(0, 1);
}
}
onClipEvent (enterFrame) {
_xscale = ((_xscale + 75) / 2);
_yscale = ((_yscale + 75) / 2);
}
Instance of Symbol 971 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Symbol 1000 MovieClip Frame 195
_root.play();
Instance of Symbol 22 MovieClip in Symbol 1017 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
_parent.stop();
xmove = random(51) + 10;
}
onClipEvent (enterFrame) {
if ((_root._currentframe > 31) and (_parent._currentframe == 1)) {
_parent.play();
}
if (_root._currentframe > 31) {
_parent._x = _parent._x - xmove;
if (_parent._x < -10) {
_parent._x = 610;
xmove = random(51) + 10;
_y = random(400);
}
}
}
Symbol 1017 MovieClip Frame 20
stop();