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

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

Luigi's Day.swf

This is the info page for
Flash #22206

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


Text
---
Jim Flower

PLAY

PLAY

CONTROLS

CONTROLS

0

SCORE:

THIS Writing is from star

THIS Writing is from st

0

0

0

0

0

0

0

0

0

0

0

0

SORRY END OF GAME
IF I WASN'T SO LAZY I WOULD FINISH IT.

Proudly brought to you by  Jim Flower
All Characters, SFX,music Copyright Nintendo

TM

replay

replay

replay

replay

0

SCORE:

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (159) { gotoAndStop (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 5
score = 0; stop();
Instance of Symbol 47 MovieClip "door" in Frame 5
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero.door = "off"; } _root.hero.door = "on"; } }
Instance of Symbol 49 MovieClip in Frame 5
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 50 MovieClip in Frame 5
onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 52 MovieClip in Frame 5
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero.ladder = "off"; } _root.hero.ladder = "on"; _root.hero.gravity = "off"; } }
Instance of Symbol 56 MovieClip "conveyor" in Frame 5
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 40; _root.hero.platform = "on"; } } }
Instance of Symbol 75 MovieClip "hero" in Frame 5
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { b_edge = this.y + (this._y / 2); b_edge--; if (Key.isDown(Key.UP) and (door eq "on")) { tellTarget ("_root.hero") { _root.gotoAndPlay("level2"); gotoAndPlay (5); }; } if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } ladder = "off"; gravity = "on"; }
Instance of Symbol 77 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver"); } }
Instance of Symbol 84 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 85 MovieClip "water" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver"); } }
Instance of Symbol 97 MovieClip "collect" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 98 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 101 MovieClip in Frame 5
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.door.gotoAndStop(2); if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 5; _root.hero.block = "on"; } gotoAndPlay (6); if (m_bounds.Ymax >= (_root.hero.t_edge - 5)) { _root.hero.vel_y = 0; } } }
Frame 6
stopAllSounds();
Frame 12
stop();
Instance of Symbol 113 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#2"); } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 116 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { this.gotoAndPlay(2); _root.t1.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 125 MovieClip "t1" in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 126 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t2.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t2" in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 128 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t3.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t3" in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t4.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t4" in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t5.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t5" in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 131 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t6.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t6" in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 52 MovieClip in Frame 12
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero.ladder = "off"; } _root.hero.ladder = "on"; _root.hero.gravity = "off"; } }
Instance of Symbol 132 MovieClip "hero" in Frame 12
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Frame 13
stop();
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#3"); } }
Instance of Symbol 144 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver2"); } }
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 147 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 114 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 148 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { this.gotoAndPlay(2); _root.t1.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 149 MovieClip "t1" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 126 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t2.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t2" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 150 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t3.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 125 MovieClip "t3" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 129 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t4.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t4" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 151 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t5.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t5" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 152 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t6.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t6" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 153 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { this.gotoAndPlay(2); _root.t7.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 149 MovieClip "t7" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 154 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t8.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t8" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 155 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t9.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t9" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 156 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t10.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t10" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 157 MovieClip in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { this.gotoAndPlay(2); _root.t12.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 149 MovieClip "t12" in Frame 13
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 158 MovieClip "hero" in Frame 13
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Frame 14
stop();
Instance of Symbol 144 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver2"); } }
Instance of Symbol 145 MovieClip in Frame 14
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 160 MovieClip in Frame 14
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 161 MovieClip in Frame 14
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 162 MovieClip in Frame 14
/* no clip actions */
Instance of Symbol 163 MovieClip "t5" in Frame 14
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 161 MovieClip in Frame 14
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 97 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 167 MovieClip "hero" in Frame 14
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } if (this.hitTest(_root.scrol)) { if (50 >= _root.scrol._currentFrame) { setProperty(_root.hero, _x , _root.hero._x + 5); } else if (_root.scrol._currentFrame >= 51) { setProperty(_root.hero, _x , _root.hero._x - 5); } } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 119 MovieClip in Frame 14
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Frame 14
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 171 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver3"); } }
Instance of Symbol 137 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#3"); } }
Frame 15
stop();
Instance of Symbol 144 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver2"); } }
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 147 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero.raft = "off"; } _root.hero.raft = "on"; } }
Instance of Symbol 147 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 114 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 116 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { this.gotoAndPlay(2); _root.t1.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 125 MovieClip "t1" in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 126 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t2.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t2" in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 150 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t3.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t3" in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 129 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t4.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t4" in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 130 MovieClip in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t5.gotoAndPlay(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 127 MovieClip "t5" in Frame 15
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 174 MovieClip "hero" in Frame 15
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.Down) and (raft eq "on")) { tellTarget ("_root.hero") { _root.gotoAndPlay("bonus"); }; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 175 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#5"); } }
Instance of Symbol 145 MovieClip in Frame 15
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Frame 16
stopAllSounds();
Instance of Symbol 178 MovieClip "hero" in Frame 23
onClipEvent (load) { vel_y = 2; accel = 5; jumping = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y - 7; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y + 7; if (Key.isDown(Key.DOWN) and (pipebonus eq "on")) { tellTarget ("_root.hero") { _root.gotoAndPlay("bonus"); }; } } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x + 7; } if (Key.isDown(Key.LEFT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x - 7; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (3); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 179 MovieClip "hero" in Frame 26
onClipEvent (load) { vel_y = 2; accel = 5; jumping = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y - 7; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y + 7; if (Key.isDown(Key.DOWN) and (pipebonus eq "on")) { tellTarget ("_root.hero") { gotoAndPlay (2); }; } } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x + 7; } if (Key.isDown(Key.LEFT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x - 7; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (3); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Frame 27
stop();
Instance of Symbol 180 MovieClip "hero" in Frame 27
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.Down) and (raft eq "on")) { tellTarget ("_root.hero") { _root.gotoAndPlay("bonus"); }; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver2"); } }
Instance of Symbol 145 MovieClip in Frame 29
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 147 MovieClip in Frame 29
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 145 MovieClip in Frame 29
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 173 MovieClip in Frame 29
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero.raft = "off"; } _root.hero.raft = "on"; } }
Instance of Symbol 147 MovieClip in Frame 29
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 179 MovieClip "hero" in Frame 29
onClipEvent (load) { vel_y = 2; accel = 5; jumping = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y - 7; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y + 7; if (Key.isDown(Key.DOWN) and (pipebonus eq "on")) { tellTarget ("_root.hero") { gotoAndPlay (2); }; } } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x + 7; } if (Key.isDown(Key.LEFT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x - 7; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (3); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 178 MovieClip "hero" in Frame 32
onClipEvent (load) { vel_y = 2; accel = 5; jumping = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y - 7; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { tellTarget ("_root.hero") { gotoAndStop (2); }; this._y = this._y + 7; if (Key.isDown(Key.DOWN) and (pipebonus eq "on")) { tellTarget ("_root.hero") { _root.gotoAndPlay("bonus"); }; } } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x + 7; } if (Key.isDown(Key.LEFT)) { tellTarget ("_root.hero") { gotoAndStop (1); }; this._x = this._x - 7; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (3); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 114 MovieClip in Frame 42
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 114 MovieClip in Frame 42
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 114 MovieClip in Frame 42
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 114 MovieClip in Frame 42
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 145 MovieClip in Frame 42
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 185 MovieClip in Frame 42
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { _root.gotoAndPlay("finbonus"); if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 186 MovieClip in Frame 42
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 12; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 12; } } }
Instance of Symbol 187 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#?"); } }
Frame 43
stopAllSounds();
Instance of Symbol 137 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#3"); } }
Instance of Symbol 190 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#?"); } }
Instance of Symbol 192 MovieClip in Frame 46
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 193 MovieClip in Frame 46
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 12; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 12; } } }
Frame 55
stop();
Instance of Symbol 158 MovieClip "hero" in Frame 55
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Frame 56
stop();
Instance of Symbol 194 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("#6"); } }
Instance of Symbol 161 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 196 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { this.gotoAndPlay(2); _root.t1.gotoAndStop(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 163 MovieClip "t1" in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 197 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t2.gotoAndStop(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 163 MovieClip "t2" in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 198 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t3.gotoAndStop(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 163 MovieClip "t3" in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 199 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t4.gotoAndStop(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 163 MovieClip "t4" in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 200 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t5.gotoAndStop(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 163 MovieClip "t5" in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 201 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); t_edge = my_bounds.Ymin; b_edge = my_bounds.Ymax; if (this.hitTest(_root.hero)) { _root.t6.gotoAndStop(2); this.gotoAndPlay(2); _root.score = _root.score + 10; if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 55; _root.hero.block2 = "on"; } if (m_bounds.Ymax >= (_root.hero.t_edge - 55)) { _root.hero.vel_y = 0; } } }
Instance of Symbol 163 MovieClip "t6" in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 56
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 97 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(2); _root.score = _root.score + 50; } }
Instance of Symbol 203 MovieClip "hero" in Frame 56
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Instance of Symbol 161 MovieClip in Frame 56
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 48; _root.hero.platform = "on"; } } }
Instance of Symbol 171 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("gameOver3"); } }
Frame 57
stop();
Instance of Symbol 145 MovieClip in Frame 57
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Frame 57
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Frame 57
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Frame 57
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Frame 57
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Frame 57
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 47 MovieClip "door" in Frame 57
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero.door = "off"; } _root.hero.door = "on"; } }
Instance of Symbol 205 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.score = _root.score + 100; _root.door.gotoAndStop(2); _root.gotoAndPlay("endlev"); } }
Instance of Symbol 114 MovieClip in Frame 57
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip "t7" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip "t8" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip "t9" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 162 MovieClip in Frame 57
/* no clip actions */
Instance of Symbol 163 MovieClip "t10" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip "t1" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip "t2" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip "t3" in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 163 MovieClip in Frame 57
onClipEvent (enterFrame) { this.gotoAndPlay(6); m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 58; _root.hero.platform = "on"; } } }
Instance of Symbol 211 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndStop(11); _root.score = _root.score + 500; _root.door.gotoAndStop(2); _root.gotoAndPlay("endlev"); } }
Instance of Symbol 212 MovieClip "hero" in Frame 57
onClipEvent (load) { event = new Array("", ""); vel_y = 2; accel = 5; jumping = false; moving = false; } onClipEvent (enterFrame) { my_bounds = new Object(); my_bounds = this.getBounds(_root); t_edge = this.y + (this._y / 2); b_edge = (this._y = this._y + (_heighth / 2)); b_edge--; if (Key.isDown(Key.UP) and (door eq "on")) { tellTarget ("_root.hero") { _root.gotoAndPlay("level3"); gotoAndPlay (5); }; } if (Key.isDown(Key.UP) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y - 8; } if (Key.isDown(Key.DOWN) and (ladder eq "on")) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("up"); } this._y = this._y + 8; } if (14 >= this._x) { this._x = 14; } if (Key.isDown(Key.RIGHT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("right"); } this._x = this._x + 8; } if (Key.isDown(Key.LEFT)) { if (moving == false) { moving = true; hero.gotoAndPlay(2); this.gotoAndStop("left"); } this._x = this._x - 8; } if (gravity eq "on") { this._y = this._y + 14; } if (Key.isDown(Key.SPACE) && (!jumping)) { tellTarget ("_root.hero") { gotoAndStop (10); }; platform = "no"; vel_y = 48; jumping = true; } if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } vel_y = vel_y - accel; if (vel_y < -18) { vel_y = -18; } this._y = this._y - vel_y; } if (this.hitTest(_root.conveyor)) { setProperty(_root.hero, _x , _root.hero._x + 5); } onwall = false; ladder = "off"; gravity = "on"; }
Frame 58
stop();
Instance of Symbol 223 MovieClip "t7" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip "t8" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip "t9" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip "t10" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 223 MovieClip "t1" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip "t2" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip "t3" in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 223 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 223 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Instance of Symbol 224 MovieClip in Frame 59
onClipEvent (enterFrame) { m_bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 45; _root.hero.platform = "on"; } } }
Frame 156
gotoAndPlay (77);
Frame 157
stop(); stopAllSounds();
Frame 158
stop(); stopAllSounds();
Frame 159
stop(); stopAllSounds();
Symbol 11 MovieClip Frame 7
gotoAndPlay (1);
Symbol 11 MovieClip Frame 11
stop();
Symbol 32 Button
on (release) { stopAllSounds(); gotoAndPlay (5); }
Symbol 36 Button
on (release) { gotoAndStop (4); }
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 46 MovieClip Frame 10
stop();
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 2
stop();
Symbol 62 MovieClip Frame 1
_root.hero.moving = false; stop();
Symbol 66 MovieClip Frame 1
_root.hero.moving = false; stop();
Symbol 72 MovieClip Frame 1
_root.hero.moving = false; stop();
Symbol 73 MovieClip Frame 1
_root.hero.moving = false; stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 4
stop();
Symbol 75 MovieClip Frame 9
stop();
Symbol 75 MovieClip Frame 10
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 3
gotoAndPlay (1);
Symbol 113 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 2
stop();
Symbol 125 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Symbol 125 MovieClip Frame 5
stop();
Symbol 125 MovieClip Frame 6
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Symbol 127 MovieClip Frame 5
stop();
Symbol 127 MovieClip Frame 6
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 2
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 2
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 4
stop();
Symbol 132 MovieClip Frame 9
stop();
Symbol 132 MovieClip Frame 10
stop();
Symbol 137 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Symbol 149 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Symbol 149 MovieClip Frame 5
stop();
Symbol 149 MovieClip Frame 6
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 2
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 4
stop();
Symbol 158 MovieClip Frame 9
stop();
Symbol 158 MovieClip Frame 10
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Symbol 163 MovieClip Frame 5
stop();
Symbol 163 MovieClip Frame 6
stop();
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { my_top = _root.scrol._y - (_root.scrol._y / 2); _bounds = new Object(); m_bounds = this.getBounds(_root); if (hitTest(_root.hero)) { if (m_bounds.Ymin >= _root.hero.b_edge) { _root.hero._y = m_bounds.Ymax - 42; _root.hero.platform = "on"; } } }
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 4
stop();
Symbol 167 MovieClip Frame 9
stop();
Symbol 167 MovieClip Frame 10
stop();
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 4
stop();
Symbol 174 MovieClip Frame 9
stop();
Symbol 174 MovieClip Frame 10
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 4
stop();
Symbol 178 MovieClip Frame 9
stop();
Symbol 178 MovieClip Frame 10
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 4
stop();
Symbol 179 MovieClip Frame 9
stop();
Symbol 179 MovieClip Frame 10
stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 4
stop();
Symbol 180 MovieClip Frame 9
stop();
Symbol 180 MovieClip Frame 10
stop();
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 4
stop();
Symbol 183 MovieClip Frame 9
stop();
Symbol 183 MovieClip Frame 10
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
stop();
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 4
stop();
Symbol 203 MovieClip Frame 9
stop();
Symbol 203 MovieClip Frame 10
stop();
Symbol 205 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 11
gotoAndPlay (1);
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 4
stop();
Symbol 212 MovieClip Frame 9
stop();
Symbol 212 MovieClip Frame 10
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 8
stop();
Symbol 221 MovieClip Frame 19
stop();
Symbol 223 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Symbol 223 MovieClip Frame 5
stop();
Symbol 223 MovieClip Frame 6
stop();
Symbol 224 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Instance of Symbol 119 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) { m_bounds = new Object(); m_bounds = this.getBounds(_root); } onClipEvent (enterFrame) { if (hitTest(_root.hero)) { _root.hero.onwall = true; if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) { _root.hero._x = m_bounds.xMax + 15; } if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) { _root.hero._x = m_bounds.xMin - 15; } } }
Symbol 224 MovieClip Frame 5
stop();
Symbol 224 MovieClip Frame 6
stop();
Symbol 242 Button
on (release) { gotoAndPlay (5); }

Library Items

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

Instance Names

"door"Frame 5Symbol 47 MovieClip
"conveyor"Frame 5Symbol 56 MovieClip
"hero"Frame 5Symbol 75 MovieClip
"water"Frame 5Symbol 85 MovieClip
"collect"Frame 5Symbol 97 MovieClip
"t1"Frame 12Symbol 125 MovieClip
"t2"Frame 12Symbol 127 MovieClip
"t3"Frame 12Symbol 127 MovieClip
"t4"Frame 12Symbol 127 MovieClip
"t5"Frame 12Symbol 127 MovieClip
"t6"Frame 12Symbol 127 MovieClip
"hero"Frame 12Symbol 132 MovieClip
"t1"Frame 13Symbol 149 MovieClip
"t2"Frame 13Symbol 127 MovieClip
"t3"Frame 13Symbol 125 MovieClip
"t4"Frame 13Symbol 127 MovieClip
"t5"Frame 13Symbol 127 MovieClip
"t6"Frame 13Symbol 127 MovieClip
"t7"Frame 13Symbol 149 MovieClip
"t8"Frame 13Symbol 127 MovieClip
"t9"Frame 13Symbol 127 MovieClip
"t10"Frame 13Symbol 127 MovieClip
"t12"Frame 13Symbol 149 MovieClip
"hero"Frame 13Symbol 158 MovieClip
"t5"Frame 14Symbol 163 MovieClip
"scrol"Frame 14Symbol 166 MovieClip
"hero"Frame 14Symbol 167 MovieClip
"t1"Frame 15Symbol 125 MovieClip
"t2"Frame 15Symbol 127 MovieClip
"t3"Frame 15Symbol 127 MovieClip
"t4"Frame 15Symbol 127 MovieClip
"t5"Frame 15Symbol 127 MovieClip
"hero"Frame 15Symbol 174 MovieClip
"hero"Frame 23Symbol 178 MovieClip
"hero"Frame 26Symbol 179 MovieClip
"hero"Frame 27Symbol 180 MovieClip
"hero"Frame 29Symbol 179 MovieClip
"hero"Frame 32Symbol 178 MovieClip
"hero"Frame 42Symbol 183 MovieClip
"hero"Frame 55Symbol 158 MovieClip
"t1"Frame 56Symbol 163 MovieClip
"t2"Frame 56Symbol 163 MovieClip
"t3"Frame 56Symbol 163 MovieClip
"t4"Frame 56Symbol 163 MovieClip
"t5"Frame 56Symbol 163 MovieClip
"t6"Frame 56Symbol 163 MovieClip
"hero"Frame 56Symbol 203 MovieClip
"door"Frame 57Symbol 47 MovieClip
"t7"Frame 57Symbol 163 MovieClip
"t8"Frame 57Symbol 163 MovieClip
"t9"Frame 57Symbol 163 MovieClip
"t10"Frame 57Symbol 163 MovieClip
"t1"Frame 57Symbol 163 MovieClip
"t2"Frame 57Symbol 163 MovieClip
"t3"Frame 57Symbol 163 MovieClip
"hero"Frame 57Symbol 212 MovieClip
"flagtween"Frame 58Symbol 221 MovieClip
"t7"Frame 59Symbol 223 MovieClip
"t8"Frame 59Symbol 224 MovieClip
"t9"Frame 59Symbol 224 MovieClip
"t10"Frame 59Symbol 224 MovieClip
"t1"Frame 59Symbol 223 MovieClip
"t2"Frame 59Symbol 224 MovieClip
"t3"Frame 59Symbol 224 MovieClip
"hero"Symbol 75 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 75 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 75 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 75 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 75 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 132 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 132 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 132 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 132 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 132 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 158 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 158 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 158 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 158 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 158 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 167 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 167 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 167 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 167 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 167 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 174 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 174 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 174 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 174 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 174 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 178 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 178 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 178 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 178 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 178 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 179 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 179 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 179 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 179 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 179 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 180 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 180 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 180 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 180 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 180 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 183 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 183 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 183 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 183 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 183 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 203 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 203 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 203 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 203 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 203 MovieClip Frame 10Symbol 62 MovieClip
"hero"Symbol 212 MovieClip Frame 1Symbol 62 MovieClip
"hero"Symbol 212 MovieClip Frame 2Symbol 66 MovieClip
"hero"Symbol 212 MovieClip Frame 3Symbol 62 MovieClip
"hero"Symbol 212 MovieClip Frame 4Symbol 72 MovieClip
"hero"Symbol 212 MovieClip Frame 10Symbol 62 MovieClip
"flagdrop"Symbol 221 MovieClip Frame 1Symbol 220 MovieClip

Labels

"level2"Frame 6
"#2"Frame 13
"#3"Frame 14
"#4"Frame 15
"#?"Frame 16
"bonus"Frame 29
"#5"Frame 56
"#6"Frame 57
"endlev"Frame 58
"level3"Frame 59
"gameOver"Frame 157
"gameOver2"Frame 158
"gameOver3"Frame 159
"front"Symbol 75 MovieClip Frame 1
"up"Symbol 75 MovieClip Frame 2
"right"Symbol 75 MovieClip Frame 3
"left"Symbol 75 MovieClip Frame 4
"front"Symbol 132 MovieClip Frame 1
"up"Symbol 132 MovieClip Frame 2
"right"Symbol 132 MovieClip Frame 3
"left"Symbol 132 MovieClip Frame 4
"front"Symbol 158 MovieClip Frame 1
"up"Symbol 158 MovieClip Frame 2
"right"Symbol 158 MovieClip Frame 3
"left"Symbol 158 MovieClip Frame 4
"front"Symbol 167 MovieClip Frame 1
"up"Symbol 167 MovieClip Frame 2
"right"Symbol 167 MovieClip Frame 3
"left"Symbol 167 MovieClip Frame 4
"front"Symbol 174 MovieClip Frame 1
"up"Symbol 174 MovieClip Frame 2
"right"Symbol 174 MovieClip Frame 3
"left"Symbol 174 MovieClip Frame 4
"front"Symbol 178 MovieClip Frame 1
"up"Symbol 178 MovieClip Frame 2
"right"Symbol 178 MovieClip Frame 3
"left"Symbol 178 MovieClip Frame 4
"front"Symbol 179 MovieClip Frame 1
"up"Symbol 179 MovieClip Frame 2
"right"Symbol 179 MovieClip Frame 3
"left"Symbol 179 MovieClip Frame 4
"front"Symbol 180 MovieClip Frame 1
"up"Symbol 180 MovieClip Frame 2
"right"Symbol 180 MovieClip Frame 3
"left"Symbol 180 MovieClip Frame 4
"front"Symbol 183 MovieClip Frame 1
"up"Symbol 183 MovieClip Frame 2
"right"Symbol 183 MovieClip Frame 3
"left"Symbol 183 MovieClip Frame 4
"front"Symbol 203 MovieClip Frame 1
"up"Symbol 203 MovieClip Frame 2
"right"Symbol 203 MovieClip Frame 3
"left"Symbol 203 MovieClip Frame 4
"front"Symbol 212 MovieClip Frame 1
"up"Symbol 212 MovieClip Frame 2
"right"Symbol 212 MovieClip Frame 3
"left"Symbol 212 MovieClip Frame 4

Dynamic Text Variables

_root.scoreSymbol 103 EditableText"0"
_root.scoreSymbol 134 EditableText"0"
_root.scoreSymbol 159 EditableText"0"
_root.scoreSymbol 172 EditableText"0"
_root.scoreSymbol 176 EditableText"0"
_root.scoreSymbol 177 EditableText"0"
_root.scoreSymbol 181 EditableText"0"
_root.scoreSymbol 188 EditableText"0"
_root.scoreSymbol 191 EditableText"0"
_root.scoreSymbol 204 EditableText"0"
_root.scoreSymbol 213 EditableText"0"
_root.scoreSymbol 222 EditableText"0"
_root.scoreSymbol 227 EditableText"0"
_root.scoreSymbol 255 EditableText"0"




http://swfchan.com/5/22206/info.shtml
Created: 27/5 -2019 01:44:12 Last modified: 27/5 -2019 01:44:12 Server time: 28/04 -2024 21:25:42