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

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

New Years Rush.swf

This is the info page for
Flash #72906

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


Text
0

0

Bytes Loaded:

Total Bytes:

0

%

START

Drag your platforms around
with your mouse to get  to the
door, some need keys. Avoid
obstacles. Controls: Up: Jump
Left & Right: move  Good Luck

Platforms

Lives:

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); tellTarget (_root.loader) { gotoAndStop(_root.percentbytes); };
Frame 2
if (loadedbytes == totalbytes) { playb._x = 275; stop(); } else { gotoAndPlay (1); }
Frame 4
stop(); stopAllSounds(); variable = new Sound(this); variable.attachSound("joe"); variable.start(0, 9999);
Frame 46
stop();
Frame 48
stop();
Frame 50
gotoAndStop ("lol");
Frame 52
Stage.showMenu = false; ysp = "xomg"; lives = 4; b = false; movex = 7; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; onEnterFrame = function () { if (lives == 0) { gotoAndStop (48); } if (Key.isDown(38) && (!jumpify)) { ysp = 13; jumpify = true; } else if (Key.isDown(37)) { guy._x = guy._x - movex; guy._xscale = -100; guy.gotoAndStop("moving"); } else if (Key.isDown(39)) { guy._x = guy._x + movex; guy._xscale = 100; guy.gotoAndStop("moving"); } else { guy.gotoAndStop("still"); } if (jumpify == true) { ysp = ysp - 2; guy._y = guy._y - ysp; } if ((jumpify == false) && (b == false)) { ysp = -10; } if (ysp <= -10) { ysp = -10; } if (_root.ground1.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else if (_root.ground2.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else if (_root.ground3.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else if (_root.ground4.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else if (_root.ground5.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else if (_root.ground6.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else if (_root.dunlvl.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } else { b = false; } if (door == true) { doorl.gotoAndStop("open"); } else { doorl.gotoAndStop("closed"); } guy._y = guy._y - ysp; updateAfterEvent(); };
Instance of Symbol 107 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 113 MovieClip "ground3" in Frame 52
on (press) { if (_root.r == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.r = false; }
Instance of Symbol 113 MovieClip "ground4" in Frame 52
on (press) { if (_root.l == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.l = false; }
Instance of Symbol 113 MovieClip "ground2" in Frame 52
on (press) { if (_root.m == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.m = false; }
Instance of Symbol 113 MovieClip "ground5" in Frame 52
on (press) { if (_root.c == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.c = false; }
Instance of Symbol 113 MovieClip "ground6" in Frame 52
on (press) { if (_root.p == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.p = false; }
Instance of Symbol 116 MovieClip "key" in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.door = true; this._x = 2000; } }
Instance of Symbol 128 MovieClip "doorl" in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.nextFrame(); } } }
Frame 53
p = true; c = true; m = true; l = true; r = true; key._x = 300; key._y = 100; door = false; guy._x = 50; guy._y = 350; _root.ground2._x = 420; _root.ground2._y = 290; _root.ground3._x = 450; _root.ground3._y = 310; _root.ground4._x = 420; _root.ground4._y = 330; _root.ground5._x = 450; _root.ground5._y = 350; _root.ground6._x = 420; _root.ground6._y = 370;
Instance of Symbol 128 MovieClip "doorl" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.nextFrame(); } } }
Instance of Symbol 130 MovieClip "bomb1" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip "bomb4" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip "bomb2" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip "bomb7" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip "bomb6" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip "bomb3" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 121 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip "bomb5" in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 54
p = true; c = true; m = true; l = true; r = true; key._x = 200; key._y = 150; door = false; guy._x = 50; guy._y = 350; _root.ground2._x = 420; _root.ground2._y = 290; _root.ground3._x = 450; _root.ground3._y = 310; _root.ground4._x = 420; _root.ground4._y = 330; _root.ground5._x = 450; _root.ground5._y = 350; _root.ground6._x = 420; _root.ground6._y = 370;
Instance of Symbol 130 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 120 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 55
p = true; c = true; m = true; l = true; r = true; key._x = 300; key._y = 50; door = false; guy._x = 50; guy._y = 350; _root.ground2._x = 420; _root.ground2._y = 290; _root.ground3._x = 450; _root.ground3._y = 310; _root.ground4._x = 420; _root.ground4._y = 330; _root.ground5._x = 450; _root.ground5._y = 350; _root.ground6._x = 420; _root.ground6._y = 370;
Instance of Symbol 121 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 121 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 56
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 99; key._y = 178; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 120 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 120 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 57
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 300; key._y = 100; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 116 MovieClip "key" in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.door = true; this._x = 2000; } }
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 121 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 121 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 58
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 330; key._x = 371; key._y = 65; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.gotoAndPlay("nam"); } }
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 128 MovieClip "doorl" in Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.nextFrame(); } } }
Frame 59
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 446; key._y = 254; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 128 MovieClip "doorl" in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.nextFrame(); } } }
Instance of Symbol 130 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 60
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 478; guy._y = 350; key._x = 239; key._y = 340; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 107 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 128 MovieClip "doorl" in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.gotoAndStop("peeo"); } } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 116 MovieClip "key" in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.door = true; this._x = 2000; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.gotoAndPlay("nam"); } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.gotoAndPlay("nam"); } }
Instance of Symbol 118 MovieClip in Frame 60
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; guy._x = 478; guy._y = 350; } }
Frame 61
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 478; guy._y = 350; key._x = 239; key._y = 300; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 116 MovieClip "key" in Frame 61
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.door = true; this._x = 2000; } }
Frame 62
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 41; key._y = 178; stop(); _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 107 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 128 MovieClip "doorl" in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.nextFrame(); } } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.gotoAndPlay("nam"); } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 63
p = true; c = true; m = true; l = true; r = true; guy._x = 50; guy._y = 350; key._x = 404; key._y = 157; door = false; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 64
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 291; key._y = 31; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 65
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 276; key._y = 193; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 66
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 350; key._x = 421; key._y = 108; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 67
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 70; guy._y = 350; key._x = 253; key._y = 182; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 68
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 70; guy._y = 350; key._x = 263; key._y = 195; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 121 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 121 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 69
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 70; guy._y = 350; key._x = 419; key._y = 363; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 69
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 69
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 69
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 69
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 69
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.gotoAndPlay("nam"); } }
Frame 70
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 70; guy._y = 350; key._x = 271; key._y = 11; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Frame 71
p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 70; guy._y = 350; key._x = 263; key._y = 238; _root.ground2._x = 70; _root.ground2._y = 40; _root.ground3._x = 90; _root.ground3._y = 60; _root.ground4._x = 70; _root.ground4._y = 80; _root.ground5._x = 90; _root.ground5._y = 100; _root.ground6._x = 70; _root.ground6._y = 120;
Instance of Symbol 128 MovieClip "doorl" in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { if (_root.door == true) { _root.gotoAndStop("beat"); } } }
Instance of Symbol 118 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Instance of Symbol 118 MovieClip in Frame 71
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.lives--; _root.guy._x = 50; _root.guy._y = 350; } }
Symbol 21 Button
on (release) { nextFrame(); }
Symbol 25 MovieClip Frame 100
_root.nextFrame();
Symbol 26 Button
on (release) { getURL ("http://www.games2web.com/", "_blank"); }
Symbol 32 Button
on (release) { getURL ("http://www.lostsolution.net", "_blank"); }
Symbol 36 Button
on (release) { gotoAndStop (52); }
Symbol 40 Button
on (release) { gotoAndStop (51); }
Symbol 43 Button
on (release) { getURL ("http://games2web.com", "_blank"); }
Symbol 47 Button
on (release) { play(); }
Symbol 89 Button
on (release) { gotoAndStop (4); }
Symbol 97 Button
on (release) { gotoAndStop ("1"); }
Symbol 102 Button
on (release) { gotoAndStop ("lol"); }
Symbol 128 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 180 Button
on (release) { gotoAndStop ("fuck"); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 12 MovieClip
"playb"Frame 1Symbol 21 Button
"ground3"Frame 52Symbol 113 MovieClip
"ground4"Frame 52Symbol 113 MovieClip
"ground2"Frame 52Symbol 113 MovieClip
"ground5"Frame 52Symbol 113 MovieClip
"ground6"Frame 52Symbol 113 MovieClip
"dunlvl"Frame 52Symbol 113 MovieClip
"key"Frame 52Symbol 116 MovieClip
"ground1"Frame 52Symbol 113 MovieClip
"pwn"Frame 52Symbol 121 MovieClip
"doorl"Frame 52Symbol 128 MovieClip
"guy"Frame 52Symbol 175 MovieClip
"lives"Frame 52Symbol 177 EditableText
"doorl"Frame 53Symbol 128 MovieClip
"bomb1"Frame 53Symbol 130 MovieClip
"bomb4"Frame 53Symbol 130 MovieClip
"bomb2"Frame 53Symbol 130 MovieClip
"bomb7"Frame 53Symbol 130 MovieClip
"bomb6"Frame 53Symbol 130 MovieClip
"bomb3"Frame 53Symbol 130 MovieClip
"bomb5"Frame 53Symbol 130 MovieClip
"key"Frame 57Symbol 116 MovieClip
"doorl"Frame 58Symbol 128 MovieClip
"doorl"Frame 59Symbol 128 MovieClip
"doorl"Frame 60Symbol 128 MovieClip
"key"Frame 60Symbol 116 MovieClip
"key"Frame 61Symbol 116 MovieClip
"doorl"Frame 62Symbol 128 MovieClip
"doorl"Frame 71Symbol 128 MovieClip
"closeddoor"Symbol 128 MovieClip Frame 1Symbol 123 MovieClip
"door1"Symbol 128 MovieClip Frame 2Symbol 125 MovieClip
"opendoor"Symbol 128 MovieClip Frame 2Symbol 127 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "joe"

Labels

"Menu"Frame 4
"lol"Frame 4
"beat"Frame 49
"fuck"Frame 50
"1"Frame 52
"peeo"Frame 62
"closed"Symbol 128 MovieClip Frame 1
"open"Symbol 128 MovieClip Frame 2
"still"Symbol 175 MovieClip Frame 1
"moving"Symbol 175 MovieClip Frame 2

Dynamic Text Variables

loadedbytesSymbol 3 EditableText"0"
totalbytesSymbol 4 EditableText"0"
percentbytesSymbol 13 EditableText"0"
livesSymbol 177 EditableText""




http://swfchan.com/15/72906/info.shtml
Created: 8/4 -2019 12:59:05 Last modified: 8/4 -2019 12:59:05 Server time: 15/05 -2024 00:19:30