STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228080
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/88698576?noj=FRM88698576-2DC" width="1" height="1"></div>

loa.swf

This is the info page for
Flash #13020

(Click the ID number above for more basic data on this flash file.)


Text
script

Choose difficulty level with left and right arrow keys

Easy

Normal

Hard

press space
for new game

Loa and the
Island Quest

A Volcanic Penguin Production
Created by Lee Comstock

EMPTY

FILE A

FILE B

FILE C

Click on a file to load

MORE GAMES

GAME GUIDE

Z: hold for Magnetic sparkfield when
standing still/hold to run while moving

Also hold Z to skip cutscenes and conversations

Beings of pure evil have infested
vast parts of the universe

you have been sent back in time to
locate and prevent this evil from ever
being born

+10

Brmmmm... hmm..

Yo. Train's down the narrow tunnel,
crystal cave's to the right.

You want to ride train? YOU NEED TICKET!

Whazzzah..

YOU HAVE TICKET!? NOW YOU GO TRAIN!

Zuaaa

You want back? YOU HAVE NO RETURN TICKET

Duhmmmbo

FILE A

FILE B

FILE C

Click on a file to save

0

GAME OVER

Created by Lee Comstock
Music by Lee and James Comstock

Mission Complete

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 Sound [volcano]
Symbol 2 Sound [title]
Symbol 3 Sound [strawberryboss]
Symbol 4 Sound [spiderboss]
Symbol 5 Sound [scary]
Symbol 6 Sound [pyramid]
Symbol 7 Sound [end]
Symbol 8 Sound [lavatunnel]
Symbol 9 Sound [lastboss]
Symbol 10 Sound [introspace]
Symbol 11 Sound [intro]
Symbol 12 Sound [iiloop]
Symbol 13 Sound [ii]
Symbol 14 Sound [iceboss]
Symbol 15 Sound [icecave]
Symbol 16 Sound [birdcave]
Symbol 17 Sound [blup]Used by:473 634 666 769  Timeline
Symbol 18 GraphicUsed by:26 454 477 500 615 725 1017
Symbol 19 GraphicUsed by:22
Symbol 20 FontUsed by:21 187 908 909 910 911 912 913 914 915
Symbol 21 EditableTextUses:20Used by:22
Symbol 22 MovieClipUses:19 21Used by:26 146 303 308 333 360 377 389 391 408 410 622 692 698 838 879 1017  Timeline
Symbol 23 SoundUsed by:26 405 500 812
Symbol 24 ShapeTweeningUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [explosion]Uses:18 22 23 24 25
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClip [bubble]Uses:28
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:46
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:46
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:46
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:46
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:46
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:46
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:46
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:46
Symbol 46 MovieClipUses:31 33 35 37 39 41 43 45Used by:63
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:51 79
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:47 49 50Used by:63
Symbol 52 GraphicUsed by:62
Symbol 53 GraphicUsed by:59
Symbol 54 GraphicUsed by:59
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:57
Symbol 57 MovieClipUses:56Used by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:53 54 57 58Used by:62
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 ButtonUses:52 59 60 61Used by:63
Symbol 63 MovieClipUses:46 51 62Used by:79
Symbol 64 GraphicUsed by:79
Symbol 65 GraphicUsed by:79
Symbol 66 GraphicUsed by:79
Symbol 67 SoundUsed by:79
Symbol 68 SoundUsed by:79
Symbol 69 GraphicUsed by:79
Symbol 70 GraphicUsed by:79
Symbol 71 GraphicUsed by:79
Symbol 72 SoundUsed by:79
Symbol 73 GraphicUsed by:79
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:75 76 77Used by:79
Symbol 79 MovieClipUses:63 64 65 66 49 67 68 69 70 71 72 73 74 78Used by:Timeline
Symbol 80 GraphicUsed by:151 1000
Symbol 81 GraphicUsed by:85
Symbol 82 ShapeTweeningUsed by:85
Symbol 83 ShapeTweeningUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:81 82 83 84Used by:148
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:148
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:148
Symbol 90 GraphicUsed by:94
Symbol 91 ShapeTweeningUsed by:94
Symbol 92 ShapeTweeningUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:90 91 92 93Used by:148 501 772 949
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:148 949
Symbol 97 GraphicUsed by:106
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:101 540 547
Symbol 101 MovieClipUses:98 100Used by:106 504
Symbol 102 GraphicUsed by:106
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:97 101 102 103 104 105Used by:129 556
Symbol 107 GraphicUsed by:129
Symbol 108 ShapeTweeningUsed by:129
Symbol 109 GraphicUsed by:129
Symbol 110 GraphicUsed by:129
Symbol 111 GraphicUsed by:129
Symbol 112 GraphicUsed by:129
Symbol 113 GraphicUsed by:129
Symbol 114 GraphicUsed by:129
Symbol 115 GraphicUsed by:129
Symbol 116 GraphicUsed by:129
Symbol 117 GraphicUsed by:129
Symbol 118 GraphicUsed by:129
Symbol 119 GraphicUsed by:129
Symbol 120 GraphicUsed by:129
Symbol 121 GraphicUsed by:129
Symbol 122 GraphicUsed by:129
Symbol 123 GraphicUsed by:129
Symbol 124 GraphicUsed by:129
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128Used by:148
Symbol 130 GraphicUsed by:148
Symbol 131 ShapeTweeningUsed by:136
Symbol 132 ShapeTweeningUsed by:136
Symbol 133 ShapeTweeningUsed by:136
Symbol 134 ShapeTweeningUsed by:136
Symbol 135 GraphicUsed by:136 141 984
Symbol 136 MovieClipUses:131 132 133 134 135Used by:148
Symbol 137 ShapeTweeningUsed by:141
Symbol 138 ShapeTweeningUsed by:141
Symbol 139 ShapeTweeningUsed by:141
Symbol 140 ShapeTweeningUsed by:141
Symbol 141 MovieClipUses:137 138 139 140 135Used by:148
Symbol 142 ShapeTweeningUsed by:145
Symbol 143 ShapeTweeningUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:142 143 144Used by:146
Symbol 146 MovieClipUses:145 22Used by:147
Symbol 147 MovieClipUses:146Used by:148 215
Symbol 148 MovieClipUses:85 87 89 94 96 129 130 136 141 147Used by:151 1000
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:151 501 1000  Timeline
Symbol 151 MovieClipUses:80 148 150Used by:Timeline
Symbol 152 FontUsed by:153 154 155 156 160 161 162 164 191 193 1008 1013
Symbol 153 TextUses:152Used by:Timeline
Symbol 154 TextUses:152Used by:Timeline
Symbol 155 TextUses:152Used by:Timeline
Symbol 156 TextUses:152Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 TextUses:152Used by:Timeline
Symbol 161 TextUses:152Used by:Timeline
Symbol 162 TextUses:152Used by:Timeline
Symbol 163 GraphicUsed by:165
Symbol 164 TextUses:152Used by:165
Symbol 165 MovieClipUses:163 164Used by:Timeline
Symbol 166 GraphicUsed by:169 171 173
Symbol 167 FontUsed by:168 170 172 174 176 178 188 919 921 923 925
Symbol 168 TextUses:167Used by:169
Symbol 169 MovieClipUses:166 168Used by:Timeline
Symbol 170 TextUses:167Used by:171
Symbol 171 MovieClipUses:166 170Used by:Timeline
Symbol 172 TextUses:167Used by:173
Symbol 173 MovieClipUses:166 172Used by:Timeline
Symbol 174 TextUses:167Used by:Timeline
Symbol 175 GraphicUsed by:177 179
Symbol 176 TextUses:167Used by:177
Symbol 177 MovieClipUses:175 176Used by:Timeline
Symbol 178 TextUses:167Used by:179
Symbol 179 MovieClipUses:175 178Used by:Timeline
Symbol 180 ShapeTweeningUsed by:Timeline
Symbol 181 GraphicUsed by:322 405 933  Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:189
Symbol 187 EditableTextUses:20Used by:189
Symbol 188 TextUses:167Used by:189
Symbol 189 MovieClipUses:186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 TextUses:152Used by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 TextUses:152Used by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 GraphicUsed by:200
Symbol 196 ShapeTweeningUsed by:200
Symbol 197 ShapeTweeningUsed by:200
Symbol 198 ShapeTweeningUsed by:200
Symbol 199 ShapeTweeningUsed by:200
Symbol 200 MovieClipUses:195 196 197 198 199Used by:215
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:205
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:205
Symbol 205 MovieClipUses:202 204Used by:215
Symbol 206 GraphicUsed by:215
Symbol 207 GraphicUsed by:215
Symbol 208 GraphicUsed by:215
Symbol 209 GraphicUsed by:215
Symbol 210 GraphicUsed by:215
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:215
Symbol 213 GraphicUsed by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:200 205 147 206 207 208 209 210 212 213 214Used by:Timeline
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:501
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:501 772
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:501
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:224
Symbol 224 MovieClipUses:223Used by:501 772
Symbol 225 GraphicUsed by:287
Symbol 226 GraphicUsed by:287
Symbol 227 GraphicUsed by:287
Symbol 228 GraphicUsed by:287
Symbol 229 GraphicUsed by:287
Symbol 230 GraphicUsed by:287
Symbol 231 GraphicUsed by:287
Symbol 232 GraphicUsed by:287
Symbol 233 GraphicUsed by:287
Symbol 234 GraphicUsed by:287
Symbol 235 GraphicUsed by:287
Symbol 236 GraphicUsed by:287
Symbol 237 GraphicUsed by:287
Symbol 238 GraphicUsed by:287
Symbol 239 GraphicUsed by:287
Symbol 240 GraphicUsed by:287
Symbol 241 GraphicUsed by:287
Symbol 242 GraphicUsed by:287
Symbol 243 GraphicUsed by:287
Symbol 244 GraphicUsed by:287
Symbol 245 GraphicUsed by:287
Symbol 246 GraphicUsed by:287
Symbol 247 GraphicUsed by:287
Symbol 248 GraphicUsed by:287
Symbol 249 GraphicUsed by:287
Symbol 250 GraphicUsed by:287
Symbol 251 GraphicUsed by:287
Symbol 252 GraphicUsed by:287
Symbol 253 GraphicUsed by:287
Symbol 254 GraphicUsed by:287
Symbol 255 GraphicUsed by:287
Symbol 256 GraphicUsed by:287
Symbol 257 GraphicUsed by:287
Symbol 258 GraphicUsed by:287
Symbol 259 GraphicUsed by:287
Symbol 260 GraphicUsed by:287
Symbol 261 GraphicUsed by:287
Symbol 262 GraphicUsed by:287
Symbol 263 GraphicUsed by:287
Symbol 264 GraphicUsed by:287
Symbol 265 ShapeTweeningUsed by:287
Symbol 266 ShapeTweeningUsed by:287
Symbol 267 GraphicUsed by:287
Symbol 268 GraphicUsed by:287
Symbol 269 ShapeTweeningUsed by:287
Symbol 270 GraphicUsed by:287
Symbol 271 GraphicUsed by:287
Symbol 272 GraphicUsed by:287
Symbol 273 GraphicUsed by:287
Symbol 274 ShapeTweeningUsed by:287
Symbol 275 ShapeTweeningUsed by:287
Symbol 276 GraphicUsed by:287
Symbol 277 GraphicUsed by:287
Symbol 278 GraphicUsed by:287
Symbol 279 GraphicUsed by:287
Symbol 280 GraphicUsed by:287
Symbol 281 GraphicUsed by:287
Symbol 282 GraphicUsed by:287
Symbol 283 GraphicUsed by:287
Symbol 284 GraphicUsed by:287
Symbol 285 GraphicUsed by:287
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286Used by:501
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:501
Symbol 290 GraphicUsed by:310
Symbol 291 GraphicUsed by:303 377
Symbol 292 GraphicUsed by:303 377
Symbol 293 ShapeTweeningUsed by:303
Symbol 294 SoundUsed by:303 322 377
Symbol 295 GraphicUsed by:303 377
Symbol 296 ShapeTweeningUsed by:303
Symbol 297 SoundUsed by:303 377 812
Symbol 298 ShapeTweeningUsed by:303
Symbol 299 ShapeTweeningUsed by:303
Symbol 300 ShapeTweeningUsed by:303
Symbol 301 ShapeTweeningUsed by:303
Symbol 302 GraphicUsed by:303 377
Symbol 303 MovieClipUses:291 22 292 293 294 295 296 297 298 299 300 301 302Used by:310
Symbol 304 GraphicUsed by:310
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305Used by:309
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307 22Used by:309
Symbol 309 MovieClipUses:306 308Used by:310
Symbol 310 MovieClipUses:290 303 304 309Used by:322
Symbol 311 ShapeTweeningUsed by:322
Symbol 312 SoundUsed by:322
Symbol 313 SoundUsed by:322
Symbol 314 ShapeTweeningUsed by:322
Symbol 315 ShapeTweeningUsed by:322
Symbol 316 ShapeTweeningUsed by:322
Symbol 317 ShapeTweeningUsed by:322
Symbol 318 ShapeTweeningUsed by:322
Symbol 319 ShapeTweeningUsed by:322
Symbol 320 ShapeTweeningUsed by:322
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:310 294 311 312 181 313 314 315 316 317 318 319 320 321Used by:501
Symbol 323 GraphicUsed by:339
Symbol 324 GraphicUsed by:335
Symbol 325 ShapeTweeningUsed by:335
Symbol 326 ShapeTweeningUsed by:335
Symbol 327 GraphicUsed by:335
Symbol 328 ShapeTweeningUsed by:333
Symbol 329 GraphicUsed by:333
Symbol 330 GraphicUsed by:333
Symbol 331 ShapeTweeningUsed by:333
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:328 22 329 330 331 332Used by:335 569
Symbol 334 SoundUsed by:335 403 549
Symbol 335 MovieClipUses:324 325 326 327 333 334Used by:339
Symbol 336 GraphicUsed by:339
Symbol 337 GraphicUsed by:339
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:323 335 336 337 338Used by:501
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:500 501 617 772 787 822 879
Symbol 342 GraphicUsed by:343
Symbol 343 MovieClipUses:342Used by:344 354 355
Symbol 344 MovieClipUses:343Used by:501
Symbol 345 ShapeTweeningUsed by:354
Symbol 346 ShapeTweeningUsed by:354
Symbol 347 ShapeTweeningUsed by:354
Symbol 348 ShapeTweeningUsed by:354
Symbol 349 ShapeTweeningUsed by:354
Symbol 350 ShapeTweeningUsed by:354
Symbol 351 GraphicUsed by:354
Symbol 352 GraphicUsed by:354
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:343 345 346 347 348 349 350 351 352 353Used by:501
Symbol 355 MovieClipUses:343Used by:501
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:356Used by:358 916
Symbol 358 MovieClipUses:357Used by:501
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359 22Used by:501
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:367 916
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:367 916
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:367 916
Symbol 367 MovieClipUses:362 364 366Used by:501
Symbol 368 ShapeTweeningUsed by:389
Symbol 369 GraphicUsed by:370
Symbol 370 MovieClipUses:369Used by:389
Symbol 371 ShapeTweeningUsed by:377
Symbol 372 ShapeTweeningUsed by:377
Symbol 373 ShapeTweeningUsed by:377
Symbol 374 ShapeTweeningUsed by:377
Symbol 375 ShapeTweeningUsed by:377
Symbol 376 ShapeTweeningUsed by:377
Symbol 377 MovieClipUses:291 22 292 371 294 295 372 297 373 374 375 376 302Used by:389
Symbol 378 GraphicUsed by:389
Symbol 379 GraphicUsed by:389
Symbol 380 GraphicUsed by:389
Symbol 381 GraphicUsed by:389
Symbol 382 GraphicUsed by:389
Symbol 383 GraphicUsed by:389
Symbol 384 GraphicUsed by:389
Symbol 385 GraphicUsed by:389
Symbol 386 GraphicUsed by:389
Symbol 387 ShapeTweeningUsed by:389
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:368 370 377 22 378 379 380 381 382 383 384 385 386 387 388Used by:405
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:390 22Used by:405
Symbol 392 GraphicUsed by:403
Symbol 393 GraphicUsed by:403
Symbol 394 GraphicUsed by:403
Symbol 395 GraphicUsed by:403
Symbol 396 GraphicUsed by:403
Symbol 397 GraphicUsed by:403
Symbol 398 GraphicUsed by:403
Symbol 399 GraphicUsed by:403
Symbol 400 GraphicUsed by:403
Symbol 401 GraphicUsed by:403
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:392 334 393 394 395 396 397 398 399 400 401 402Used by:405
Symbol 404 ShapeTweeningUsed by:405
Symbol 405 MovieClipUses:389 391 403 404 23 181Used by:501
Symbol 406 GraphicUsed by:501
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407 22Used by:501 772
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409 22Used by:501 772
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClipUses:411Used by:501
Symbol 413 GraphicUsed by:423
Symbol 414 GraphicUsed by:423
Symbol 415 GraphicUsed by:423
Symbol 416 GraphicUsed by:423
Symbol 417 GraphicUsed by:423
Symbol 418 GraphicUsed by:423
Symbol 419 GraphicUsed by:423
Symbol 420 GraphicUsed by:423
Symbol 421 GraphicUsed by:423
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:413 414 415 416 417 418 419 420 421 422Used by:501 916
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:501
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:426Used by:501 998
Symbol 428 GraphicUsed by:501
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:501 772
Symbol 431 GraphicUsed by:437
Symbol 432 GraphicUsed by:437
Symbol 433 ShapeTweeningUsed by:437
Symbol 434 GraphicUsed by:437
Symbol 435 ShapeTweeningUsed by:437
Symbol 436 GraphicUsed by:437
Symbol 437 MovieClipUses:431 432 433 434 435 436Used by:501
Symbol 438 GraphicUsed by:454
Symbol 439 GraphicUsed by:454
Symbol 440 ShapeTweeningUsed by:454
Symbol 441 SoundUsed by:454 615 725
Symbol 442 ShapeTweeningUsed by:454
Symbol 443 ShapeTweeningUsed by:454
Symbol 444 ShapeTweeningUsed by:454
Symbol 445 ShapeTweeningUsed by:454
Symbol 446 ShapeTweeningUsed by:454
Symbol 447 ShapeTweeningUsed by:454
Symbol 448 GraphicUsed by:454
Symbol 449 ShapeTweeningUsed by:454
Symbol 450 GraphicUsed by:454 615 725
Symbol 451 SoundUsed by:454 615 725
Symbol 452 GraphicUsed by:454
Symbol 453 ShapeTweeningUsed by:454
Symbol 454 MovieClipUses:438 439 440 441 442 443 444 445 446 447 448 449 450 18 451 452 453Used by:501
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:500
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:500
Symbol 459 GraphicUsed by:473
Symbol 460 GraphicUsed by:473
Symbol 461 GraphicUsed by:473
Symbol 462 GraphicUsed by:473
Symbol 463 GraphicUsed by:473
Symbol 464 GraphicUsed by:473
Symbol 465 GraphicUsed by:473
Symbol 466 GraphicUsed by:473
Symbol 467 GraphicUsed by:473
Symbol 468 GraphicUsed by:473
Symbol 469 GraphicUsed by:473
Symbol 470 GraphicUsed by:473
Symbol 471 GraphicUsed by:473
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:459 460 461 462 463 464 465 466 467 468 17 469 470 471 472Used by:479 501 926
Symbol 474 GraphicUsed by:479
Symbol 475 ShapeTweeningUsed by:479
Symbol 476 GraphicUsed by:479
Symbol 477 MovieClipUses:18Used by:479
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClipUses:473 474 475 476 477 478Used by:500
Symbol 480 GraphicUsed by:500
Symbol 481 GraphicUsed by:500
Symbol 482 GraphicUsed by:500
Symbol 483 GraphicUsed by:500
Symbol 484 GraphicUsed by:500
Symbol 485 GraphicUsed by:500
Symbol 486 GraphicUsed by:500
Symbol 487 GraphicUsed by:500
Symbol 488 GraphicUsed by:500
Symbol 489 GraphicUsed by:500
Symbol 490 GraphicUsed by:500
Symbol 491 GraphicUsed by:493
Symbol 492 GraphicUsed by:493
Symbol 493 MovieClipUses:491 492Used by:500
Symbol 494 GraphicUsed by:500
Symbol 495 GraphicUsed by:500
Symbol 496 GraphicUsed by:500
Symbol 497 GraphicUsed by:500
Symbol 498 ShapeTweeningUsed by:500
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:456 458 479 480 481 482 483 484 485 486 487 488 489 490 23 493 494 341 495 496 497 18 498 499Used by:501
Symbol 501 MovieClipUses:217 219 150 221 224 287 289 322 339 341 344 354 355 358 360 367 405 406 408 410 412 423 425 427 428 94 430 437 454 500 473Used by:879
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:502Used by:504
Symbol 504 MovieClipUses:503 101Used by:556
Symbol 505 GraphicUsed by:517 555
Symbol 506 GraphicUsed by:509
Symbol 507 GraphicUsed by:508
Symbol 508 MovieClipUses:507Used by:509
Symbol 509 MovieClipUses:506 508Used by:517 555
Symbol 510 GraphicUsed by:517 555
Symbol 511 GraphicUsed by:517
Symbol 512 GraphicUsed by:517 555
Symbol 513 GraphicUsed by:517
Symbol 514 GraphicUsed by:517
Symbol 515 GraphicUsed by:517
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:505 509 510 511 512 513 514 515 516Used by:556
Symbol 518 GraphicUsed by:524
Symbol 519 GraphicUsed by:524
Symbol 520 GraphicUsed by:524
Symbol 521 GraphicUsed by:524
Symbol 522 GraphicUsed by:524
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:518 519 520 521 522 523Used by:556
Symbol 525 ShapeTweeningUsed by:540
Symbol 526 GraphicUsed by:540
Symbol 527 GraphicUsed by:540
Symbol 528 GraphicUsed by:540
Symbol 529 GraphicUsed by:540
Symbol 530 GraphicUsed by:540
Symbol 531 GraphicUsed by:540
Symbol 532 ShapeTweeningUsed by:540
Symbol 533 GraphicUsed by:540
Symbol 534 GraphicUsed by:540
Symbol 535 GraphicUsed by:540
Symbol 536 GraphicUsed by:540
Symbol 537 GraphicUsed by:540
Symbol 538 GraphicUsed by:540
Symbol 539 GraphicUsed by:540
Symbol 540 MovieClipUses:525 526 100 527 528 529 530 531 532 533 534 535 536 537 538 539Used by:556
Symbol 541 GraphicUsed by:547
Symbol 542 GraphicUsed by:547
Symbol 543 GraphicUsed by:547
Symbol 544 GraphicUsed by:547
Symbol 545 GraphicUsed by:547
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:541 100 542 543 544 545 546Used by:556
Symbol 548 GraphicUsed by:549
Symbol 549 MovieClipUses:548 334Used by:556
Symbol 550 GraphicUsed by:555
Symbol 551 GraphicUsed by:555
Symbol 552 GraphicUsed by:555
Symbol 553 GraphicUsed by:555
Symbol 554 GraphicUsed by:555
Symbol 555 MovieClipUses:505 509 510 550 512 551 552 553 554Used by:556
Symbol 556 MovieClipUses:504 517 524 540 547 549 555 106Used by:879
Symbol 557 GraphicUsed by:558
Symbol 558 MovieClipUses:557Used by:879
Symbol 559 GraphicUsed by:560
Symbol 560 MovieClipUses:559Used by:879
Symbol 561 GraphicUsed by:879
Symbol 562 ShapeTweeningUsed by:569
Symbol 563 ShapeTweeningUsed by:569
Symbol 564 ShapeTweeningUsed by:569
Symbol 565 ShapeTweeningUsed by:569
Symbol 566 ShapeTweeningUsed by:569
Symbol 567 ShapeTweeningUsed by:569
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:333 562 563 564 565 566 567 568Used by:879
Symbol 570 GraphicUsed by:879
Symbol 571 GraphicUsed by:772
Symbol 572 GraphicUsed by:573
Symbol 573 MovieClipUses:572Used by:772
Symbol 574 GraphicUsed by:575
Symbol 575 MovieClipUses:574Used by:772
Symbol 576 GraphicUsed by:591
Symbol 577 GraphicUsed by:591
Symbol 578 GraphicUsed by:591
Symbol 579 GraphicUsed by:591
Symbol 580 GraphicUsed by:591
Symbol 581 GraphicUsed by:591
Symbol 582 GraphicUsed by:591
Symbol 583 GraphicUsed by:591
Symbol 584 GraphicUsed by:591
Symbol 585 GraphicUsed by:591
Symbol 586 GraphicUsed by:591
Symbol 587 GraphicUsed by:591
Symbol 588 GraphicUsed by:591
Symbol 589 GraphicUsed by:591
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:576 577 578 579 580 581 582 583 584 585 586 587 588 589 590Used by:592
Symbol 592 MovieClipUses:591Used by:772
Symbol 593 ShapeTweeningUsed by:610
Symbol 594 ShapeTweeningUsed by:610
Symbol 595 ShapeTweeningUsed by:610
Symbol 596 ShapeTweeningUsed by:610
Symbol 597 GraphicUsed by:610
Symbol 598 ShapeTweeningUsed by:610
Symbol 599 GraphicUsed by:610
Symbol 600 ShapeTweeningUsed by:610
Symbol 601 ShapeTweeningUsed by:610
Symbol 602 ShapeTweeningUsed by:610
Symbol 603 ShapeTweeningUsed by:610
Symbol 604 ShapeTweeningUsed by:610
Symbol 605 ShapeTweeningUsed by:610
Symbol 606 GraphicUsed by:610
Symbol 607 GraphicUsed by:610
Symbol 608 GraphicUsed by:610
Symbol 609 GraphicUsed by:610
Symbol 610 MovieClipUses:593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609Used by:618
Symbol 611 GraphicUsed by:615 725
Symbol 612 GraphicUsed by:615 725
Symbol 613 ShapeTweeningUsed by:615
Symbol 614 GraphicUsed by:615 725
Symbol 615 MovieClipUses:611 612 441 18 451 613 450 614Used by:618
Symbol 616 GraphicUsed by:617
Symbol 617 MovieClipUses:616 341Used by:618
Symbol 618 MovieClipUses:610 615 617Used by:772
Symbol 619 GraphicUsed by:772
Symbol 620 GraphicUsed by:772
Symbol 621 GraphicUsed by:622
Symbol 622 MovieClipUses:621 22Used by:772
Symbol 623 GraphicUsed by:634
Symbol 624 GraphicUsed by:634
Symbol 625 GraphicUsed by:634
Symbol 626 GraphicUsed by:634
Symbol 627 GraphicUsed by:634
Symbol 628 GraphicUsed by:634
Symbol 629 GraphicUsed by:634
Symbol 630 GraphicUsed by:634
Symbol 631 GraphicUsed by:634
Symbol 632 GraphicUsed by:634
Symbol 633 GraphicUsed by:634
Symbol 634 MovieClipUses:623 624 625 626 627 628 629 630 631 17 632 633Used by:772 926
Symbol 635 GraphicUsed by:666 769
Symbol 636 GraphicUsed by:666 769
Symbol 637 GraphicUsed by:666
Symbol 638 GraphicUsed by:666
Symbol 639 GraphicUsed by:666
Symbol 640 GraphicUsed by:666
Symbol 641 GraphicUsed by:666
Symbol 642 GraphicUsed by:666 769
Symbol 643 ShapeTweeningUsed by:666
Symbol 644 FontUsed by:645
Symbol 645 TextUses:644Used by:666
Symbol 646 GraphicUsed by:666 769
Symbol 647 GraphicUsed by:666 769
Symbol 648 GraphicUsed by:666 769
Symbol 649 GraphicUsed by:666 769
Symbol 650 GraphicUsed by:666 769
Symbol 651 GraphicUsed by:666 769
Symbol 652 GraphicUsed by:666 769
Symbol 653 GraphicUsed by:666 769
Symbol 654 GraphicUsed by:666 769
Symbol 655 GraphicUsed by:666 769
Symbol 656 GraphicUsed by:666 769
Symbol 657 GraphicUsed by:666 769
Symbol 658 GraphicUsed by:666 769
Symbol 659 GraphicUsed by:666 769
Symbol 660 GraphicUsed by:666 769
Symbol 661 GraphicUsed by:666 769
Symbol 662 GraphicUsed by:666 769
Symbol 663 GraphicUsed by:666 769
Symbol 664 GraphicUsed by:666 769
Symbol 665 GraphicUsed by:666 769
Symbol 666 MovieClipUses:635 636 637 638 639 640 641 642 643 645 17 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665Used by:772
Symbol 667 GraphicUsed by:772
Symbol 668 GraphicUsed by:686 865
Symbol 669 ShapeTweeningUsed by:686
Symbol 670 ShapeTweeningUsed by:686
Symbol 671 ShapeTweeningUsed by:686
Symbol 672 ShapeTweeningUsed by:686
Symbol 673 ShapeTweeningUsed by:686
Symbol 674 ShapeTweeningUsed by:686
Symbol 675 ShapeTweeningUsed by:686
Symbol 676 ShapeTweeningUsed by:686
Symbol 677 ShapeTweeningUsed by:686
Symbol 678 ShapeTweeningUsed by:686
Symbol 679 ShapeTweeningUsed by:686
Symbol 680 ShapeTweeningUsed by:686
Symbol 681 ShapeTweeningUsed by:686
Symbol 682 ShapeTweeningUsed by:686
Symbol 683 ShapeTweeningUsed by:686
Symbol 684 ShapeTweeningUsed by:686
Symbol 685 GraphicUsed by:686
Symbol 686 MovieClipUses:668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685Used by:687
Symbol 687 MovieClipUses:686Used by:772
Symbol 688 GraphicUsed by:772
Symbol 689 ShapeTweeningUsed by:692
Symbol 690 ShapeTweeningUsed by:692
Symbol 691 GraphicUsed by:692
Symbol 692 MovieClipUses:689 22 690 691Used by:772
Symbol 693 ShapeTweeningUsed by:698
Symbol 694 ShapeTweeningUsed by:698
Symbol 695 ShapeTweeningUsed by:698
Symbol 696 ShapeTweeningUsed by:698
Symbol 697 GraphicUsed by:698
Symbol 698 MovieClipUses:693 22 694 695 696 697Used by:772
Symbol 699 GraphicUsed by:705
Symbol 700 GraphicUsed by:705
Symbol 701 GraphicUsed by:705
Symbol 702 GraphicUsed by:705
Symbol 703 GraphicUsed by:705
Symbol 704 GraphicUsed by:705
Symbol 705 MovieClipUses:699 700 701 702 703 704Used by:722
Symbol 706 GraphicUsed by:707
Symbol 707 MovieClipUses:706Used by:721
Symbol 708 ShapeTweeningUsed by:712
Symbol 709 ShapeTweeningUsed by:712
Symbol 710 GraphicUsed by:712
Symbol 711 GraphicUsed by:712
Symbol 712 MovieClipUses:708 709 710 711Used by:721
Symbol 713 GraphicUsed by:714
Symbol 714 MovieClipUses:713Used by:720
Symbol 715 GraphicUsed by:719
Symbol 716 GraphicUsed by:719
Symbol 717 ShapeTweeningUsed by:719
Symbol 718 GraphicUsed by:719
Symbol 719 MovieClipUses:715 716 717 718Used by:720
Symbol 720 MovieClipUses:714 719Used by:721
Symbol 721 MovieClipUses:707 712 720Used by:722
Symbol 722 MovieClipUses:705 721Used by:772
Symbol 723 GraphicUsed by:751
Symbol 724 ShapeTweeningUsed by:725
Symbol 725 MovieClipUses:611 612 441 18 451 724 450 614Used by:751
Symbol 726 GraphicUsed by:751
Symbol 727 GraphicUsed by:751
Symbol 728 ShapeTweeningUsed by:751
Symbol 729 ShapeTweeningUsed by:739
Symbol 730 ShapeTweeningUsed by:739
Symbol 731 ShapeTweeningUsed by:739
Symbol 732 ShapeTweeningUsed by:739
Symbol 733 ShapeTweeningUsed by:739
Symbol 734 ShapeTweeningUsed by:739
Symbol 735 ShapeTweeningUsed by:739
Symbol 736 ShapeTweeningUsed by:739
Symbol 737 ShapeTweeningUsed by:739
Symbol 738 GraphicUsed by:739
Symbol 739 MovieClipUses:729 730 731 732 733 734 735 736 737 738Used by:751
Symbol 740 ShapeTweeningUsed by:751
Symbol 741 ShapeTweeningUsed by:751
Symbol 742 ShapeTweeningUsed by:751
Symbol 743 ShapeTweeningUsed by:751
Symbol 744 GraphicUsed by:751
Symbol 745 GraphicUsed by:751
Symbol 746 ShapeTweeningUsed by:751
Symbol 747 GraphicUsed by:751
Symbol 748 ShapeTweeningUsed by:751
Symbol 749 ShapeTweeningUsed by:751
Symbol 750 GraphicUsed by:751
Symbol 751 MovieClipUses:723 725 726 727 728 739 740 741 742 743 744 745 746 747 748 749 750Used by:772
Symbol 752 GraphicUsed by:753
Symbol 753 MovieClipUses:752Used by:772
Symbol 754 GraphicUsed by:755
Symbol 755 MovieClipUses:754Used by:756
Symbol 756 MovieClipUses:755Used by:757
Symbol 757 MovieClipUses:756Used by:758
Symbol 758 MovieClipUses:757Used by:772
Symbol 759 GraphicUsed by:760
Symbol 760 MovieClipUses:759Used by:761
Symbol 761 MovieClipUses:760Used by:762
Symbol 762 MovieClipUses:761Used by:769
Symbol 763 GraphicUsed by:769
Symbol 764 GraphicUsed by:769
Symbol 765 GraphicUsed by:769
Symbol 766 GraphicUsed by:769
Symbol 767 GraphicUsed by:769
Symbol 768 ShapeTweeningUsed by:769
Symbol 769 MovieClipUses:762 635 636 763 764 765 766 767 642 768 17 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665Used by:772
Symbol 770 GraphicUsed by:772
Symbol 771 GraphicUsed by:772
Symbol 772 MovieClipUses:571 224 573 219 341 575 592 618 619 620 622 634 666 667 687 688 692 698 722 751 753 758 408 410 769 770 771 94 430Used by:879
Symbol 773 ShapeTweeningUsed by:778
Symbol 774 ShapeTweeningUsed by:778
Symbol 775 ShapeTweeningUsed by:778
Symbol 776 ShapeTweeningUsed by:778
Symbol 777 GraphicUsed by:778
Symbol 778 MovieClipUses:773 774 775 776 777Used by:870
Symbol 779 ShapeTweeningUsed by:785
Symbol 780 GraphicUsed by:785
Symbol 781 ShapeTweeningUsed by:785
Symbol 782 ShapeTweeningUsed by:785
Symbol 783 ShapeTweeningUsed by:785
Symbol 784 GraphicUsed by:785
Symbol 785 MovieClipUses:779 780 781 782 783 784Used by:870
Symbol 786 GraphicUsed by:787
Symbol 787 MovieClipUses:341 786Used by:870
Symbol 788 GraphicUsed by:870
Symbol 789 GraphicUsed by:790
Symbol 790 MovieClipUses:789Used by:870
Symbol 791 GraphicUsed by:796
Symbol 792 GraphicUsed by:793
Symbol 793 MovieClipUses:792Used by:796
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:794Used by:796
Symbol 796 MovieClipUses:791 793 795Used by:870
Symbol 797 GraphicUsed by:798
Symbol 798 MovieClipUses:797Used by:870
Symbol 799 GraphicUsed by:870
Symbol 800 GraphicUsed by:870
Symbol 801 GraphicUsed by:812
Symbol 802 GraphicUsed by:812
Symbol 803 ShapeTweeningUsed by:812
Symbol 804 GraphicUsed by:812
Symbol 805 GraphicUsed by:812
Symbol 806 GraphicUsed by:812
Symbol 807 GraphicUsed by:812
Symbol 808 GraphicUsed by:812
Symbol 809 GraphicUsed by:812
Symbol 810 ShapeTweeningUsed by:812
Symbol 811 GraphicUsed by:812
Symbol 812 MovieClipUses:801 802 803 804 297 805 806 807 808 809 23 810 811Used by:870
Symbol 813 ShapeTweeningUsed by:819
Symbol 814 ShapeTweeningUsed by:819
Symbol 815 GraphicUsed by:819
Symbol 816 GraphicUsed by:819
Symbol 817 GraphicUsed by:818
Symbol 818 MovieClipUses:817Used by:819
Symbol 819 MovieClipUses:813 814 815 816 818Used by:870
Symbol 820 GraphicUsed by:870
Symbol 821 GraphicUsed by:822
Symbol 822 MovieClipUses:821 341Used by:870
Symbol 823 GraphicUsed by:870
Symbol 824 GraphicUsed by:870
Symbol 825 GraphicUsed by:826
Symbol 826 MovieClipUses:825Used by:838
Symbol 827 GraphicUsed by:828
Symbol 828 MovieClipUses:827Used by:837
Symbol 829 GraphicUsed by:830
Symbol 830 MovieClipUses:829Used by:837
Symbol 831 GraphicUsed by:832
Symbol 832 MovieClipUses:831Used by:837
Symbol 833 ShapeTweeningUsed by:837
Symbol 834 GraphicUsed by:837
Symbol 835 ShapeTweeningUsed by:837
Symbol 836 GraphicUsed by:837
Symbol 837 MovieClipUses:828 830 832 833 834 835 836Used by:838
Symbol 838 MovieClipUses:826 837 22Used by:870
Symbol 839 GraphicUsed by:870
Symbol 840 ShapeTweeningUsed by:845
Symbol 841 ShapeTweeningUsed by:845
Symbol 842 ShapeTweeningUsed by:845
Symbol 843 ShapeTweeningUsed by:845
Symbol 844 GraphicUsed by:845
Symbol 845 MovieClipUses:840 841 842 843 844Used by:870
Symbol 846 GraphicUsed by:870
Symbol 847 GraphicUsed by:866
Symbol 848 ShapeTweeningUsed by:865
Symbol 849 ShapeTweeningUsed by:865
Symbol 850 ShapeTweeningUsed by:865
Symbol 851 ShapeTweeningUsed by:865
Symbol 852 ShapeTweeningUsed by:865
Symbol 853 ShapeTweeningUsed by:865
Symbol 854 ShapeTweeningUsed by:865
Symbol 855 ShapeTweeningUsed by:865
Symbol 856 ShapeTweeningUsed by:865
Symbol 857 ShapeTweeningUsed by:865
Symbol 858 ShapeTweeningUsed by:865
Symbol 859 ShapeTweeningUsed by:865
Symbol 860 ShapeTweeningUsed by:865
Symbol 861 ShapeTweeningUsed by:865
Symbol 862 ShapeTweeningUsed by:865
Symbol 863 ShapeTweeningUsed by:865
Symbol 864 GraphicUsed by:865
Symbol 865 MovieClipUses:668 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864Used by:866
Symbol 866 MovieClipUses:847 865Used by:870
Symbol 867 GraphicUsed by:870
Symbol 868 GraphicUsed by:870
Symbol 869 GraphicUsed by:870
Symbol 870 MovieClipUses:778 785 787 788 790 796 798 799 800 812 819 820 822 823 824 838 839 845 846 866 867 868 869Used by:879
Symbol 871 GraphicUsed by:872
Symbol 872 MovieClipUses:871Used by:878
Symbol 873 GraphicUsed by:874
Symbol 874 MovieClipUses:873Used by:878
Symbol 875 GraphicUsed by:876
Symbol 876 MovieClipUses:875Used by:877
Symbol 877 MovieClipUses:876Used by:878
Symbol 878 MovieClipUses:872 874 877Used by:879
Symbol 879 MovieClipUses:501 556 558 560 561 22 569 570 772 341 870 878Used by:Timeline
Symbol 880 GraphicUsed by:881
Symbol 881 MovieClipUses:880Used by:Timeline
Symbol 882 GraphicUsed by:883
Symbol 883 MovieClipUses:882Used by:Timeline
Symbol 884 GraphicUsed by:916
Symbol 885 GraphicUsed by:916
Symbol 886 GraphicUsed by:887
Symbol 887 MovieClipUses:886Used by:916
Symbol 888 GraphicUsed by:916
Symbol 889 GraphicUsed by:916
Symbol 890 GraphicUsed by:916
Symbol 891 GraphicUsed by:916
Symbol 892 GraphicUsed by:916
Symbol 893 GraphicUsed by:916
Symbol 894 GraphicUsed by:916
Symbol 895 GraphicUsed by:896
Symbol 896 MovieClipUses:895Used by:916
Symbol 897 GraphicUsed by:916
Symbol 898 GraphicUsed by:916
Symbol 899 GraphicUsed by:916
Symbol 900 GraphicUsed by:916
Symbol 901 GraphicUsed by:916
Symbol 902 GraphicUsed by:916
Symbol 903 GraphicUsed by:916
Symbol 904 GraphicUsed by:916
Symbol 905 GraphicUsed by:916
Symbol 906 GraphicUsed by:916
Symbol 907 GraphicUsed by:916
Symbol 908 EditableTextUses:20Used by:916
Symbol 909 EditableTextUses:20Used by:916
Symbol 910 EditableTextUses:20Used by:916
Symbol 911 EditableTextUses:20Used by:916
Symbol 912 EditableTextUses:20Used by:916
Symbol 913 EditableTextUses:20Used by:916
Symbol 914 EditableTextUses:20Used by:916
Symbol 915 EditableTextUses:20Used by:916
Symbol 916 MovieClipUses:884 885 887 888 889 890 891 892 893 894 896 897 898 899 900 901 902 357 903 904 364 905 362 366 906 907 908 909 423 910 911 912 913 914 915Used by:Timeline
Symbol 917 GraphicUsed by:926
Symbol 918 GraphicUsed by:920 922 924
Symbol 919 TextUses:167Used by:920
Symbol 920 MovieClipUses:918 919Used by:926
Symbol 921 TextUses:167Used by:922
Symbol 922 MovieClipUses:918 921Used by:926
Symbol 923 TextUses:167Used by:924
Symbol 924 MovieClipUses:918 923Used by:926
Symbol 925 TextUses:167Used by:926
Symbol 926 MovieClipUses:917 634 473 920 922 924 925Used by:Timeline
Symbol 927 ShapeTweeningUsed by:933
Symbol 928 ShapeTweeningUsed by:933
Symbol 929 ShapeTweeningUsed by:933
Symbol 930 ShapeTweeningUsed by:933
Symbol 931 ShapeTweeningUsed by:933
Symbol 932 ShapeTweeningUsed by:933
Symbol 933 MovieClipUses:181 927 928 929 930 931 932Used by:Timeline
Symbol 934 GraphicUsed by:935
Symbol 935 MovieClipUses:934Used by:Timeline
Symbol 936 GraphicUsed by:949
Symbol 937 GraphicUsed by:949
Symbol 938 GraphicUsed by:949
Symbol 939 GraphicUsed by:949
Symbol 940 GraphicUsed by:949
Symbol 941 GraphicUsed by:949
Symbol 942 GraphicUsed by:949
Symbol 943 GraphicUsed by:949
Symbol 944 GraphicUsed by:949
Symbol 945 GraphicUsed by:949
Symbol 946 GraphicUsed by:949
Symbol 947 GraphicUsed by:949
Symbol 948 GraphicUsed by:949
Symbol 949 MovieClipUses:936 937 938 939 940 941 942 96 943 944 945 94 946 947 948Used by:Timeline
Symbol 950 GraphicUsed by:962
Symbol 951 FontUsed by:952
Symbol 952 TextUses:951Used by:962
Symbol 953 GraphicUsed by:962
Symbol 954 GraphicUsed by:962
Symbol 955 GraphicUsed by:962
Symbol 956 GraphicUsed by:962
Symbol 957 GraphicUsed by:962
Symbol 958 GraphicUsed by:962
Symbol 959 GraphicUsed by:962
Symbol 960 GraphicUsed by:962
Symbol 961 GraphicUsed by:962
Symbol 962 MovieClipUses:950 952 953 954 955 956 957 958 959 960 961Used by:Timeline
Symbol 963 GraphicUsed by:966
Symbol 964 ShapeTweeningUsed by:966
Symbol 965 GraphicUsed by:966
Symbol 966 MovieClipUses:963 964 965Used by:Timeline
Symbol 967 GraphicUsed by:968
Symbol 968 MovieClipUses:967Used by:Timeline
Symbol 969 GraphicUsed by:972 1000 1001  Timeline
Symbol 970 GraphicUsed by:971
Symbol 971 MovieClipUses:970Used by:972
Symbol 972 MovieClipUses:969 971Used by:Timeline
Symbol 973 GraphicUsed by:974
Symbol 974 MovieClipUses:973Used by:Timeline
Symbol 975 FontUsed by:976
Symbol 976 TextUses:975Used by:Timeline
Symbol 977 GraphicUsed by:978
Symbol 978 MovieClipUses:977Used by:Timeline
Symbol 979 GraphicUsed by:Timeline
Symbol 980 ShapeTweeningUsed by:984
Symbol 981 ShapeTweeningUsed by:984
Symbol 982 ShapeTweeningUsed by:984
Symbol 983 ShapeTweeningUsed by:984
Symbol 984 MovieClipUses:980 981 982 983 135Used by:998
Symbol 985 GraphicUsed by:986
Symbol 986 MovieClipUses:985Used by:987 988
Symbol 987 MovieClipUses:986Used by:998
Symbol 988 MovieClipUses:986Used by:998
Symbol 989 GraphicUsed by:990
Symbol 990 MovieClipUses:989Used by:998
Symbol 991 GraphicUsed by:992
Symbol 992 MovieClipUses:991Used by:998
Symbol 993 GraphicUsed by:994
Symbol 994 MovieClipUses:993Used by:998
Symbol 995 GraphicUsed by:996
Symbol 996 MovieClipUses:995Used by:998
Symbol 997 GraphicUsed by:998
Symbol 998 MovieClipUses:984 987 988 990 992 994 996 427 997Used by:Timeline
Symbol 999 ShapeTweeningUsed by:1000
Symbol 1000 MovieClipUses:80 150 148 999 969Used by:Timeline
Symbol 1001 MovieClipUses:969Used by:Timeline
Symbol 1002 GraphicUsed by:1003
Symbol 1003 MovieClipUses:1002Used by:Timeline
Symbol 1004 GraphicUsed by:Timeline
Symbol 1005 ShapeTweeningUsed by:Timeline
Symbol 1006 ShapeTweeningUsed by:Timeline
Symbol 1007 GraphicUsed by:1009
Symbol 1008 TextUses:152Used by:1009
Symbol 1009 MovieClipUses:1007 1008Used by:Timeline
Symbol 1010 GraphicUsed by:1011
Symbol 1011 MovieClipUses:1010Used by:Timeline
Symbol 1012 GraphicUsed by:Timeline
Symbol 1013 TextUses:152Used by:1014
Symbol 1014 MovieClipUses:1013Used by:Timeline
Symbol 1015 ShapeTweeningUsed by:1017
Symbol 1016 ShapeTweeningUsed by:1017
Symbol 1017 MovieClipUses:1015 22 1016 18Used by:Timeline

Instance Names

"levelbg"Frame 212Symbol 215 MovieClip
"level"Frame 212Symbol 879 MovieClip
"light"Frame 212Symbol 881 MovieClip
"time"Frame 212Symbol 933 MovieClip
"lavafilter"Frame 212Symbol 935 MovieClip
"blackfilter"Frame 212Symbol 972 MovieClip
"island"Frame 513Symbol 1000 MovieClip
"bar"Symbol 51 MovieClip Frame 1Symbol 49 MovieClip
"sun"Symbol 205 MovieClip Frame 1Symbol 204 MovieClip
"sunmoon"Symbol 215 MovieClip Frame 1Symbol 205 MovieClip
"sunmoon"Symbol 215 MovieClip Frame 18Symbol 205 MovieClip
"sunmoon"Symbol 215 MovieClip Frame 28Symbol 205 MovieClip
"righteye"Symbol 310 MovieClip Frame 1Symbol 303 MovieClip
"lefteye"Symbol 310 MovieClip Frame 1Symbol 303 MovieClip
"body"Symbol 339 MovieClip Frame 1Symbol 335 MovieClip
"righteye"Symbol 389 MovieClip Frame 1Symbol 377 MovieClip
"lefteye"Symbol 389 MovieClip Frame 1Symbol 377 MovieClip
"flash"Symbol 479 MovieClip Frame 1Symbol 477 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 1Symbol 479 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 6Symbol 479 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 31Symbol 479 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 41Symbol 479 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 66Symbol 479 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 76Symbol 479 MovieClip
"icebosshead"Symbol 500 MovieClip Frame 86Symbol 479 MovieClip
"blob1"Symbol 501 MovieClip Frame 1Symbol 287 MovieClip
"finalboss"Symbol 501 MovieClip Frame 1Symbol 322 MovieClip
"iceboss"Symbol 501 MovieClip Frame 30Symbol 500 MovieClip
"ticket"Symbol 501 MovieClip Frame 30Symbol 473 MovieClip
"stand"Symbol 556 MovieClip Frame 1Symbol 504 MovieClip
"standred"Symbol 556 MovieClip Frame 1Symbol 504 MovieClip
"dead"Symbol 556 MovieClip Frame 9Symbol 540 MovieClip
"stand"Symbol 556 MovieClip Frame 26Symbol 106 MovieClip
"stand"Symbol 556 MovieClip Frame 26Symbol 106 MovieClip
"head"Symbol 720 MovieClip Frame 1Symbol 719 MovieClip
"laser"Symbol 721 MovieClip Frame 1Symbol 712 MovieClip
"head"Symbol 721 MovieClip Frame 1Symbol 720 MovieClip
"head"Symbol 722 MovieClip Frame 1Symbol 721 MovieClip
"acidspouts"Symbol 772 MovieClip Frame 1Symbol 618 MovieClip
"watersurface"Symbol 772 MovieClip Frame 8Symbol 687 MovieClip
"robotspider"Symbol 772 MovieClip Frame 10Symbol 722 MovieClip
"acidspouts"Symbol 772 MovieClip Frame 10Symbol 751 MovieClip
"watersurface"Symbol 772 MovieClip Frame 12Symbol 687 MovieClip
"robotspider"Symbol 772 MovieClip Frame 14Symbol 722 MovieClip
"acidspouts"Symbol 772 MovieClip Frame 14Symbol 751 MovieClip
"head"Symbol 838 MovieClip Frame 1Symbol 837 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 16Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 26Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"robotspider"Symbol 870 MovieClip Frame 30Symbol 838 MovieClip
"backscenery"Symbol 879 MovieClip Frame 1Symbol 501 MovieClip
"sprite"Symbol 879 MovieClip Frame 1Symbol 556 MovieClip
"warp1"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp2"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"camera"Symbol 879 MovieClip Frame 1Symbol 560 MovieClip
"warp3"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp5"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp4"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp6"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp7"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp8"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp9"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp10"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp12"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp11"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp13"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp15"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp14"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp17"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"warp18"Symbol 879 MovieClip Frame 1Symbol 558 MovieClip
"event1"Symbol 879 MovieClip Frame 1Symbol 22 MovieClip
"shield"Symbol 879 MovieClip Frame 1Symbol 569 MovieClip
"event2"Symbol 879 MovieClip Frame 1Symbol 22 MovieClip
"event3"Symbol 879 MovieClip Frame 1Symbol 22 MovieClip
"event4"Symbol 879 MovieClip Frame 1Symbol 22 MovieClip
"frontscenery"Symbol 879 MovieClip Frame 1Symbol 772 MovieClip
"wall"Symbol 879 MovieClip Frame 1Symbol 870 MovieClip
"foreground"Symbol 879 MovieClip Frame 1Symbol 878 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "volcano"
ExportAssets (56)Timeline Frame 1Symbol 2 as "title"
ExportAssets (56)Timeline Frame 1Symbol 3 as "strawberryboss"
ExportAssets (56)Timeline Frame 1Symbol 4 as "spiderboss"
ExportAssets (56)Timeline Frame 1Symbol 5 as "scary"
ExportAssets (56)Timeline Frame 1Symbol 6 as "pyramid"
ExportAssets (56)Timeline Frame 1Symbol 7 as "end"
ExportAssets (56)Timeline Frame 1Symbol 8 as "lavatunnel"
ExportAssets (56)Timeline Frame 1Symbol 9 as "lastboss"
ExportAssets (56)Timeline Frame 1Symbol 10 as "introspace"
ExportAssets (56)Timeline Frame 1Symbol 11 as "intro"
ExportAssets (56)Timeline Frame 1Symbol 12 as "iiloop"
ExportAssets (56)Timeline Frame 1Symbol 13 as "ii"
ExportAssets (56)Timeline Frame 1Symbol 14 as "iceboss"
ExportAssets (56)Timeline Frame 1Symbol 15 as "icecave"
ExportAssets (56)Timeline Frame 1Symbol 16 as "birdcave"
ExportAssets (56)Timeline Frame 1Symbol 17 as "blup"
ExportAssets (56)Timeline Frame 1Symbol 26 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 29 as "bubble"
ExportAssets (56)Timeline Frame 3Symbol 17 as "blup"
ExportAssets (56)Timeline Frame 212Symbol 17 as "blup"
ExportAssets (56)Timeline Frame 212Symbol 17 as "blup"
ExportAssets (56)Timeline Frame 212Symbol 17 as "blup"
ExportAssets (56)Timeline Frame 212Symbol 17 as "blup"

Labels

"title"Frame 2
"end"Frame 211
"end2"Frame 512
"end"Symbol 151 MovieClip Frame 80
"island"Symbol 215 MovieClip Frame 1
"lavatunnel"Symbol 215 MovieClip Frame 6
"volcano"Symbol 215 MovieClip Frame 10
"limecave"Symbol 215 MovieClip Frame 12
"pyramid"Symbol 215 MovieClip Frame 24
"icecave"Symbol 215 MovieClip Frame 32
"underegg"Symbol 215 MovieClip Frame 36
"egg"Symbol 215 MovieClip Frame 38
"stand"Symbol 556 MovieClip Frame 1
"walkleft"Symbol 556 MovieClip Frame 2
"walkright"Symbol 556 MovieClip Frame 4
"spin"Symbol 556 MovieClip Frame 5
"runleft"Symbol 556 MovieClip Frame 6
"runright"Symbol 556 MovieClip Frame 8
"dead"Symbol 556 MovieClip Frame 9
"shield"Symbol 556 MovieClip Frame 10
"swimright"Symbol 556 MovieClip Frame 11
"swimleft"Symbol 556 MovieClip Frame 13
"swimrightdown"Symbol 556 MovieClip Frame 15
"swimleftdown"Symbol 556 MovieClip Frame 17
"swimleftup"Symbol 556 MovieClip Frame 19
"swimrightup"Symbol 556 MovieClip Frame 21
"swimup"Symbol 556 MovieClip Frame 23
"swimdown"Symbol 556 MovieClip Frame 25
"swimstill"Symbol 556 MovieClip Frame 26
"blob1"Symbol 916 MovieClip Frame 1
"blob1sleep"Symbol 916 MovieClip Frame 9
"sign1"Symbol 916 MovieClip Frame 13
"floatbuddy"Symbol 916 MovieClip Frame 15
"pillparents"Symbol 916 MovieClip Frame 18
"sign2"Symbol 916 MovieClip Frame 21
"pyramid"Symbol 916 MovieClip Frame 23
"pyramid2"Symbol 916 MovieClip Frame 25
"pyramid3"Symbol 916 MovieClip Frame 27
"noreturn"Symbol 916 MovieClip Frame 29
"island"Symbol 949 MovieClip Frame 1
"entrance"Symbol 949 MovieClip Frame 4
"lavatunnel"Symbol 949 MovieClip Frame 6
"volcano"Symbol 949 MovieClip Frame 10
"limecave"Symbol 949 MovieClip Frame 12
"forest"Symbol 949 MovieClip Frame 18
"pyramid"Symbol 949 MovieClip Frame 24
"beach"Symbol 949 MovieClip Frame 28
"icecave"Symbol 949 MovieClip Frame 32
"underegg"Symbol 949 MovieClip Frame 36
"egg"Symbol 949 MovieClip Frame 38
"zero"Symbol 962 MovieClip Frame 1
"one"Symbol 962 MovieClip Frame 2
"two"Symbol 962 MovieClip Frame 3
"three"Symbol 962 MovieClip Frame 4
"four"Symbol 962 MovieClip Frame 5
"five"Symbol 962 MovieClip Frame 6
"six"Symbol 962 MovieClip Frame 7
"seven"Symbol 962 MovieClip Frame 8
"eight"Symbol 962 MovieClip Frame 9
"nine"Symbol 962 MovieClip Frame 10
"end"Symbol 1000 MovieClip Frame 195




http://swfchan.com/3/13020/info.shtml
Created: 12/8 -2019 03:21:45 Last modified: 12/8 -2019 03:21:45 Server time: 02/05 -2024 01:38:56