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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

Loa and the Island Quest.swf

This is the info page for
Flash #30933

(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

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"); }
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 188 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 214 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 876 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 878 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 880 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 913 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 923 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 930 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 932 MovieClip "lavafilter" in Frame 212
onClipEvent (load) { if ((_global.location == 2) or (_global.location == 3)) { _visible = true; } else { _visible = false; } }
Instance of Symbol 946 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 959 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 963 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 969 MovieClip "blackfilter" in Frame 212
onClipEvent (load) { _visible = false; }
Instance of Symbol 971 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"); }
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 998 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 201 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = (-_parent._rotation); } }
Instance of Symbol 203 MovieClip "sun" in Symbol 204 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 199 MovieClip in Symbol 214 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 204 MovieClip "sunmoon" in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = _global.clock; } }
Instance of Symbol 147 MovieClip in Symbol 214 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 199 MovieClip in Symbol 214 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 204 MovieClip "sunmoon" in Symbol 214 MovieClip Frame 18
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = _global.clock; } }
Instance of Symbol 147 MovieClip in Symbol 214 MovieClip Frame 18
onClipEvent (enterFrame) { if ((_root.paused == false) and (_currentframe < 40)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 199 MovieClip in Symbol 214 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 204 MovieClip "sunmoon" in Symbol 214 MovieClip Frame 28
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = _global.clock; } }
Instance of Symbol 147 MovieClip in Symbol 214 MovieClip Frame 28
onClipEvent (enterFrame) { if ((_root.paused == false) and (_currentframe < 40)) { play(); } if (_root.paused == true) { stop(); } }
Symbol 285 MovieClip Frame 50
if (_global.clock < 0) { gotoAndPlay (1); }
Symbol 285 MovieClip Frame 119
if (_global.clock > 0) { gotoAndPlay (95); }
Instance of Symbol 22 MovieClip in Symbol 301 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 306 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 301 MovieClip "righteye" in Symbol 308 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 301 MovieClip "lefteye" in Symbol 308 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 307 MovieClip in Symbol 308 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 320 MovieClip Frame 86
_global.music.stop();
Symbol 320 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 331 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.paused == false) { _parent.play(); } if (_root.paused == true) { _parent.stop(); } }
Instance of Symbol 333 MovieClip "body" in Symbol 337 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 358 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 375 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 375 MovieClip "lefteye" in Symbol 387 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 387 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 387 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 387 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 389 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 401 MovieClip in Symbol 403 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 401 MovieClip in Symbol 403 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 403 MovieClip Frame 266
gotoAndPlay (1);
Instance of Symbol 22 MovieClip in Symbol 406 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 408 MovieClip Frame 1
onClipEvent (load) { _visible = false; if ((_global.location < 8) or (_global.location > 10)) { _parent.swapDepths(0); removeMovieClip(_parent); } }
Instance of Symbol 471 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) { stop(); if (_global.ticket == true) { this.swapDepths(0); removeMovieClip(this); } }
Instance of Symbol 475 MovieClip "flash" in Symbol 477 MovieClip Frame 1
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_root.paused == false) { if (_alpha > 0) { _alpha = ((_alpha / 2) - 1); } } }
Instance of Symbol 491 MovieClip in Symbol 498 MovieClip Frame 86
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 491 MovieClip in Symbol 498 MovieClip Frame 86
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 285 MovieClip "blob1" in Symbol 499 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 320 MovieClip "finalboss" in Symbol 499 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 337 MovieClip in Symbol 499 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 337 MovieClip in Symbol 499 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 337 MovieClip in Symbol 499 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 337 MovieClip in Symbol 499 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 337 MovieClip in Symbol 499 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 337 MovieClip in Symbol 499 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 499 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 339 MovieClip in Symbol 499 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 339 MovieClip in Symbol 499 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 339 MovieClip in Symbol 499 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 339 MovieClip in Symbol 499 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 339 MovieClip in Symbol 499 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 339 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 352 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 356 MovieClip in Symbol 499 MovieClip Frame 8
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 365 MovieClip in Symbol 499 MovieClip Frame 8
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 352 MovieClip in Symbol 499 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 352 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 403 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 352 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 356 MovieClip in Symbol 499 MovieClip Frame 12
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 365 MovieClip in Symbol 499 MovieClip Frame 12
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 499 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 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 353 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 352 MovieClip in Symbol 499 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 352 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 403 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 408 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 421 MovieClip in Symbol 499 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 421 MovieClip in Symbol 499 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 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 358 MovieClip in Symbol 499 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 358 MovieClip in Symbol 499 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 435 MovieClip in Symbol 499 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 452 MovieClip in Symbol 499 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 452 MovieClip in Symbol 499 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 452 MovieClip in Symbol 499 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 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 499 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 498 MovieClip "iceboss" in Symbol 499 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 471 MovieClip "ticket" in Symbol 499 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 421 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 342 MovieClip in Symbol 499 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 502 MovieClip Frame 8
gotoAndPlay (1);
Symbol 538 MovieClip Frame 14
if (_root.oldlocation == _global.location) { _global.health = _global.maxhealth; } stop(); _root.play();
Symbol 547 MovieClip Frame 20
stop();
Instance of Symbol 502 MovieClip "stand" in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 502 MovieClip "standred" in Symbol 553 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 515 MovieClip in Symbol 553 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 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 515 MovieClip in Symbol 553 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 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 522 MovieClip in Symbol 553 MovieClip Frame 5
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 522 MovieClip in Symbol 553 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 515 MovieClip in Symbol 553 MovieClip Frame 6
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 MovieClip Frame 6
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 MovieClip Frame 6
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 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 515 MovieClip in Symbol 553 MovieClip Frame 8
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 MovieClip Frame 8
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 MovieClip Frame 8
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 515 MovieClip in Symbol 553 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 545 MovieClip in Symbol 553 MovieClip Frame 10
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 545 MovieClip in Symbol 553 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 547 MovieClip in Symbol 553 MovieClip Frame 10
onClipEvent (load) { _visible = false; if (_root.underwater == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 MovieClip Frame 11
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 13
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 15
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 17
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 19
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 21
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 23
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 552 MovieClip in Symbol 553 MovieClip Frame 25
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 552 MovieClip in Symbol 553 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 553 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 106 MovieClip "stand" in Symbol 553 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 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Symbol 612 MovieClip Frame 121
this.swapDepths(0); removeMovieClip(this);
Instance of Symbol 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 607 MovieClip in Symbol 615 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 612 MovieClip in Symbol 615 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 619 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 683 MovieClip in Symbol 684 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 683 MovieClip in Symbol 684 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 683 MovieClip in Symbol 684 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 683 MovieClip in Symbol 684 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 683 MovieClip in Symbol 684 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 683 MovieClip in Symbol 684 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 683 MovieClip in Symbol 684 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 689 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 695 MovieClip Frame 1
onClipEvent (load) { _visible = false; if (_global.location != 5) { _parent.swapDepths(0); removeMovieClip(_parent); } }
Symbol 702 MovieClip Frame 1
stop();
Instance of Symbol 716 MovieClip "head" in Symbol 717 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 704 MovieClip in Symbol 718 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (-_parent._x); _y = (-_parent._y); }
Instance of Symbol 709 MovieClip "laser" in Symbol 718 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 717 MovieClip "head" in Symbol 718 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 702 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 718 MovieClip "head" in Symbol 719 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 702 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 113
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 113
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 113
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 113
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 151
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 151
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 151
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 702 MovieClip in Symbol 719 MovieClip Frame 151
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Symbol 722 MovieClip Frame 121
this.swapDepths(0); removeMovieClip(this);
Instance of Symbol 722 MovieClip in Symbol 748 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 736 MovieClip in Symbol 748 MovieClip Frame 232
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 736 MovieClip in Symbol 748 MovieClip Frame 234
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 753 MovieClip in Symbol 754 MovieClip Frame 1
onClipEvent (load) { _height = (random(26) + 25); _width = (random(126) + 25); _rotation = (random(21) - 10); }
Symbol 755 MovieClip Frame 20
stop();
Instance of Symbol 757 MovieClip in Symbol 758 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 339 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 615 MovieClip "acidspouts" in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 719 MovieClip "robotspider" in Symbol 769 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 748 MovieClip "acidspouts" in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 619 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 631 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 663 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 689 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 695 MovieClip in Symbol 769 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 719 MovieClip "robotspider" in Symbol 769 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 748 MovieClip "acidspouts" in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 408 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 769 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 769 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 769 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 769 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 769 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 94 MovieClip in Symbol 769 MovieClip Frame 26
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 570 MovieClip in Symbol 769 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 572 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 766 MovieClip in Symbol 769 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 339 MovieClip in Symbol 784 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 339 MovieClip in Symbol 784 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 339 MovieClip in Symbol 784 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 339 MovieClip in Symbol 784 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 339 MovieClip in Symbol 784 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 339 MovieClip in Symbol 784 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 793 MovieClip Frame 1
stop();
Symbol 793 MovieClip Frame 37
stop();
Instance of Symbol 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 339 MovieClip in Symbol 819 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 823 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 823 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 823 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 823 MovieClip in Symbol 835 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 835 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 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 862 MovieClip in Symbol 863 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.paused == false) and this.hitTest(_root.lavafilter)) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(50); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 782 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 782 MovieClip in Symbol 867 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 782 MovieClip in Symbol 867 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 793 MovieClip in Symbol 867 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 795 MovieClip in Symbol 867 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 809 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(100); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(88); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(76); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(64); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(52); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(28); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(16); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (load) { this.gotoAndPlay(4); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 782 MovieClip in Symbol 867 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 867 MovieClip Frame 10
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = (_rotation+1); } }
Instance of Symbol 819 MovieClip in Symbol 867 MovieClip Frame 10
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = (_rotation+1); } }
Instance of Symbol 782 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 809 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(100); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(88); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(76); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(64); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(52); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(40); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(28); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(16); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 775 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (load) { this.gotoAndPlay(4); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 782 MovieClip in Symbol 867 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 867 MovieClip Frame 14
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = (_rotation+1); } }
Instance of Symbol 819 MovieClip in Symbol 867 MovieClip Frame 14
onClipEvent (enterFrame) { if (_root.paused == false) { _rotation = (_rotation+1); } }
Instance of Symbol 782 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 784 MovieClip in Symbol 867 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 842 MovieClip in Symbol 867 MovieClip Frame 26
onClipEvent (load) { this.gotoAndPlay(150); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 842 MovieClip in Symbol 867 MovieClip Frame 26
onClipEvent (load) { this.gotoAndPlay(75); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 842 MovieClip in Symbol 867 MovieClip Frame 26
onClipEvent (load) { this.gotoAndPlay(150); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 842 MovieClip in Symbol 867 MovieClip Frame 26
onClipEvent (load) { this.gotoAndPlay(75); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 816 MovieClip in Symbol 867 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 816 MovieClip in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 835 MovieClip "robotspider" in Symbol 867 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 795 MovieClip in Symbol 867 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 874 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(95) + 1); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 874 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(95) + 1); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 874 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(95) + 1); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 874 MovieClip in Symbol 875 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(95) + 1); } onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Instance of Symbol 499 MovieClip "backscenery" in Symbol 876 MovieClip Frame 1
onClipEvent (load) { stop(); gotoAndStop(_global.location * 2); }
Instance of Symbol 553 MovieClip "sprite" in Symbol 876 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 555 MovieClip "warp1" in Symbol 876 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 555 MovieClip "warp2" in Symbol 876 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 557 MovieClip "camera" in Symbol 876 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 555 MovieClip in Symbol 876 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 555 MovieClip "warp3" in Symbol 876 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 555 MovieClip "warp5" in Symbol 876 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 555 MovieClip "warp4" in Symbol 876 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 555 MovieClip "warp6" in Symbol 876 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 555 MovieClip "warp7" in Symbol 876 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 555 MovieClip "warp8" in Symbol 876 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 555 MovieClip "warp9" in Symbol 876 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 555 MovieClip "warp10" in Symbol 876 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 555 MovieClip "warp12" in Symbol 876 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 555 MovieClip "warp11" in Symbol 876 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 555 MovieClip "warp13" in Symbol 876 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 555 MovieClip "warp15" in Symbol 876 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 555 MovieClip "warp14" in Symbol 876 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 555 MovieClip "warp17" in Symbol 876 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 555 MovieClip in Symbol 876 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 555 MovieClip "warp18" in Symbol 876 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 22 MovieClip "event1" in Symbol 876 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 566 MovieClip "shield" in Symbol 876 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 876 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 876 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 876 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 769 MovieClip "frontscenery" in Symbol 876 MovieClip Frame 1
onClipEvent (load) { stop(); gotoAndStop(_global.location * 2); }
Instance of Symbol 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 339 MovieClip in Symbol 876 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 867 MovieClip "wall" in Symbol 876 MovieClip Frame 1
onClipEvent (load) { stop(); gotoAndStop(_global.location * 2); }
Instance of Symbol 875 MovieClip "foreground" in Symbol 876 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 884 MovieClip in Symbol 913 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Symbol 913 MovieClip Frame 8
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Instance of Symbol 893 MovieClip in Symbol 913 MovieClip Frame 9
onClipEvent (enterFrame) { if (_root.paused == false) { play(); } if (_root.paused == true) { stop(); } }
Symbol 913 MovieClip Frame 12
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 MovieClip Frame 14
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 MovieClip Frame 17
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 MovieClip Frame 20
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 MovieClip Frame 22
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 MovieClip Frame 24
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 MovieClip Frame 26
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Symbol 913 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 913 MovieClip Frame 30
_visible = false; _root.conversation = false; _root.paused = false; _root.keypressed = true;
Instance of Symbol 631 MovieClip in Symbol 923 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_global.redkey == true) { _visible = true; } if (_currentframe == 8) { gotoAndPlay (1); } }
Instance of Symbol 631 MovieClip in Symbol 923 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_global.yellowkey == true) { _visible = true; } if (_currentframe == 8) { gotoAndPlay (1); } }
Instance of Symbol 631 MovieClip in Symbol 923 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_global.greenkey == true) { _visible = true; } if (_currentframe == 8) { gotoAndPlay (1); } }
Instance of Symbol 631 MovieClip in Symbol 923 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_global.blackkey == true) { _visible = true; } if (_currentframe == 8) { gotoAndPlay (1); } }
Instance of Symbol 631 MovieClip in Symbol 923 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_global.bluekey == true) { _visible = true; } if (_currentframe == 8) { gotoAndPlay (1); } }
Instance of Symbol 471 MovieClip in Symbol 923 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_global.ticket == true) { _visible = true; } if (_currentframe == 8) { gotoAndPlay (1); } }
Instance of Symbol 917 MovieClip in Symbol 923 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 919 MovieClip in Symbol 923 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 921 MovieClip in Symbol 923 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 968 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Symbol 997 MovieClip Frame 195
_root.play();
Instance of Symbol 22 MovieClip in Symbol 1014 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 1014 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:471 631 663 766  Timeline
Symbol 18 GraphicUsed by:26 452 475 498 612 722 1014
Symbol 19 GraphicUsed by:22
Symbol 20 FontUsed by:21 186 905 906 907 908 909 910 911 912
Symbol 21 EditableTextUses:20Used by:22
Symbol 22 MovieClipUses:19 21Used by:26 146 301 306 331 358 375 387 389 406 408 619 689 695 835 876 1014  Timeline
Symbol 23 SoundUsed by:26 403 498 809
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 997
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 499 769 946
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:148 946
Symbol 97 GraphicUsed by:106
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:101 538 545
Symbol 101 MovieClipUses:98 100Used by:106 502
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 553
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 981
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 214
Symbol 148 MovieClipUses:85 87 89 94 96 129 130 136 141 147Used by:151 997
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:151 499 997  Timeline
Symbol 151 MovieClipUses:80 148 150Used by:Timeline
Symbol 152 FontUsed by:153 154 155 156 160 161 162 164 190 192 1005 1010
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 187 916 918 920 922
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
Symbol 176 TextUses:167Used by:177
Symbol 177 MovieClipUses:175 176Used by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 ShapeTweeningUsed by:Timeline
Symbol 180 GraphicUsed by:320 403 930  Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:188
Symbol 186 EditableTextUses:20Used by:188
Symbol 187 TextUses:167Used by:188
Symbol 188 MovieClipUses:185 186 187Used by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 TextUses:152Used by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 TextUses:152Used by:193
Symbol 193 MovieClipUses:192Used by:Timeline
Symbol 194 GraphicUsed by:199
Symbol 195 ShapeTweeningUsed by:199
Symbol 196 ShapeTweeningUsed by:199
Symbol 197 ShapeTweeningUsed by:199
Symbol 198 ShapeTweeningUsed by:199
Symbol 199 MovieClipUses:194 195 196 197 198Used by:214
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:204
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:204
Symbol 204 MovieClipUses:201 203Used by:214
Symbol 205 GraphicUsed by:214
Symbol 206 GraphicUsed by:214
Symbol 207 GraphicUsed by:214
Symbol 208 GraphicUsed by:214
Symbol 209 GraphicUsed by:214
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:214
Symbol 212 GraphicUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:199 204 147 205 206 207 208 209 211 212 213Used by:Timeline
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:499
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:499 769
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:499
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:222Used by:499 769
Symbol 224 GraphicUsed by:285
Symbol 225 GraphicUsed by:285
Symbol 226 GraphicUsed by:285
Symbol 227 GraphicUsed by:285
Symbol 228 GraphicUsed by:285
Symbol 229 GraphicUsed by:285
Symbol 230 GraphicUsed by:285
Symbol 231 GraphicUsed by:285
Symbol 232 GraphicUsed by:285
Symbol 233 GraphicUsed by:285
Symbol 234 GraphicUsed by:285
Symbol 235 GraphicUsed by:285
Symbol 236 GraphicUsed by:285
Symbol 237 GraphicUsed by:285
Symbol 238 GraphicUsed by:285
Symbol 239 GraphicUsed by:285
Symbol 240 GraphicUsed by:285
Symbol 241 GraphicUsed by:285
Symbol 242 GraphicUsed by:285
Symbol 243 GraphicUsed by:285
Symbol 244 GraphicUsed by:285
Symbol 245 GraphicUsed by:285
Symbol 246 GraphicUsed by:285
Symbol 247 GraphicUsed by:285
Symbol 248 GraphicUsed by:285
Symbol 249 GraphicUsed by:285
Symbol 250 GraphicUsed by:285
Symbol 251 GraphicUsed by:285
Symbol 252 GraphicUsed by:285
Symbol 253 GraphicUsed by:285
Symbol 254 GraphicUsed by:285
Symbol 255 GraphicUsed by:285
Symbol 256 GraphicUsed by:285
Symbol 257 GraphicUsed by:285
Symbol 258 GraphicUsed by:285
Symbol 259 GraphicUsed by:285
Symbol 260 GraphicUsed by:285
Symbol 261 GraphicUsed by:285
Symbol 262 GraphicUsed by:285
Symbol 263 GraphicUsed by:285
Symbol 264 ShapeTweeningUsed by:285
Symbol 265 ShapeTweeningUsed by:285
Symbol 266 GraphicUsed by:285
Symbol 267 GraphicUsed by:285
Symbol 268 ShapeTweeningUsed by:285
Symbol 269 GraphicUsed by:285
Symbol 270 GraphicUsed by:285
Symbol 271 GraphicUsed by:285
Symbol 272 GraphicUsed by:285
Symbol 273 ShapeTweeningUsed by:285
Symbol 274 ShapeTweeningUsed by:285
Symbol 275 GraphicUsed by:285
Symbol 276 GraphicUsed by:285
Symbol 277 GraphicUsed by:285
Symbol 278 GraphicUsed by:285
Symbol 279 GraphicUsed by:285
Symbol 280 GraphicUsed by:285
Symbol 281 GraphicUsed by:285
Symbol 282 GraphicUsed by:285
Symbol 283 GraphicUsed by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:224 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 284Used by:499
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:286Used by:499
Symbol 288 GraphicUsed by:308
Symbol 289 GraphicUsed by:301 375
Symbol 290 GraphicUsed by:301 375
Symbol 291 ShapeTweeningUsed by:301
Symbol 292 SoundUsed by:301 320 375
Symbol 293 GraphicUsed by:301 375
Symbol 294 ShapeTweeningUsed by:301
Symbol 295 SoundUsed by:301 375 809
Symbol 296 ShapeTweeningUsed by:301
Symbol 297 ShapeTweeningUsed by:301
Symbol 298 ShapeTweeningUsed by:301
Symbol 299 ShapeTweeningUsed by:301
Symbol 300 GraphicUsed by:301 375
Symbol 301 MovieClipUses:289 22 290 291 292 293 294 295 296 297 298 299 300Used by:308
Symbol 302 GraphicUsed by:308
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:307
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305 22Used by:307
Symbol 307 MovieClipUses:304 306Used by:308
Symbol 308 MovieClipUses:288 301 302 307Used by:320
Symbol 309 ShapeTweeningUsed by:320
Symbol 310 SoundUsed by:320
Symbol 311 SoundUsed by:320
Symbol 312 ShapeTweeningUsed by:320
Symbol 313 ShapeTweeningUsed by:320
Symbol 314 ShapeTweeningUsed by:320
Symbol 315 ShapeTweeningUsed by:320
Symbol 316 ShapeTweeningUsed by:320
Symbol 317 ShapeTweeningUsed by:320
Symbol 318 ShapeTweeningUsed by:320
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:308 292 309 310 180 311 312 313 314 315 316 317 318 319Used by:499
Symbol 321 GraphicUsed by:337
Symbol 322 GraphicUsed by:333
Symbol 323 ShapeTweeningUsed by:333
Symbol 324 ShapeTweeningUsed by:333
Symbol 325 GraphicUsed by:333
Symbol 326 ShapeTweeningUsed by:331
Symbol 327 GraphicUsed by:331
Symbol 328 GraphicUsed by:331
Symbol 329 ShapeTweeningUsed by:331
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:326 22 327 328 329 330Used by:333 566
Symbol 332 SoundUsed by:333 401 547
Symbol 333 MovieClipUses:322 323 324 325 331 332Used by:337
Symbol 334 GraphicUsed by:337
Symbol 335 GraphicUsed by:337
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:321 333 334 335 336Used by:499
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:498 499 614 769 784 819 876
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:342 352 353
Symbol 342 MovieClipUses:341Used by:499
Symbol 343 ShapeTweeningUsed by:352
Symbol 344 ShapeTweeningUsed by:352
Symbol 345 ShapeTweeningUsed by:352
Symbol 346 ShapeTweeningUsed by:352
Symbol 347 ShapeTweeningUsed by:352
Symbol 348 ShapeTweeningUsed by:352
Symbol 349 GraphicUsed by:352
Symbol 350 GraphicUsed by:352
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:341 343 344 345 346 347 348 349 350 351Used by:499
Symbol 353 MovieClipUses:341Used by:499
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:356 913
Symbol 356 MovieClipUses:355Used by:499
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357 22Used by:499
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:365 913
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:365 913
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:365 913
Symbol 365 MovieClipUses:360 362 364Used by:499
Symbol 366 ShapeTweeningUsed by:387
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:367Used by:387
Symbol 369 ShapeTweeningUsed by:375
Symbol 370 ShapeTweeningUsed by:375
Symbol 371 ShapeTweeningUsed by:375
Symbol 372 ShapeTweeningUsed by:375
Symbol 373 ShapeTweeningUsed by:375
Symbol 374 ShapeTweeningUsed by:375
Symbol 375 MovieClipUses:289 22 290 369 292 293 370 295 371 372 373 374 300Used by:387
Symbol 376 GraphicUsed by:387
Symbol 377 GraphicUsed by:387
Symbol 378 GraphicUsed by:387
Symbol 379 GraphicUsed by:387
Symbol 380 GraphicUsed by:387
Symbol 381 GraphicUsed by:387
Symbol 382 GraphicUsed by:387
Symbol 383 GraphicUsed by:387
Symbol 384 GraphicUsed by:387
Symbol 385 ShapeTweeningUsed by:387
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:366 368 375 22 376 377 378 379 380 381 382 383 384 385 386Used by:403
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:388 22Used by:403
Symbol 390 GraphicUsed by:401
Symbol 391 GraphicUsed by:401
Symbol 392 GraphicUsed by:401
Symbol 393 GraphicUsed by:401
Symbol 394 GraphicUsed by:401
Symbol 395 GraphicUsed by:401
Symbol 396 GraphicUsed by:401
Symbol 397 GraphicUsed by:401
Symbol 398 GraphicUsed by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:390 332 391 392 393 394 395 396 397 398 399 400Used by:403
Symbol 402 ShapeTweeningUsed by:403
Symbol 403 MovieClipUses:387 389 401 402 23 180Used by:499
Symbol 404 GraphicUsed by:499
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:405 22Used by:499 769
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407 22Used by:499 769
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409Used by:499
Symbol 411 GraphicUsed by:421
Symbol 412 GraphicUsed by:421
Symbol 413 GraphicUsed by:421
Symbol 414 GraphicUsed by:421
Symbol 415 GraphicUsed by:421
Symbol 416 GraphicUsed by:421
Symbol 417 GraphicUsed by:421
Symbol 418 GraphicUsed by:421
Symbol 419 GraphicUsed by:421
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:411 412 413 414 415 416 417 418 419 420Used by:499 913
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:422Used by:499
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:499 995
Symbol 426 GraphicUsed by:499
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:499 769
Symbol 429 GraphicUsed by:435
Symbol 430 GraphicUsed by:435
Symbol 431 ShapeTweeningUsed by:435
Symbol 432 GraphicUsed by:435
Symbol 433 ShapeTweeningUsed by:435
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:429 430 431 432 433 434Used by:499
Symbol 436 GraphicUsed by:452
Symbol 437 GraphicUsed by:452
Symbol 438 ShapeTweeningUsed by:452
Symbol 439 SoundUsed by:452 612 722
Symbol 440 ShapeTweeningUsed by:452
Symbol 441 ShapeTweeningUsed by:452
Symbol 442 ShapeTweeningUsed by:452
Symbol 443 ShapeTweeningUsed by:452
Symbol 444 ShapeTweeningUsed by:452
Symbol 445 ShapeTweeningUsed by:452
Symbol 446 GraphicUsed by:452
Symbol 447 ShapeTweeningUsed by:452
Symbol 448 GraphicUsed by:452 612 722
Symbol 449 SoundUsed by:452 612 722
Symbol 450 GraphicUsed by:452
Symbol 451 ShapeTweeningUsed by:452
Symbol 452 MovieClipUses:436 437 438 439 440 441 442 443 444 445 446 447 448 18 449 450 451Used by:499
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:453Used by:498
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:498
Symbol 457 GraphicUsed by:471
Symbol 458 GraphicUsed by:471
Symbol 459 GraphicUsed by:471
Symbol 460 GraphicUsed by:471
Symbol 461 GraphicUsed by:471
Symbol 462 GraphicUsed by:471
Symbol 463 GraphicUsed by:471
Symbol 464 GraphicUsed by:471
Symbol 465 GraphicUsed by:471
Symbol 466 GraphicUsed by:471
Symbol 467 GraphicUsed by:471
Symbol 468 GraphicUsed by:471
Symbol 469 GraphicUsed by:471
Symbol 470 GraphicUsed by:471
Symbol 471 MovieClipUses:457 458 459 460 461 462 463 464 465 466 17 467 468 469 470Used by:477 499 923
Symbol 472 GraphicUsed by:477
Symbol 473 ShapeTweeningUsed by:477
Symbol 474 GraphicUsed by:477
Symbol 475 MovieClipUses:18Used by:477
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClipUses:471 472 473 474 475 476Used by:498
Symbol 478 GraphicUsed by:498
Symbol 479 GraphicUsed by:498
Symbol 480 GraphicUsed by:498
Symbol 481 GraphicUsed by:498
Symbol 482 GraphicUsed by:498
Symbol 483 GraphicUsed by:498
Symbol 484 GraphicUsed by:498
Symbol 485 GraphicUsed by:498
Symbol 486 GraphicUsed by:498
Symbol 487 GraphicUsed by:498
Symbol 488 GraphicUsed by:498
Symbol 489 GraphicUsed by:491
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClipUses:489 490Used by:498
Symbol 492 GraphicUsed by:498
Symbol 493 GraphicUsed by:498
Symbol 494 GraphicUsed by:498
Symbol 495 GraphicUsed by:498
Symbol 496 ShapeTweeningUsed by:498
Symbol 497 GraphicUsed by:498
Symbol 498 MovieClipUses:454 456 477 478 479 480 481 482 483 484 485 486 487 488 23 491 492 339 493 494 495 18 496 497Used by:499
Symbol 499 MovieClipUses:216 218 150 220 223 285 287 320 337 339 342 352 353 356 358 365 403 404 406 408 410 421 423 425 426 94 428 435 452 498 471Used by:876
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:500Used by:502
Symbol 502 MovieClipUses:501 101Used by:553
Symbol 503 GraphicUsed by:515 552
Symbol 504 GraphicUsed by:507
Symbol 505 GraphicUsed by:506
Symbol 506 MovieClipUses:505Used by:507
Symbol 507 MovieClipUses:504 506Used by:515 552
Symbol 508 GraphicUsed by:515 552
Symbol 509 GraphicUsed by:515
Symbol 510 GraphicUsed by:515 552
Symbol 511 GraphicUsed by:515
Symbol 512 GraphicUsed by:515
Symbol 513 GraphicUsed by:515 552
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClipUses:503 507 508 509 510 511 512 513 514Used by:553
Symbol 516 GraphicUsed by:522
Symbol 517 GraphicUsed by:522
Symbol 518 GraphicUsed by:522
Symbol 519 GraphicUsed by:522
Symbol 520 GraphicUsed by:522
Symbol 521 GraphicUsed by:522
Symbol 522 MovieClipUses:516 517 518 519 520 521Used by:553
Symbol 523 ShapeTweeningUsed by:538
Symbol 524 GraphicUsed by:538
Symbol 525 GraphicUsed by:538
Symbol 526 GraphicUsed by:538
Symbol 527 GraphicUsed by:538
Symbol 528 GraphicUsed by:538
Symbol 529 GraphicUsed by:538
Symbol 530 ShapeTweeningUsed by:538
Symbol 531 GraphicUsed by:538
Symbol 532 GraphicUsed by:538
Symbol 533 GraphicUsed by:538
Symbol 534 GraphicUsed by:538
Symbol 535 GraphicUsed by:538
Symbol 536 GraphicUsed by:538
Symbol 537 GraphicUsed by:538
Symbol 538 MovieClipUses:523 524 100 525 526 527 528 529 530 531 532 533 534 535 536 537Used by:553
Symbol 539 GraphicUsed by:545
Symbol 540 GraphicUsed by:545
Symbol 541 GraphicUsed by:545
Symbol 542 GraphicUsed by:545
Symbol 543 GraphicUsed by:545
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:539 100 540 541 542 543 544Used by:553
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:546 332Used by:553
Symbol 548 GraphicUsed by:552
Symbol 549 GraphicUsed by:552
Symbol 550 GraphicUsed by:552
Symbol 551 GraphicUsed by:552
Symbol 552 MovieClipUses:503 507 508 548 510 549 550 513 551Used by:553
Symbol 553 MovieClipUses:502 515 522 538 545 547 552 106Used by:876
Symbol 554 GraphicUsed by:555
Symbol 555 MovieClipUses:554Used by:876
Symbol 556 GraphicUsed by:557
Symbol 557 MovieClipUses:556Used by:876
Symbol 558 GraphicUsed by:876
Symbol 559 ShapeTweeningUsed by:566
Symbol 560 ShapeTweeningUsed by:566
Symbol 561 ShapeTweeningUsed by:566
Symbol 562 ShapeTweeningUsed by:566
Symbol 563 ShapeTweeningUsed by:566
Symbol 564 ShapeTweeningUsed by:566
Symbol 565 GraphicUsed by:566
Symbol 566 MovieClipUses:331 559 560 561 562 563 564 565Used by:876
Symbol 567 GraphicUsed by:876
Symbol 568 GraphicUsed by:769
Symbol 569 GraphicUsed by:570
Symbol 570 MovieClipUses:569Used by:769
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:571Used by:769
Symbol 573 GraphicUsed by:588
Symbol 574 GraphicUsed by:588
Symbol 575 GraphicUsed by:588
Symbol 576 GraphicUsed by:588
Symbol 577 GraphicUsed by:588
Symbol 578 GraphicUsed by:588
Symbol 579 GraphicUsed by:588
Symbol 580 GraphicUsed by:588
Symbol 581 GraphicUsed by:588
Symbol 582 GraphicUsed by:588
Symbol 583 GraphicUsed by:588
Symbol 584 GraphicUsed by:588
Symbol 585 GraphicUsed by:588
Symbol 586 GraphicUsed by:588
Symbol 587 GraphicUsed by:588
Symbol 588 MovieClipUses:573 574 575 576 577 578 579 580 581 582 583 584 585 586 587Used by:589
Symbol 589 MovieClipUses:588Used by:769
Symbol 590 ShapeTweeningUsed by:607
Symbol 591 ShapeTweeningUsed by:607
Symbol 592 ShapeTweeningUsed by:607
Symbol 593 ShapeTweeningUsed by:607
Symbol 594 GraphicUsed by:607
Symbol 595 ShapeTweeningUsed by:607
Symbol 596 GraphicUsed by:607
Symbol 597 ShapeTweeningUsed by:607
Symbol 598 ShapeTweeningUsed by:607
Symbol 599 ShapeTweeningUsed by:607
Symbol 600 ShapeTweeningUsed by:607
Symbol 601 ShapeTweeningUsed by:607
Symbol 602 ShapeTweeningUsed by:607
Symbol 603 GraphicUsed by:607
Symbol 604 GraphicUsed by:607
Symbol 605 GraphicUsed by:607
Symbol 606 GraphicUsed by:607
Symbol 607 MovieClipUses:590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606Used by:615
Symbol 608 GraphicUsed by:612 722
Symbol 609 GraphicUsed by:612 722
Symbol 610 ShapeTweeningUsed by:612
Symbol 611 GraphicUsed by:612 722
Symbol 612 MovieClipUses:608 609 439 18 449 610 448 611Used by:615
Symbol 613 GraphicUsed by:614
Symbol 614 MovieClipUses:613 339Used by:615
Symbol 615 MovieClipUses:607 612 614Used by:769
Symbol 616 GraphicUsed by:769
Symbol 617 GraphicUsed by:769
Symbol 618 GraphicUsed by:619
Symbol 619 MovieClipUses:618 22Used by:769
Symbol 620 GraphicUsed by:631
Symbol 621 GraphicUsed by:631
Symbol 622 GraphicUsed by:631
Symbol 623 GraphicUsed by:631
Symbol 624 GraphicUsed by:631
Symbol 625 GraphicUsed by:631
Symbol 626 GraphicUsed by:631
Symbol 627 GraphicUsed by:631
Symbol 628 GraphicUsed by:631
Symbol 629 GraphicUsed by:631
Symbol 630 GraphicUsed by:631
Symbol 631 MovieClipUses:620 621 622 623 624 625 626 627 628 17 629 630Used by:769 923
Symbol 632 GraphicUsed by:663 766
Symbol 633 GraphicUsed by:663 766
Symbol 634 GraphicUsed by:663
Symbol 635 GraphicUsed by:663
Symbol 636 GraphicUsed by:663
Symbol 637 GraphicUsed by:663
Symbol 638 GraphicUsed by:663
Symbol 639 GraphicUsed by:663 766
Symbol 640 ShapeTweeningUsed by:663
Symbol 641 FontUsed by:642
Symbol 642 TextUses:641Used by:663
Symbol 643 GraphicUsed by:663 766
Symbol 644 GraphicUsed by:663 766
Symbol 645 GraphicUsed by:663 766
Symbol 646 GraphicUsed by:663 766
Symbol 647 GraphicUsed by:663 766
Symbol 648 GraphicUsed by:663 766
Symbol 649 GraphicUsed by:663 766
Symbol 650 GraphicUsed by:663 766
Symbol 651 GraphicUsed by:663 766
Symbol 652 GraphicUsed by:663 766
Symbol 653 GraphicUsed by:663 766
Symbol 654 GraphicUsed by:663 766
Symbol 655 GraphicUsed by:663 766
Symbol 656 GraphicUsed by:663 766
Symbol 657 GraphicUsed by:663 766
Symbol 658 GraphicUsed by:663 766
Symbol 659 GraphicUsed by:663 766
Symbol 660 GraphicUsed by:663 766
Symbol 661 GraphicUsed by:663 766
Symbol 662 GraphicUsed by:663 766
Symbol 663 MovieClipUses:632 633 634 635 636 637 638 639 640 642 17 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662Used by:769
Symbol 664 GraphicUsed by:769
Symbol 665 GraphicUsed by:683 862
Symbol 666 ShapeTweeningUsed by:683
Symbol 667 ShapeTweeningUsed by:683
Symbol 668 ShapeTweeningUsed by:683
Symbol 669 ShapeTweeningUsed by:683
Symbol 670 ShapeTweeningUsed by:683
Symbol 671 ShapeTweeningUsed by:683
Symbol 672 ShapeTweeningUsed by:683
Symbol 673 ShapeTweeningUsed by:683
Symbol 674 ShapeTweeningUsed by:683
Symbol 675 ShapeTweeningUsed by:683
Symbol 676 ShapeTweeningUsed by:683
Symbol 677 ShapeTweeningUsed by:683
Symbol 678 ShapeTweeningUsed by:683
Symbol 679 ShapeTweeningUsed by:683
Symbol 680 ShapeTweeningUsed by:683
Symbol 681 ShapeTweeningUsed by:683
Symbol 682 GraphicUsed by:683
Symbol 683 MovieClipUses:665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682Used by:684
Symbol 684 MovieClipUses:683Used by:769
Symbol 685 GraphicUsed by:769
Symbol 686 ShapeTweeningUsed by:689
Symbol 687 ShapeTweeningUsed by:689
Symbol 688 GraphicUsed by:689
Symbol 689 MovieClipUses:686 22 687 688Used by:769
Symbol 690 ShapeTweeningUsed by:695
Symbol 691 ShapeTweeningUsed by:695
Symbol 692 ShapeTweeningUsed by:695
Symbol 693 ShapeTweeningUsed by:695
Symbol 694 GraphicUsed by:695
Symbol 695 MovieClipUses:690 22 691 692 693 694Used by:769
Symbol 696 GraphicUsed by:702
Symbol 697 GraphicUsed by:702
Symbol 698 GraphicUsed by:702
Symbol 699 GraphicUsed by:702
Symbol 700 GraphicUsed by:702
Symbol 701 GraphicUsed by:702
Symbol 702 MovieClipUses:696 697 698 699 700 701Used by:719
Symbol 703 GraphicUsed by:704
Symbol 704 MovieClipUses:703Used by:718
Symbol 705 ShapeTweeningUsed by:709
Symbol 706 ShapeTweeningUsed by:709
Symbol 707 GraphicUsed by:709
Symbol 708 GraphicUsed by:709
Symbol 709 MovieClipUses:705 706 707 708Used by:718
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:710Used by:717
Symbol 712 GraphicUsed by:716
Symbol 713 GraphicUsed by:716
Symbol 714 ShapeTweeningUsed by:716
Symbol 715 GraphicUsed by:716
Symbol 716 MovieClipUses:712 713 714 715Used by:717
Symbol 717 MovieClipUses:711 716Used by:718
Symbol 718 MovieClipUses:704 709 717Used by:719
Symbol 719 MovieClipUses:702 718Used by:769
Symbol 720 GraphicUsed by:748
Symbol 721 ShapeTweeningUsed by:722
Symbol 722 MovieClipUses:608 609 439 18 449 721 448 611Used by:748
Symbol 723 GraphicUsed by:748
Symbol 724 GraphicUsed by:748
Symbol 725 ShapeTweeningUsed by:748
Symbol 726 ShapeTweeningUsed by:736
Symbol 727 ShapeTweeningUsed by:736
Symbol 728 ShapeTweeningUsed by:736
Symbol 729 ShapeTweeningUsed by:736
Symbol 730 ShapeTweeningUsed by:736
Symbol 731 ShapeTweeningUsed by:736
Symbol 732 ShapeTweeningUsed by:736
Symbol 733 ShapeTweeningUsed by:736
Symbol 734 ShapeTweeningUsed by:736
Symbol 735 GraphicUsed by:736
Symbol 736 MovieClipUses:726 727 728 729 730 731 732 733 734 735Used by:748
Symbol 737 ShapeTweeningUsed by:748
Symbol 738 ShapeTweeningUsed by:748
Symbol 739 ShapeTweeningUsed by:748
Symbol 740 ShapeTweeningUsed by:748
Symbol 741 GraphicUsed by:748
Symbol 742 GraphicUsed by:748
Symbol 743 ShapeTweeningUsed by:748
Symbol 744 GraphicUsed by:748
Symbol 745 ShapeTweeningUsed by:748
Symbol 746 ShapeTweeningUsed by:748
Symbol 747 GraphicUsed by:748
Symbol 748 MovieClipUses:720 722 723 724 725 736 737 738 739 740 741 742 743 744 745 746 747Used by:769
Symbol 749 GraphicUsed by:750
Symbol 750 MovieClipUses:749Used by:769
Symbol 751 GraphicUsed by:752
Symbol 752 MovieClipUses:751Used by:753
Symbol 753 MovieClipUses:752Used by:754
Symbol 754 MovieClipUses:753Used by:755
Symbol 755 MovieClipUses:754Used by:769
Symbol 756 GraphicUsed by:757
Symbol 757 MovieClipUses:756Used by:758
Symbol 758 MovieClipUses:757Used by:759
Symbol 759 MovieClipUses:758Used by:766
Symbol 760 GraphicUsed by:766
Symbol 761 GraphicUsed by:766
Symbol 762 GraphicUsed by:766
Symbol 763 GraphicUsed by:766
Symbol 764 GraphicUsed by:766
Symbol 765 ShapeTweeningUsed by:766
Symbol 766 MovieClipUses:759 632 633 760 761 762 763 764 639 765 17 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662Used by:769
Symbol 767 GraphicUsed by:769
Symbol 768 GraphicUsed by:769
Symbol 769 MovieClipUses:568 223 570 218 339 572 589 615 616 617 619 631 663 664 684 685 689 695 719 748 750 755 406 408 766 767 768 94 428Used by:876
Symbol 770 ShapeTweeningUsed by:775
Symbol 771 ShapeTweeningUsed by:775
Symbol 772 ShapeTweeningUsed by:775
Symbol 773 ShapeTweeningUsed by:775
Symbol 774 GraphicUsed by:775
Symbol 775 MovieClipUses:770 771 772 773 774Used by:867
Symbol 776 ShapeTweeningUsed by:782
Symbol 777 GraphicUsed by:782
Symbol 778 ShapeTweeningUsed by:782
Symbol 779 ShapeTweeningUsed by:782
Symbol 780 ShapeTweeningUsed by:782
Symbol 781 GraphicUsed by:782
Symbol 782 MovieClipUses:776 777 778 779 780 781Used by:867
Symbol 783 GraphicUsed by:784
Symbol 784 MovieClipUses:339 783Used by:867
Symbol 785 GraphicUsed by:867
Symbol 786 GraphicUsed by:787
Symbol 787 MovieClipUses:786Used by:867
Symbol 788 GraphicUsed by:793
Symbol 789 GraphicUsed by:790
Symbol 790 MovieClipUses:789Used by:793
Symbol 791 GraphicUsed by:792
Symbol 792 MovieClipUses:791Used by:793
Symbol 793 MovieClipUses:788 790 792Used by:867
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:794Used by:867
Symbol 796 GraphicUsed by:867
Symbol 797 GraphicUsed by:867
Symbol 798 GraphicUsed by:809
Symbol 799 GraphicUsed by:809
Symbol 800 ShapeTweeningUsed by:809
Symbol 801 GraphicUsed by:809
Symbol 802 GraphicUsed by:809
Symbol 803 GraphicUsed by:809
Symbol 804 GraphicUsed by:809
Symbol 805 GraphicUsed by:809
Symbol 806 GraphicUsed by:809
Symbol 807 ShapeTweeningUsed by:809
Symbol 808 GraphicUsed by:809
Symbol 809 MovieClipUses:798 799 800 801 295 802 803 804 805 806 23 807 808Used by:867
Symbol 810 ShapeTweeningUsed by:816
Symbol 811 ShapeTweeningUsed by:816
Symbol 812 GraphicUsed by:816
Symbol 813 GraphicUsed by:816
Symbol 814 GraphicUsed by:815
Symbol 815 MovieClipUses:814Used by:816
Symbol 816 MovieClipUses:810 811 812 813 815Used by:867
Symbol 817 GraphicUsed by:867
Symbol 818 GraphicUsed by:819
Symbol 819 MovieClipUses:818 339Used by:867
Symbol 820 GraphicUsed by:867
Symbol 821 GraphicUsed by:867
Symbol 822 GraphicUsed by:823
Symbol 823 MovieClipUses:822Used by:835
Symbol 824 GraphicUsed by:825
Symbol 825 MovieClipUses:824Used by:834
Symbol 826 GraphicUsed by:827
Symbol 827 MovieClipUses:826Used by:834
Symbol 828 GraphicUsed by:829
Symbol 829 MovieClipUses:828Used by:834
Symbol 830 ShapeTweeningUsed by:834
Symbol 831 GraphicUsed by:834
Symbol 832 ShapeTweeningUsed by:834
Symbol 833 GraphicUsed by:834
Symbol 834 MovieClipUses:825 827 829 830 831 832 833Used by:835
Symbol 835 MovieClipUses:823 834 22Used by:867
Symbol 836 GraphicUsed by:867
Symbol 837 ShapeTweeningUsed by:842
Symbol 838 ShapeTweeningUsed by:842
Symbol 839 ShapeTweeningUsed by:842
Symbol 840 ShapeTweeningUsed by:842
Symbol 841 GraphicUsed by:842
Symbol 842 MovieClipUses:837 838 839 840 841Used by:867
Symbol 843 GraphicUsed by:867
Symbol 844 GraphicUsed by:863
Symbol 845 ShapeTweeningUsed by:862
Symbol 846 ShapeTweeningUsed by:862
Symbol 847 ShapeTweeningUsed by:862
Symbol 848 ShapeTweeningUsed by:862
Symbol 849 ShapeTweeningUsed by:862
Symbol 850 ShapeTweeningUsed by:862
Symbol 851 ShapeTweeningUsed by:862
Symbol 852 ShapeTweeningUsed by:862
Symbol 853 ShapeTweeningUsed by:862
Symbol 854 ShapeTweeningUsed by:862
Symbol 855 ShapeTweeningUsed by:862
Symbol 856 ShapeTweeningUsed by:862
Symbol 857 ShapeTweeningUsed by:862
Symbol 858 ShapeTweeningUsed by:862
Symbol 859 ShapeTweeningUsed by:862
Symbol 860 ShapeTweeningUsed by:862
Symbol 861 GraphicUsed by:862
Symbol 862 MovieClipUses:665 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861Used by:863
Symbol 863 MovieClipUses:844 862Used by:867
Symbol 864 GraphicUsed by:867
Symbol 865 GraphicUsed by:867
Symbol 866 GraphicUsed by:867
Symbol 867 MovieClipUses:775 782 784 785 787 793 795 796 797 809 816 817 819 820 821 835 836 842 843 863 864 865 866Used by:876
Symbol 868 GraphicUsed by:869
Symbol 869 MovieClipUses:868Used by:875
Symbol 870 GraphicUsed by:871
Symbol 871 MovieClipUses:870Used by:875
Symbol 872 GraphicUsed by:873
Symbol 873 MovieClipUses:872Used by:874
Symbol 874 MovieClipUses:873Used by:875
Symbol 875 MovieClipUses:869 871 874Used by:876
Symbol 876 MovieClipUses:499 553 555 557 558 22 566 567 769 339 867 875Used by:Timeline
Symbol 877 GraphicUsed by:878
Symbol 878 MovieClipUses:877Used by:Timeline
Symbol 879 GraphicUsed by:880
Symbol 880 MovieClipUses:879Used by:Timeline
Symbol 881 GraphicUsed by:913
Symbol 882 GraphicUsed by:913
Symbol 883 GraphicUsed by:884
Symbol 884 MovieClipUses:883Used by:913
Symbol 885 GraphicUsed by:913
Symbol 886 GraphicUsed by:913
Symbol 887 GraphicUsed by:913
Symbol 888 GraphicUsed by:913
Symbol 889 GraphicUsed by:913
Symbol 890 GraphicUsed by:913
Symbol 891 GraphicUsed by:913
Symbol 892 GraphicUsed by:893
Symbol 893 MovieClipUses:892Used by:913
Symbol 894 GraphicUsed by:913
Symbol 895 GraphicUsed by:913
Symbol 896 GraphicUsed by:913
Symbol 897 GraphicUsed by:913
Symbol 898 GraphicUsed by:913
Symbol 899 GraphicUsed by:913
Symbol 900 GraphicUsed by:913
Symbol 901 GraphicUsed by:913
Symbol 902 GraphicUsed by:913
Symbol 903 GraphicUsed by:913
Symbol 904 GraphicUsed by:913
Symbol 905 EditableTextUses:20Used by:913
Symbol 906 EditableTextUses:20Used by:913
Symbol 907 EditableTextUses:20Used by:913
Symbol 908 EditableTextUses:20Used by:913
Symbol 909 EditableTextUses:20Used by:913
Symbol 910 EditableTextUses:20Used by:913
Symbol 911 EditableTextUses:20Used by:913
Symbol 912 EditableTextUses:20Used by:913
Symbol 913 MovieClipUses:881 882 884 885 886 887 888 889 890 891 893 894 895 896 897 898 899 355 900 901 362 902 360 364 903 904 905 906 421 907 908 909 910 911 912Used by:Timeline
Symbol 914 GraphicUsed by:923
Symbol 915 GraphicUsed by:917 919 921
Symbol 916 TextUses:167Used by:917
Symbol 917 MovieClipUses:915 916Used by:923
Symbol 918 TextUses:167Used by:919
Symbol 919 MovieClipUses:915 918Used by:923
Symbol 920 TextUses:167Used by:921
Symbol 921 MovieClipUses:915 920Used by:923
Symbol 922 TextUses:167Used by:923
Symbol 923 MovieClipUses:914 631 471 917 919 921 922Used by:Timeline
Symbol 924 ShapeTweeningUsed by:930
Symbol 925 ShapeTweeningUsed by:930
Symbol 926 ShapeTweeningUsed by:930
Symbol 927 ShapeTweeningUsed by:930
Symbol 928 ShapeTweeningUsed by:930
Symbol 929 ShapeTweeningUsed by:930
Symbol 930 MovieClipUses:180 924 925 926 927 928 929Used by:Timeline
Symbol 931 GraphicUsed by:932
Symbol 932 MovieClipUses:931Used by:Timeline
Symbol 933 GraphicUsed by:946
Symbol 934 GraphicUsed by:946
Symbol 935 GraphicUsed by:946
Symbol 936 GraphicUsed by:946
Symbol 937 GraphicUsed by:946
Symbol 938 GraphicUsed by:946
Symbol 939 GraphicUsed by:946
Symbol 940 GraphicUsed by:946
Symbol 941 GraphicUsed by:946
Symbol 942 GraphicUsed by:946
Symbol 943 GraphicUsed by:946
Symbol 944 GraphicUsed by:946
Symbol 945 GraphicUsed by:946
Symbol 946 MovieClipUses:933 934 935 936 937 938 939 96 940 941 942 94 943 944 945Used by:Timeline
Symbol 947 GraphicUsed by:959
Symbol 948 FontUsed by:949
Symbol 949 TextUses:948Used by:959
Symbol 950 GraphicUsed by:959
Symbol 951 GraphicUsed by:959
Symbol 952 GraphicUsed by:959
Symbol 953 GraphicUsed by:959
Symbol 954 GraphicUsed by:959
Symbol 955 GraphicUsed by:959
Symbol 956 GraphicUsed by:959
Symbol 957 GraphicUsed by:959
Symbol 958 GraphicUsed by:959
Symbol 959 MovieClipUses:947 949 950 951 952 953 954 955 956 957 958Used by:Timeline
Symbol 960 GraphicUsed by:963
Symbol 961 ShapeTweeningUsed by:963
Symbol 962 GraphicUsed by:963
Symbol 963 MovieClipUses:960 961 962Used by:Timeline
Symbol 964 GraphicUsed by:965
Symbol 965 MovieClipUses:964Used by:Timeline
Symbol 966 GraphicUsed by:969 997 998  Timeline
Symbol 967 GraphicUsed by:968
Symbol 968 MovieClipUses:967Used by:969
Symbol 969 MovieClipUses:966 968Used by:Timeline
Symbol 970 GraphicUsed by:971
Symbol 971 MovieClipUses:970Used by:Timeline
Symbol 972 FontUsed by:973
Symbol 973 TextUses:972Used by:Timeline
Symbol 974 GraphicUsed by:975
Symbol 975 MovieClipUses:974Used by:Timeline
Symbol 976 GraphicUsed by:Timeline
Symbol 977 ShapeTweeningUsed by:981
Symbol 978 ShapeTweeningUsed by:981
Symbol 979 ShapeTweeningUsed by:981
Symbol 980 ShapeTweeningUsed by:981
Symbol 981 MovieClipUses:977 978 979 980 135Used by:995
Symbol 982 GraphicUsed by:983
Symbol 983 MovieClipUses:982Used by:984 985
Symbol 984 MovieClipUses:983Used by:995
Symbol 985 MovieClipUses:983Used by:995
Symbol 986 GraphicUsed by:987
Symbol 987 MovieClipUses:986Used by:995
Symbol 988 GraphicUsed by:989
Symbol 989 MovieClipUses:988Used by:995
Symbol 990 GraphicUsed by:991
Symbol 991 MovieClipUses:990Used by:995
Symbol 992 GraphicUsed by:993
Symbol 993 MovieClipUses:992Used by:995
Symbol 994 GraphicUsed by:995
Symbol 995 MovieClipUses:981 984 985 987 989 991 993 425 994Used by:Timeline
Symbol 996 ShapeTweeningUsed by:997
Symbol 997 MovieClipUses:80 150 148 996 966Used by:Timeline
Symbol 998 MovieClipUses:966Used by:Timeline
Symbol 999 GraphicUsed by:1000
Symbol 1000 MovieClipUses:999Used by:Timeline
Symbol 1001 GraphicUsed by:Timeline
Symbol 1002 ShapeTweeningUsed by:Timeline
Symbol 1003 ShapeTweeningUsed by:Timeline
Symbol 1004 GraphicUsed by:1006
Symbol 1005 TextUses:152Used by:1006
Symbol 1006 MovieClipUses:1004 1005Used by:Timeline
Symbol 1007 GraphicUsed by:1008
Symbol 1008 MovieClipUses:1007Used by:Timeline
Symbol 1009 GraphicUsed by:Timeline
Symbol 1010 TextUses:152Used by:1011
Symbol 1011 MovieClipUses:1010Used by:Timeline
Symbol 1012 ShapeTweeningUsed by:1014
Symbol 1013 ShapeTweeningUsed by:1014
Symbol 1014 MovieClipUses:1012 22 1013 18Used by:Timeline

Instance Names

"levelbg"Frame 212Symbol 214 MovieClip
"level"Frame 212Symbol 876 MovieClip
"light"Frame 212Symbol 878 MovieClip
"time"Frame 212Symbol 930 MovieClip
"lavafilter"Frame 212Symbol 932 MovieClip
"blackfilter"Frame 212Symbol 969 MovieClip
"island"Frame 513Symbol 997 MovieClip
"bar"Symbol 51 MovieClip Frame 1Symbol 49 MovieClip
"sun"Symbol 204 MovieClip Frame 1Symbol 203 MovieClip
"sunmoon"Symbol 214 MovieClip Frame 1Symbol 204 MovieClip
"sunmoon"Symbol 214 MovieClip Frame 18Symbol 204 MovieClip
"sunmoon"Symbol 214 MovieClip Frame 28Symbol 204 MovieClip
"righteye"Symbol 308 MovieClip Frame 1Symbol 301 MovieClip
"lefteye"Symbol 308 MovieClip Frame 1Symbol 301 MovieClip
"body"Symbol 337 MovieClip Frame 1Symbol 333 MovieClip
"righteye"Symbol 387 MovieClip Frame 1Symbol 375 MovieClip
"lefteye"Symbol 387 MovieClip Frame 1Symbol 375 MovieClip
"flash"Symbol 477 MovieClip Frame 1Symbol 475 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 1Symbol 477 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 6Symbol 477 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 31Symbol 477 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 41Symbol 477 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 66Symbol 477 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 76Symbol 477 MovieClip
"icebosshead"Symbol 498 MovieClip Frame 86Symbol 477 MovieClip
"blob1"Symbol 499 MovieClip Frame 1Symbol 285 MovieClip
"finalboss"Symbol 499 MovieClip Frame 1Symbol 320 MovieClip
"iceboss"Symbol 499 MovieClip Frame 30Symbol 498 MovieClip
"ticket"Symbol 499 MovieClip Frame 30Symbol 471 MovieClip
"stand"Symbol 553 MovieClip Frame 1Symbol 502 MovieClip
"standred"Symbol 553 MovieClip Frame 1Symbol 502 MovieClip
"dead"Symbol 553 MovieClip Frame 9Symbol 538 MovieClip
"stand"Symbol 553 MovieClip Frame 26Symbol 106 MovieClip
"stand"Symbol 553 MovieClip Frame 26Symbol 106 MovieClip
"head"Symbol 717 MovieClip Frame 1Symbol 716 MovieClip
"laser"Symbol 718 MovieClip Frame 1Symbol 709 MovieClip
"head"Symbol 718 MovieClip Frame 1Symbol 717 MovieClip
"head"Symbol 719 MovieClip Frame 1Symbol 718 MovieClip
"acidspouts"Symbol 769 MovieClip Frame 1Symbol 615 MovieClip
"watersurface"Symbol 769 MovieClip Frame 8Symbol 684 MovieClip
"robotspider"Symbol 769 MovieClip Frame 10Symbol 719 MovieClip
"acidspouts"Symbol 769 MovieClip Frame 10Symbol 748 MovieClip
"watersurface"Symbol 769 MovieClip Frame 12Symbol 684 MovieClip
"robotspider"Symbol 769 MovieClip Frame 14Symbol 719 MovieClip
"acidspouts"Symbol 769 MovieClip Frame 14Symbol 748 MovieClip
"head"Symbol 835 MovieClip Frame 1Symbol 834 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 16Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 26Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"robotspider"Symbol 867 MovieClip Frame 30Symbol 835 MovieClip
"backscenery"Symbol 876 MovieClip Frame 1Symbol 499 MovieClip
"sprite"Symbol 876 MovieClip Frame 1Symbol 553 MovieClip
"warp1"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp2"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"camera"Symbol 876 MovieClip Frame 1Symbol 557 MovieClip
"warp3"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp5"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp4"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp6"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp7"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp8"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp9"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp10"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp12"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp11"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp13"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp15"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp14"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp17"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"warp18"Symbol 876 MovieClip Frame 1Symbol 555 MovieClip
"event1"Symbol 876 MovieClip Frame 1Symbol 22 MovieClip
"shield"Symbol 876 MovieClip Frame 1Symbol 566 MovieClip
"event2"Symbol 876 MovieClip Frame 1Symbol 22 MovieClip
"event3"Symbol 876 MovieClip Frame 1Symbol 22 MovieClip
"event4"Symbol 876 MovieClip Frame 1Symbol 22 MovieClip
"frontscenery"Symbol 876 MovieClip Frame 1Symbol 769 MovieClip
"wall"Symbol 876 MovieClip Frame 1Symbol 867 MovieClip
"foreground"Symbol 876 MovieClip Frame 1Symbol 875 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 214 MovieClip Frame 1
"lavatunnel"Symbol 214 MovieClip Frame 6
"volcano"Symbol 214 MovieClip Frame 10
"limecave"Symbol 214 MovieClip Frame 12
"pyramid"Symbol 214 MovieClip Frame 24
"icecave"Symbol 214 MovieClip Frame 32
"underegg"Symbol 214 MovieClip Frame 36
"egg"Symbol 214 MovieClip Frame 38
"stand"Symbol 553 MovieClip Frame 1
"walkleft"Symbol 553 MovieClip Frame 2
"walkright"Symbol 553 MovieClip Frame 4
"spin"Symbol 553 MovieClip Frame 5
"runleft"Symbol 553 MovieClip Frame 6
"runright"Symbol 553 MovieClip Frame 8
"dead"Symbol 553 MovieClip Frame 9
"shield"Symbol 553 MovieClip Frame 10
"swimright"Symbol 553 MovieClip Frame 11
"swimleft"Symbol 553 MovieClip Frame 13
"swimrightdown"Symbol 553 MovieClip Frame 15
"swimleftdown"Symbol 553 MovieClip Frame 17
"swimleftup"Symbol 553 MovieClip Frame 19
"swimrightup"Symbol 553 MovieClip Frame 21
"swimup"Symbol 553 MovieClip Frame 23
"swimdown"Symbol 553 MovieClip Frame 25
"swimstill"Symbol 553 MovieClip Frame 26
"blob1"Symbol 913 MovieClip Frame 1
"blob1sleep"Symbol 913 MovieClip Frame 9
"sign1"Symbol 913 MovieClip Frame 13
"floatbuddy"Symbol 913 MovieClip Frame 15
"pillparents"Symbol 913 MovieClip Frame 18
"sign2"Symbol 913 MovieClip Frame 21
"pyramid"Symbol 913 MovieClip Frame 23
"pyramid2"Symbol 913 MovieClip Frame 25
"pyramid3"Symbol 913 MovieClip Frame 27
"noreturn"Symbol 913 MovieClip Frame 29
"island"Symbol 946 MovieClip Frame 1
"entrance"Symbol 946 MovieClip Frame 4
"lavatunnel"Symbol 946 MovieClip Frame 6
"volcano"Symbol 946 MovieClip Frame 10
"limecave"Symbol 946 MovieClip Frame 12
"forest"Symbol 946 MovieClip Frame 18
"pyramid"Symbol 946 MovieClip Frame 24
"beach"Symbol 946 MovieClip Frame 28
"icecave"Symbol 946 MovieClip Frame 32
"underegg"Symbol 946 MovieClip Frame 36
"egg"Symbol 946 MovieClip Frame 38
"zero"Symbol 959 MovieClip Frame 1
"one"Symbol 959 MovieClip Frame 2
"two"Symbol 959 MovieClip Frame 3
"three"Symbol 959 MovieClip Frame 4
"four"Symbol 959 MovieClip Frame 5
"five"Symbol 959 MovieClip Frame 6
"six"Symbol 959 MovieClip Frame 7
"seven"Symbol 959 MovieClip Frame 8
"eight"Symbol 959 MovieClip Frame 9
"nine"Symbol 959 MovieClip Frame 10
"end"Symbol 997 MovieClip Frame 195




http://swfchan.com/7/30933/info.shtml
Created: 19/5 -2019 00:15:37 Last modified: 19/5 -2019 00:15:37 Server time: 08/05 -2024 02:12:28