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

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

Retro Land.swf

This is the info page for
Flash #23273

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


Text
100

%

HELP

Help this orange retrodude to go through four levels and to complete the game.

arrow keys to move

space key to jump

CREDITS

Sponsored by Gamershood.com

Sound Effects from flashkit.com

Some of the actionscript by Alex Renevey

by Kristjan Luts

0

points:

0

lives:

0

level:

points eneterframe

_level0.level

MUSIC

MUSIC

ActionScript [AS1/AS2]

Frame 1
Stage.scaleMode = "noScale"; fscommand ("allowscale", "false"); totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100); if (_root._framesloaded >= _root._totalframes) { gotoAndStop (3); } if (fpsCounterInterval == undefined) { fpsTicks = 0; fpsCounterInterval = setInterval(function () { trace(fpsTicks); fpsTicks = 0; }, 1000); _root.createEmptyMovieClip("fpsCounterMC", 99999); fpsCounterMC.onEnterFrame = function () { fpsTicks++; }; }
Frame 2
gotoAndPlay (1);
Frame 3
function doSomething() { } MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Game by GamersHood.com", doSomething); MENU.customItems.push(Functioned); _root.menu = MENU; _quality = "high"; _level0.points = 0; _level0.lives = 5; _level0.level = 1; _level0.keys = 0;
Frame 7
_quality = "high";
Frame 8
_quality = "high";
Frame 9
_quality = "high";
Frame 10
stop();
Frame 11
function move_wait(enterFrame) { if (Key.isDown(Kleft)) { this.hero._xscale = -100; this.hero.gotoAndStop("walk"); } if (Key.isDown(Kright)) { this.hero._xscale = 100; this.hero.gotoAndStop("walk"); } } function jump_wait() { if (Key.isDown(Kjump)) { this.hero.gotoAndStop("jumpUp"); } } function fall_wait() { if (!_root.stage.plate.hitTest(this.hero._x, this.hero._y, true)) { this.hero.gotoAndStop("jumpDown"); } } function move_left(valueX) { if ((!_root.stage.plate.hitTest((this.hero._x - valueX) - 8, this.hero._y - 4, true)) && (!(_level0.keys === 1))) { _root.stage._x = _root.stage._x + valueX; _root.back._x = _root.back._x + (valueX / 4); } } function move_right(valueX) { if ((!_root.stage.plate.hitTest((this.hero._x + valueX) + 8, this.hero._y - 4, true)) && (!(_level0.keys === 1))) { _root.stage._x = _root.stage._x - valueX; _root.back._x = _root.back._x - (valueX / 4); } } function jump_down(valueY) { if (!_root.stage.plate.hitTest(this.hero._x + 0, this.hero._y - 2, true)) { this.hero._y = this.hero._y + valueY; } else { i = 1; while (i <= 20) { if (!_root.stage.plate.hitTest(this.hero._x, this.hero._y - i, true)) { this.hero._y = this.hero._y - (i - 1); break; } i++; } this.hero.gotoAndStop("stand"); } } _quality = "low"; fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); Kleft = 37; Kright = 39; Kjump = 32; walkSpeed = 1.6; jumpHeight = 7.8; jumpSpeed = 0.37; fallSpeed = 2.5; _level0[0()] = ; _level0.mapX = _root.stage._x; _level0.bgX = _root.back._x; _level0.heroX = _root.hero._x; _level0.heroY = _root.hero._y; stop();
Instance of Symbol 167 MovieClip "stage" in Frame 11
onClipEvent (load) { this.gotoAndStop(_level0.level); }
Instance of Symbol 207 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_level0.points >= 100) { _level0.lives = _level0.lives + 1; _level0.points = _level0.points - 100; } }
Instance of Symbol 218 MovieClip in Frame 11
on (release) { if (this._currentframe == 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 15 Button
on (release) { getURL ("http://www.gamershood.com", "_blank"); }
Symbol 18 Button
on (release) { getURL ("http://www.gamershood.com/freegamesforyoursite.html", "_blank"); }
Symbol 21 Button
on (release) { _root.gotoAndStop(10); }
Symbol 24 Button
on (release) { _root.gotoAndStop(4); }
Symbol 25 Button
on (release) { getURL ("http://www.gamershood.com", "_blank"); }
Symbol 28 Button
on (release) { _root.gotoAndStop(5); }
Symbol 37 Button
on (release) { _root.gotoAndStop(3); }
Symbol 51 Button
on (release) { getURL ("http://www.gamershood.com", "_parent"); }
Symbol 56 Button
on (release) { _root.gotoAndStop(3); }
Symbol 61 Button
on (release) { gotoAndStop (11); _root.heroOVER._x = -10; _root.heroOVER._y = -10; _root.hero._y = 50; _root.hero.gotoAndStop("stand"); _root.stage._x = _level0.mapX; _root.back._x = _level0.bgX; _level0.keys = 0; }
Symbol 69 Button
on (release) { getURL ("http://www.gamershood.com", "_self"); }
Symbol 76 MovieClip Frame 1
stopAllSounds();
Symbol 76 MovieClip Frame 360
_root.gotoAndStop(11);
Symbol 94 MovieClip Frame 30
gotoAndPlay (1);
Symbol 94 MovieClip Frame 31
_level0.points = _level0.points + 2;
Symbol 94 MovieClip Frame 50
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 79
stop();
Instance of Symbol 100 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _root.hero._y = -300; _level0.lives = _level0.lives - 1; box1 = down1; } }
Instance of Symbol 110 MovieClip "box1" in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box1 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box1; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box2 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box2; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box3 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box3; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box4 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box4; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box5 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box5; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box6 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box6; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box7 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box7; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box8 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box8; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box9 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box9; } }
Instance of Symbol 110 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _level0.box10 = this._y; } onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this._y = this._y + 1; } else if (_root.stage._x == _level0.mapX) { this._y = _level0.box10; } }
Symbol 126 MovieClip Frame 65
gotoAndPlay (1);
Symbol 126 MovieClip Frame 66
stop();
Symbol 145 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.lives = _level0.lives - 1; _level0.keys = 1; _root.hero._y = -300; box1 = down1; } }
Instance of Symbol 156 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.lives = _level0.lives - 1; _level0.keys = 1; _root.hero._y = -300; box1 = down1; } }
Instance of Symbol 163 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.lives = _level0.lives - 1; _level0.keys = 1; _root.hero._y = -300; box1 = down1; } }
Symbol 167 MovieClip Frame 1
stop(); stopAllSounds(); my_sound1 = new Sound(); my_sound1.attachSound("worldsound1"); my_sound1.start(0, 9000); my_sound1.setVolume(50);
Instance of Symbol 95 MovieClip "enemy4" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip "enemy5" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip "enemy6" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip "enemy7" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 134 MovieClip "enemy2" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 95 MovieClip "enemy3" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 135 MovieClip "enemy1" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.lives = _level0.lives - 1; _level0.keys = 1; _root.hero._y = -300; } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 135 MovieClip "enemy8" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 145 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this.gotoAndPlay(2); _root.heroEND.gotoAndPlay(2); _level0.keys = 1; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 135 MovieClip "enemy8" in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { _root.hero._y = _root.hero._y - 10; this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 134 MovieClip "enemy2" in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 145 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this.gotoAndPlay(2); _root.heroEND.gotoAndPlay(2); _level0.keys = 1; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 145 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { this.gotoAndPlay(2); _root.heroEND.gotoAndPlay(2); _level0.keys = 1; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 134 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 134 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 145 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.gotoAndStop(7); this.gotoAndPlay(2); _root.heroEND.gotoAndPlay(2); _level0.keys = 1; } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 134 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 134 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.gotoAndPlay(1); } else if (_root.hero.hitTest(this)) { _level0.points = _level0.points + 1; this.gotoAndStop(66); } else if ((_root.heroOVER._currentframe == 100) || (_root.heroEND._currentframe == 180)) { this.gotoAndPlay(1); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 143 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } }
Instance of Symbol 95 MovieClip in Symbol 167 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.hero.hitTest(this.enemy3sees.down)) { _root.heroOVER._x = _root.hero._x; _root.heroOVER._y = _root.hero._y; _root.heroOVER.gotoAndPlay(2); _level0.keys = 1; _level0.lives = _level0.lives - 1; _root.hero._y = -300; } else if (_root.hero.hitTest(this.enemy3sees.knock)) { this.stop(); this.enemy3sees.gotoAndPlay(31); } else if ((_root.stage._x == _level0.mapX) && (_root.hero._y == 50)) { this.enemy3sees.gotoAndPlay(2); this.gotoAndPlay(2); } }
Symbol 170 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 24
gotoAndPlay (1);
Symbol 188 MovieClip Frame 1
JumpSound = new Sound(); JumpSound.attachSound("jumpSound"); JumpSound.start();
Symbol 188 MovieClip Frame 9
gotoAndPlay ("loop");
Symbol 194 MovieClip Frame 8
gotoAndPlay (1);
Symbol 195 MovieClip Frame 1
this.gotoAndStop("jumpDown");
Instance of Symbol 170 MovieClip in Symbol 195 MovieClip Frame 1
onClipEvent (enterFrame) { _root.jump_down(); }
Instance of Symbol 170 MovieClip in Symbol 195 MovieClip Frame 2
onClipEvent (enterFrame) { _root.jump_down(); _root.move_wait(); _root.jump_wait(); _root.fall_wait(); }
Instance of Symbol 170 MovieClip in Symbol 195 MovieClip Frame 3
onClipEvent (enterFrame) { _root.jump_down(); if (_parent._xscale == 100) { _root.move_right(_root.walkSpeed); if (!Key.isDown(_root.Kright)) { _parent.gotoAndStop("stand"); } } else { _root.move_left(_root.walkSpeed); if (!Key.isDown(_root.Kleft)) { _parent.gotoAndStop("stand"); } } _root.jump_wait(); _root.fall_wait(); }
Instance of Symbol 170 MovieClip in Symbol 195 MovieClip Frame 4
onClipEvent (load) { jumpH = -_root.jumpHeight; } onClipEvent (enterFrame) { _parent._y = _parent._y + jumpH; jumpH = jumpH + _root.jumpSpeed; if (jumpH >= 0) { _parent.gotoAndStop("jumpDown"); } if (Key.isDown(_root.Kright)) { _parent._xscale = 100; _root.move_right(_root.walkSpeed); } else if (Key.isDown(_root.Kleft)) { _parent._xscale = -100; _root.move_left(_root.walkSpeed); } }
Instance of Symbol 170 MovieClip in Symbol 195 MovieClip Frame 5
onClipEvent (load) { jumpH = 0; } onClipEvent (enterFrame) { if (jumpH < _root.fallSpeed) { jumpH = jumpH + _root.jumpSpeed; } _root.jump_down(jumpH); if (Key.isDown(_root.Kright)) { _parent._xscale = 100; _root.move_right(_root.walkSpeed); } else if (Key.isDown(_root.Kleft)) { _parent._xscale = -100; _root.move_left(_root.walkSpeed); } }
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 98
if (_level0.lives == 0) { _root.gotoAndStop(8); }
Symbol 203 MovieClip Frame 99
_root.gotoAndStop(9);
Symbol 203 MovieClip Frame 100
_root.heroOVER._x = -10; _root.heroOVER._y = -10; _root.hero._y = 50; _root.hero.gotoAndStop("stand"); _root.stage._x = _level0.mapX; _root.back._x = _level0.bgX; _level0.keys = 0;
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 39
_root.heroEND._x = _root.hero._x; _root.heroEND._y = _root.hero._y - 12; _root.hero._x = -300; gotoAndPlay (40);
Symbol 205 MovieClip Frame 180
_root.hero._x = _level0.heroX; _root.hero._y = _level0.heroY; _root.stage.nextFrame(); _level0.keys = 0; _root.stage._x = _level0.mapX; _root.back._x = _level0.bgX; _root.heroEND._x = -20; _root.heroEND._y = -20; _level0.level = _level0.level + 1; gotoAndStop (1);
Symbol 212 Button
on (release) { getURL ("http://www.gamershood.com", "_blank"); }
Symbol 218 MovieClip Frame 1
stopAllSounds();
Symbol 218 MovieClip Frame 2
stop();

Library Items

Symbol 1 GraphicUsed by:3 25
Symbol 2 GraphicUsed by:3 25
Symbol 3 ButtonUses:1 2Used by:Timeline
Symbol 4 FontUsed by:5 6
Symbol 5 EditableTextUses:4Used by:Timeline
Symbol 6 EditableTextUses:4Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 BitmapUsed by:12 179
Symbol 12 GraphicUses:11Used by:Timeline
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:13 14Used by:Timeline
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 ButtonUses:16 17Used by:Timeline
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 ButtonUses:19 20Used by:Timeline
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:22 23Used by:Timeline
Symbol 25 ButtonUses:1 2Used by:Timeline
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:26 27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 FontUsed by:31 32 34 35 38 39 40 41 42 196 197 198 199 200 201 206 213 214 216
Symbol 31 EditableTextUses:30Used by:Timeline
Symbol 32 EditableTextUses:30Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 EditableTextUses:30Used by:Timeline
Symbol 35 EditableTextUses:30Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:36Used by:Timeline
Symbol 38 EditableTextUses:30Used by:Timeline
Symbol 39 EditableTextUses:30Used by:Timeline
Symbol 40 EditableTextUses:30Used by:Timeline
Symbol 41 EditableTextUses:30Used by:Timeline
Symbol 42 EditableTextUses:30Used by:Timeline
Symbol 43 BitmapUsed by:47 86 146 154 161
Symbol 44 BitmapUsed by:47 180
Symbol 45 BitmapUsed by:47 107 111 150 157 164
Symbol 46 BitmapUsed by:47 53 58 77
Symbol 47 GraphicUses:43 44 45 46Used by:Timeline
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:48 49 50Used by:Timeline
Symbol 52 SoundUsed by:Timeline
Symbol 53 GraphicUses:46Used by:Timeline
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 ButtonUses:54 55Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUses:46Used by:Timeline
Symbol 59 GraphicUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 ButtonUses:59 60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:76
Symbol 64 SoundUsed by:76
Symbol 65 GraphicUsed by:76
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:76
Symbol 68 GraphicUsed by:69
Symbol 69 ButtonUses:68Used by:76
Symbol 70 SoundUsed by:76
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:76
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:63 64 65 67 69 70 72 74 75Used by:Timeline
Symbol 77 GraphicUses:46Used by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 BitmapUsed by:86 146 154 161
Symbol 80 BitmapUsed by:86 146 154 161
Symbol 81 BitmapUsed by:86 97 146
Symbol 82 BitmapUsed by:86 97
Symbol 83 BitmapUsed by:86 96 97 136 146 147 152 154 159 161 166
Symbol 84 BitmapUsed by:86 96 97 136 146 147 153 154 159 161 166
Symbol 85 BitmapUsed by:86 96 97 136 146 153 154 159 161 166
Symbol 86 GraphicUses:79 80 43 81 82 83 84 85Used by:167
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:94
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:94
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:94
Symbol 93 SoundUsed by:94
Symbol 94 MovieClipUses:88 90 92 93Used by:95 160
Symbol 95 MovieClipUses:94Used by:167
Symbol 96 GraphicUses:84 85 83Used by:167
Symbol 97 GraphicUses:82 81 84 85 83Used by:167
Symbol 98 BitmapUsed by:99 148 155 162
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:112
Symbol 101 BitmapUsed by:107 111 157 164
Symbol 102 BitmapUsed by:107 111 150 157 164
Symbol 103 BitmapUsed by:107 111 150 157 164
Symbol 104 BitmapUsed by:107 111 150 157 164
Symbol 105 BitmapUsed by:107 111 150 157 164
Symbol 106 BitmapUsed by:107 111 150 157 164
Symbol 107 GraphicUses:101 102 103 104 105 106 45Used by:112
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:110
Symbol 110 MovieClipUses:109Used by:112
Symbol 111 GraphicUses:101 45 105 106 102 103 104Used by:112
Symbol 112 MovieClipUses:100 107 110 111Used by:167
Symbol 113 BitmapUsed by:114 123
Symbol 114 GraphicUses:113Used by:126
Symbol 115 BitmapUsed by:116 122
Symbol 116 GraphicUses:115Used by:126
Symbol 117 BitmapUsed by:118 121
Symbol 118 GraphicUses:117Used by:126
Symbol 119 BitmapUsed by:120 124
Symbol 120 GraphicUses:119Used by:126
Symbol 121 GraphicUses:117Used by:126
Symbol 122 GraphicUses:115Used by:126
Symbol 123 GraphicUses:113Used by:126
Symbol 124 GraphicUses:119Used by:126
Symbol 125 SoundUsed by:126
Symbol 126 MovieClipUses:114 116 118 120 121 122 123 124 125Used by:167
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:133
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:133
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:133
Symbol 133 MovieClipUses:128 130 132Used by:134 135
Symbol 134 MovieClipUses:133Used by:167
Symbol 135 MovieClipUses:133Used by:167
Symbol 136 GraphicUses:84 85 83Used by:167
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:143
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:143
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:143
Symbol 143 MovieClipUses:138 140 142Used by:167
Symbol 144 GraphicUsed by:145 218
Symbol 145 MovieClipUses:144Used by:167
Symbol 146 GraphicUses:84 85 83 43 79 80 81Used by:167
Symbol 147 GraphicUses:83 84Used by:167
Symbol 148 GraphicUses:98Used by:149
Symbol 149 MovieClipUses:148Used by:151
Symbol 150 GraphicUses:45 105 106 104 102 103Used by:151
Symbol 151 MovieClipUses:149 150Used by:167
Symbol 152 GraphicUses:83Used by:167
Symbol 153 GraphicUses:84 85Used by:167
Symbol 154 GraphicUses:84 85 83 43 79 80Used by:167
Symbol 155 GraphicUses:98Used by:156
Symbol 156 MovieClipUses:155Used by:158
Symbol 157 GraphicUses:105 45 104 103 102 101 106Used by:158
Symbol 158 MovieClipUses:156 157Used by:167
Symbol 159 GraphicUses:84 85 83Used by:167
Symbol 160 MovieClipUses:94Used by:167
Symbol 161 GraphicUses:84 85 83 43 79 80Used by:167
Symbol 162 GraphicUses:98Used by:163
Symbol 163 MovieClipUses:162Used by:165
Symbol 164 GraphicUses:106 101 45 105 104 103 102Used by:165
Symbol 165 MovieClipUses:163 164Used by:167
Symbol 166 GraphicUses:84 85 83Used by:167
Symbol 167 MovieClipUses:86 95 96 97 112 126 134 135 136 143 145 146 147 151 152 153 154 158 159 160 161 165 166Used by:Timeline
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:183 195
Symbol 170 MovieClipUsed by:195
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:183
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:183
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:183
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:183
Symbol 179 GraphicUses:11Used by:183
Symbol 180 GraphicUses:44Used by:183
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:183
Symbol 183 MovieClipUses:172 174 169 176 178 179 180 182Used by:195
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:188
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:188
Symbol 188 MovieClipUses:185 187Used by:195 205
Symbol 189 SoundUsed by:195
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:194
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:194
Symbol 194 MovieClipUses:191 193Used by:195 203
Symbol 195 MovieClipUses:169 170 183 188 189 194Used by:Timeline
Symbol 196 EditableTextUses:30Used by:Timeline
Symbol 197 EditableTextUses:30Used by:Timeline
Symbol 198 EditableTextUses:30Used by:Timeline
Symbol 199 EditableTextUses:30Used by:Timeline
Symbol 200 EditableTextUses:30Used by:Timeline
Symbol 201 EditableTextUses:30Used by:Timeline
Symbol 202 SoundUsed by:203
Symbol 203 MovieClipUses:194 202Used by:Timeline
Symbol 204 SoundUsed by:205
Symbol 205 MovieClipUses:188 204Used by:Timeline
Symbol 206 EditableTextUses:30Used by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:212
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:212
Symbol 212 ButtonUses:209 211Used by:Timeline
Symbol 213 EditableTextUses:30Used by:Timeline
Symbol 214 EditableTextUses:30Used by:218
Symbol 215 GraphicUsed by:218
Symbol 216 EditableTextUses:30Used by:218
Symbol 217 SoundUsed by:218
Symbol 218 MovieClipUses:214 144 215 216 217Used by:Timeline
Symbol 219 GraphicUsed by:Timeline

Instance Names

"back"Frame 11Symbol 78 MovieClip
"stage"Frame 11Symbol 167 MovieClip
"hero"Frame 11Symbol 195 MovieClip
"points"Frame 11Symbol 196 EditableText
"lives"Frame 11Symbol 198 EditableText
"heroOVER"Frame 11Symbol 203 MovieClip
"heroEND"Frame 11Symbol 205 MovieClip
"knock"Symbol 94 MovieClip Frame 1Symbol 90 MovieClip
"down"Symbol 94 MovieClip Frame 1Symbol 90 MovieClip
"enemy3sees"Symbol 95 MovieClip Frame 1Symbol 94 MovieClip
"box1"Symbol 112 MovieClip Frame 1Symbol 110 MovieClip
"enemy3sees"Symbol 160 MovieClip Frame 1Symbol 94 MovieClip
"enemy4"Symbol 167 MovieClip Frame 1Symbol 95 MovieClip
"enemy5"Symbol 167 MovieClip Frame 1Symbol 95 MovieClip
"enemy6"Symbol 167 MovieClip Frame 1Symbol 95 MovieClip
"enemy7"Symbol 167 MovieClip Frame 1Symbol 95 MovieClip
"plate"Symbol 167 MovieClip Frame 1Symbol 112 MovieClip
"enemy2"Symbol 167 MovieClip Frame 1Symbol 134 MovieClip
"enemy3"Symbol 167 MovieClip Frame 1Symbol 95 MovieClip
"enemy1"Symbol 167 MovieClip Frame 1Symbol 135 MovieClip
"enemy8"Symbol 167 MovieClip Frame 1Symbol 135 MovieClip
"enemy8"Symbol 167 MovieClip Frame 1Symbol 135 MovieClip
"plate"Symbol 167 MovieClip Frame 2Symbol 151 MovieClip
"enemy2"Symbol 167 MovieClip Frame 2Symbol 134 MovieClip
"plate"Symbol 167 MovieClip Frame 3Symbol 158 MovieClip
"plate"Symbol 167 MovieClip Frame 4Symbol 165 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"gameover"Frame 8
"over"Frame 9
"loop"Symbol 188 MovieClip Frame 2
"stand"Symbol 195 MovieClip Frame 2
"walk"Symbol 195 MovieClip Frame 3
"jumpUp"Symbol 195 MovieClip Frame 4
"jumpDown"Symbol 195 MovieClip Frame 5

Dynamic Text Variables

percentDoneSymbol 5 EditableText"100"
pointsSymbol 196 EditableText"0"
livesSymbol 198 EditableText"0"
levelSymbol 200 EditableText"0"
_level0.levelSymbol 213 EditableText"_level0.level"




http://swfchan.com/5/23273/info.shtml
Created: 26/5 -2019 07:49:18 Last modified: 26/5 -2019 07:49:18 Server time: 10/05 -2024 07:00:15