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

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

Easter Rush!.swf

This is the info page for
Flash #37697

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


Text
0

0

0

Bytes Loaded

Total Bytes:

0

0

0

Back

Drag platforms with the mouse
and move around/jump with the
arrow keys to try to get to the
key! The key unlocks the door
so you can get to the next level
and eventually save Easter
by getting the Easter
eggs!

Art & Animation: -Wake330-
Coding: -Reedo11-
Level Design: Lefteh & -Wake330-
Music & Sound: Sanxion7 &
Flashkit

Credits

Lives:

Game Over

Again?

You Are A WINNER!

ActionScript [AS1/AS2]

Frame 1
play(); loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); tellTarget (_root.loader) { gotoAndStop(_root.percentbytes); };
Frame 2
if (loadedbytes == totalbytes) { nextFrame(); } else { gotoAndPlay (1); }
Instance of Symbol 206 MovieClip in Frame 4
onClipEvent (load) { _root.stop(); } on (release) { getURL ("http://www.games2web.com"); }
Frame 6
stop(); Stage.showMenu = eval (false)(); onEnterFrame = function () { bg.gotoAndStop(bgfrm); ground1.one._x = 120.7; ground1.one._y = -1.9; ground1.two._x = 120.7; ground1.two._y = 39.9; ground1.three._x = 120.7; ground1.three._y = 71.9; ground1.four._x = 120.7; ground1.four._y = 102.9; ground1.five._x = 120.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 19; guy._y = -9.58275863592635E38; key._x = 8; key._y = 40; }; stopAllSounds(); music = new Sound(this); music.attachSound("song"); music.start(0, 999999);
Frame 9
ysp = "xomg"; Stage.showMenu = eval (false)(); lives = 5; bgfrm = 1; b = false; f = false; movex = 7; _root.mousebar.lvl = 1; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; onEnterFrame = function () { function reset() { bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; } ((guy._y >= 450) ? (reset()lives--) : 0); ddd.onRelease = function () { reset(); }; if (door != true) { (dooro.gotoAndStop(1));// not popped } else { (dooro.gotoAndStop(2));// not popped } if (f == true) { guy.gotoAndStop(1); } if (lives <= 0) { gotoAndStop ("ded"); } if (Key.isDown(38) && (!jumpify)) { ysp = 15; jumpify = true; } else if (Key.isDown(37)) { guy._x = guy._x - movex; guy._xscale = -75; guy.gotoAndStop(2); } else if (Key.isDown(39)) { guy._x = guy._x + movex; guy._xscale = 75; guy.gotoAndStop(2); } else { guy.gotoAndStop(1); } if (jumpify == true) { ysp = ysp - 1.8; guy._y = guy._y - ysp; f = true; } else { f = false; } if ((jumpify == false) && (b == false)) { jumpify = true; } if (ysp <= -12) { ysp = -12; } if (_root.ground1.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } if (_root.ground2.hitTest(guy._x, guy._y, true)) { ysp = 0; b = true; jumpify = false; } if (ground1.hitTest(up._x, up._y, true)) { guy._y = guy._y - 5; } else if (ground1.hitTest(down._x, down._y, true) && (jumpify)) { ysp = -10; } else if (ground2.hitTest(up._x, up._y, true)) { guy._y = guy._y - 5; } else if (ground2.hitTest(down._x, down._y, true) && (jumpify)) { ysp = -10; } else { b = false; } if (door == true) { doorl.gotoAndStop("open"); } else { doorl.gotoAndStop("closed"); } guy._y = guy._y - ysp; updateAfterEvent(); };
Instance of Symbol 295 MovieClip "dooro" in Frame 9
onClipEvent (enterFrame) { ((_root.guy.hitTest(this) && (_root.door == true)) ? (_root.nextFrame()) : 0); }
Instance of Symbol 299 MovieClip "key" in Frame 9
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.door = true; this._visible = false; } }
Instance of Symbol 301 MovieClip "up" in Frame 9
onClipEvent (enterFrame) { this._visible = false; this._x = _root.guy._x; this._y = _root.guy._y - 10; }
Instance of Symbol 302 MovieClip "down" in Frame 9
onClipEvent (enterFrame) { this._visible = false; this._x = _root.guy._x; this._y = _root.guy._y - 90; }
Instance of Symbol 315 MovieClip "mousebar" in Frame 9
onClipEvent (enterFrame) { if (_root._ymouse <= 50) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Frame 10
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 389; key._y = 73;
Instance of Symbol 325 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 342 MovieClip in Frame 10
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 10
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 10
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 10
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 325 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Frame 11
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 53; key._y = 151;
Instance of Symbol 325 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 342 MovieClip in Frame 11
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 12
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 22; key._y = 27;
Frame 13
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 214; key._y = 10;
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 13
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 14
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 265; key._y = 71;
Frame 15
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 288; key._y = 358;
Instance of Symbol 325 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Frame 16
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 63; key._y = 80;
Frame 17
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 316; key._y = 155;
Instance of Symbol 325 MovieClip in Frame 17
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Frame 18
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 347; key._y = 53;
Instance of Symbol 342 MovieClip in Frame 18
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 19
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 177; key._y = 19;
Instance of Symbol 325 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Frame 20
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 47; key._y = 56;
Instance of Symbol 342 MovieClip in Frame 20
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 21
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 33; key._y = 222;
Instance of Symbol 325 MovieClip in Frame 21
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 21
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 342 MovieClip in Frame 21
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 22
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 384; key._y = 89;
Instance of Symbol 342 MovieClip in Frame 22
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 22
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 325 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Frame 23
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 197; key._y = 263;
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 24
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 306; key._y = 48;
Instance of Symbol 342 MovieClip in Frame 24
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 25
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 253; key._y = 84;
Instance of Symbol 325 MovieClip in Frame 25
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Instance of Symbol 325 MovieClip in Frame 25
onClipEvent (enterFrame) { if (_root.guy.hitTest(this)) { _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; } }
Frame 26
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 216; key._y = 232;
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Instance of Symbol 342 MovieClip in Frame 26
onClipEvent (enterFrame) { (_root.guy.hitTest(this) ? (this.nextFrame()) : 0); }
Frame 27
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 5.6; key._y = 10.1;
Frame 28
bg.gotoAndStop(bgfrm); ground1.one._x = 250.7; ground1.one._y = -1.9; ground1.two._x = 250.7; ground1.two._y = 39.9; ground1.three._x = 250.7; ground1.three._y = 71.9; ground1.four._x = 250.7; ground1.four._y = 102.9; ground1.five._x = 250.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 50; guy._y = 365; key._x = 478; key._y = 40;
Frame 29
bg.gotoAndStop(bgfrm); ground1.one._x = 120.7; ground1.one._y = -1.9; ground1.two._x = 120.7; ground1.two._y = 39.9; ground1.three._x = 120.7; ground1.three._y = 71.9; ground1.four._x = 120.7; ground1.four._y = 102.9; ground1.five._x = 120.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 19; guy._y = 224; key._x = 8; key._y = 40;
Instance of Symbol 368 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.guy.hitTest(this._x, this._y, true)) { _root.gotoAndStop("win"); } }
Frame 31
stop(); onEnterFrame = function () { bg.gotoAndStop(bgfrm); ground1.one._x = 120.7; ground1.one._y = -1.9; ground1.two._x = 120.7; ground1.two._y = 39.9; ground1.three._x = 120.7; ground1.three._y = 71.9; ground1.four._x = 120.7; ground1.four._y = 102.9; ground1.five._x = 120.7; ground1.five._y = 147.9; p = true; c = true; m = true; l = true; r = true; door = false; guy._x = 19; guy._y = -9.58275863592635E38; key._x = 8; key._y = 40; };
Symbol 96 MovieClip Frame 98
_root.percentbytes = 100;
Symbol 96 MovieClip Frame 99
_root.percentbytes = 100;
Symbol 96 MovieClip Frame 100
_root.percentbytes = 100;
Symbol 108 Button
on (release) { nextFrame(); }
Symbol 192 MovieClip Frame 25
stop();
Symbol 206 MovieClip Frame 297
_root.play();
Symbol 227 MovieClip Frame 188
_root.nextFrame();
Symbol 231 Button
on (release) { nextFrame(); }
Symbol 234 Button
on (release) { gotoAndStop (8); }
Symbol 237 Button
on (release) { getURL ("http://www.games2web.com", "_blank"); }
Symbol 241 Button
on (release) { gotoAndStop (9); }
Symbol 244 Button
on (release) { getURL ("http://www.lostsolution.net", "_blank"); }
Symbol 247 Button
on (release) { stopAllSounds(); num = 2; }
Symbol 250 Button
on (release) { stopAllSounds(); music = new Sound(this); music.attachSound("song"); music.start(0, 999999); num = 1; }
Symbol 251 MovieClip Frame 1
onEnterFrame = function () { this.gotoAndStop(num); }; stop();
Symbol 256 Button
on (release) { prevFrame(); }
Symbol 260 Button
on (release) { gotoAndStop (6); }
Symbol 277 MovieClip Frame 1
stop();
Instance of Symbol 281 MovieClip "one" in Symbol 292 MovieClip Frame 1
on (press) { if (_root.c == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.c = false; }
Instance of Symbol 283 MovieClip "two" in Symbol 292 MovieClip Frame 1
on (press) { if (_root.p == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.p = false; }
Instance of Symbol 285 MovieClip "three" in Symbol 292 MovieClip Frame 1
on (press) { if (_root.m == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.m = false; }
Instance of Symbol 287 MovieClip "four" in Symbol 292 MovieClip Frame 1
on (press) { if (_root.l == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.l = false; }
Instance of Symbol 289 MovieClip "five" in Symbol 292 MovieClip Frame 1
on (press) { if (_root.r == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.r = false; }
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.key._visible = true; } }
Symbol 295 MovieClip Frame 1
stop();
Symbol 310 Button
on (release) { _root.gotoAndStop("men"); }
Symbol 313 Button
on (release) { if ((i++) >= 2) { i = 0; } _quality = ["HIGH", "MEDIUM", "LOW"][i]; }
Symbol 315 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 17
stop(); _root.lives--; _root.ground1.one._x = 250.7; _root.ground1.one._y = -1.9; _root.ground1.two._x = 250.7; _root.ground1.two._y = 39.9; _root.ground1.three._x = 250.7; _root.ground1.three._y = 71.9; _root.ground1.four._x = 250.7; _root.ground1.four._y = 102.9; _root.ground1.five._x = 250.7; _root.ground1.five._y = 147.9; _root.p = true; _root.c = true; _root.m = true; _root.l = true; _root.r = true; _root.door = false; _root.guy._x = 50; _root.guy._y = 365; _parent.prevFrame();
Symbol 342 MovieClip Frame 1
stop();
Instance of Symbol 281 MovieClip "one" in Symbol 376 MovieClip Frame 1
on (press) { if (_root.c == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.c = false; }
Instance of Symbol 283 MovieClip "two" in Symbol 376 MovieClip Frame 1
on (press) { if (_root.p == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.p = false; }
Instance of Symbol 285 MovieClip "three" in Symbol 376 MovieClip Frame 1
on (press) { if (_root.m == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.m = false; }
Instance of Symbol 287 MovieClip "four" in Symbol 376 MovieClip Frame 1
on (press) { if (_root.l == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.l = false; }
Instance of Symbol 289 MovieClip "five" in Symbol 376 MovieClip Frame 1
on (press) { if (_root.r == true) { this.startDrag(true); } else { this.stopDrag(); } } on (release) { this.stopDrag(); _root.r = false; }
Instance of Symbol 291 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.key._visible = true; } }
Instance of Symbol 291 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.guy)) { _root.key._visible = true; } }
Symbol 381 Button
on (release) { gotoAndStop ("men"); }
Symbol 386 Button
on (release) { gotoAndStop ("firstlvl"); }
Symbol 387 Button
on (release) { gotoAndStop ("firstlvl"); }
Symbol 390 Button
on (release) { gotoAndStop ("men"); }

Library Items

Symbol 1 Sound [song]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:96
Symbol 5 GraphicUsed by:96
Symbol 6 GraphicUsed by:96
Symbol 7 GraphicUsed by:96
Symbol 8 GraphicUsed by:96
Symbol 9 GraphicUsed by:96
Symbol 10 GraphicUsed by:96
Symbol 11 GraphicUsed by:96
Symbol 12 GraphicUsed by:96
Symbol 13 GraphicUsed by:96
Symbol 14 GraphicUsed by:96
Symbol 15 GraphicUsed by:96
Symbol 16 GraphicUsed by:96
Symbol 17 GraphicUsed by:96
Symbol 18 GraphicUsed by:96
Symbol 19 GraphicUsed by:96
Symbol 20 GraphicUsed by:96
Symbol 21 GraphicUsed by:96
Symbol 22 GraphicUsed by:96
Symbol 23 GraphicUsed by:96
Symbol 24 GraphicUsed by:96
Symbol 25 GraphicUsed by:96
Symbol 26 GraphicUsed by:96
Symbol 27 GraphicUsed by:96
Symbol 28 GraphicUsed by:96
Symbol 29 GraphicUsed by:96
Symbol 30 GraphicUsed by:96
Symbol 31 GraphicUsed by:96
Symbol 32 GraphicUsed by:96
Symbol 33 GraphicUsed by:96
Symbol 34 GraphicUsed by:96
Symbol 35 GraphicUsed by:96
Symbol 36 GraphicUsed by:96
Symbol 37 GraphicUsed by:96
Symbol 38 GraphicUsed by:96
Symbol 39 GraphicUsed by:96
Symbol 40 GraphicUsed by:96
Symbol 41 GraphicUsed by:96
Symbol 42 GraphicUsed by:96
Symbol 43 GraphicUsed by:96
Symbol 44 GraphicUsed by:96
Symbol 45 GraphicUsed by:96
Symbol 46 GraphicUsed by:96
Symbol 47 GraphicUsed by:96
Symbol 48 GraphicUsed by:96
Symbol 49 GraphicUsed by:96
Symbol 50 GraphicUsed by:96
Symbol 51 GraphicUsed by:96
Symbol 52 GraphicUsed by:96
Symbol 53 GraphicUsed by:96
Symbol 54 GraphicUsed by:96
Symbol 55 GraphicUsed by:96
Symbol 56 GraphicUsed by:96
Symbol 57 GraphicUsed by:96
Symbol 58 GraphicUsed by:96
Symbol 59 GraphicUsed by:96
Symbol 60 GraphicUsed by:96
Symbol 61 GraphicUsed by:96
Symbol 62 GraphicUsed by:96
Symbol 63 GraphicUsed by:96
Symbol 64 GraphicUsed by:96
Symbol 65 GraphicUsed by:96
Symbol 66 GraphicUsed by:96
Symbol 67 GraphicUsed by:96
Symbol 68 GraphicUsed by:96
Symbol 69 GraphicUsed by:96
Symbol 70 GraphicUsed by:96
Symbol 71 GraphicUsed by:96
Symbol 72 GraphicUsed by:96
Symbol 73 GraphicUsed by:96
Symbol 74 GraphicUsed by:96
Symbol 75 GraphicUsed by:96
Symbol 76 GraphicUsed by:96
Symbol 77 GraphicUsed by:96
Symbol 78 GraphicUsed by:96
Symbol 79 GraphicUsed by:96
Symbol 80 GraphicUsed by:96
Symbol 81 GraphicUsed by:96
Symbol 82 GraphicUsed by:96
Symbol 83 GraphicUsed by:96
Symbol 84 GraphicUsed by:96
Symbol 85 GraphicUsed by:96
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:4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95Used by:Timeline
Symbol 97 FontUsed by:98 109 257 262 307
Symbol 98 EditableTextUses:97Used by:Timeline
Symbol 99 FontUsed by:100 101 110 111
Symbol 100 EditableTextUses:99Used by:Timeline
Symbol 101 EditableTextUses:99Used by:Timeline
Symbol 102 FontUsed by:103 104
Symbol 103 TextUses:102Used by:Timeline
Symbol 104 TextUses:102Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 ButtonUses:106 107Used by:Timeline
Symbol 109 EditableTextUses:97Used by:Timeline
Symbol 110 EditableTextUses:99Used by:Timeline
Symbol 111 EditableTextUses:99Used by:Timeline
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:206
Symbol 114 ShapeTweeningUsed by:206
Symbol 115 GraphicUsed by:206
Symbol 116 GraphicUsed by:206
Symbol 117 GraphicUsed by:206
Symbol 118 GraphicUsed by:206
Symbol 119 ShapeTweeningUsed by:206
Symbol 120 ShapeTweeningUsed by:206
Symbol 121 GraphicUsed by:182
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:182
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:182
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:182
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:182
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:182
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:182
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:182
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:182
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:182
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:182
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:182
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:182
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:182
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:182
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:182
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:182
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:182
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:182
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:182
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:182
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:182
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:182
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:182
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:182
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:182
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:182
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:182
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:182
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:182
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClipUses:121 123 125 127 129 131 133 135 137 139 141 143 145 147 149 151 153 155 157 159 161 163 165 167 169 171 173 175 177 179 181Used by:206
Symbol 183 GraphicUsed by:206
Symbol 184 ShapeTweeningUsed by:206
Symbol 185 ShapeTweeningUsed by:206
Symbol 186 GraphicUsed by:206
Symbol 187 ShapeTweeningUsed by:192
Symbol 188 ShapeTweeningUsed by:192
Symbol 189 ShapeTweeningUsed by:192
Symbol 190 ShapeTweeningUsed by:192
Symbol 191 GraphicUsed by:192 202
Symbol 192 MovieClipUses:187 188 189 190 191Used by:206
Symbol 193 ShapeTweeningUsed by:206
Symbol 194 ShapeTweeningUsed by:206
Symbol 195 GraphicUsed by:206
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:206
Symbol 198 GraphicUsed by:206
Symbol 199 GraphicUsed by:206
Symbol 200 GraphicUsed by:206
Symbol 201 ShapeTweeningUsed by:206
Symbol 202 MovieClipUses:191Used by:206
Symbol 203 GraphicUsed by:206
Symbol 204 ShapeTweeningUsed by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:113 114 115 116 117 118 119 120 182 183 184 185 186 192 193 194 195 197 198 199 200 201 202 203 204 205 SS1Used by:Timeline
Symbol 207 GraphicUsed by:227
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:227
Symbol 210 GraphicUsed by:227
Symbol 211 GraphicUsed by:224
Symbol 212 GraphicUsed by:224
Symbol 213 GraphicUsed by:224
Symbol 214 GraphicUsed by:224
Symbol 215 GraphicUsed by:224
Symbol 216 GraphicUsed by:224
Symbol 217 GraphicUsed by:224
Symbol 218 GraphicUsed by:224
Symbol 219 GraphicUsed by:224
Symbol 220 GraphicUsed by:224
Symbol 221 GraphicUsed by:224
Symbol 222 GraphicUsed by:224
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:211 212 213 214 215 216 217 218 219 220 221 222 223Used by:227 304
Symbol 225 GraphicUsed by:227
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:207 209 210 224 225 226 SS2Used by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 ButtonUses:229 230Used by:Timeline
Symbol 232 GraphicUsed by:234
Symbol 233 GraphicUsed by:234
Symbol 234 ButtonUses:232 233Used by:Timeline
Symbol 235 GraphicUsed by:237
Symbol 236 GraphicUsed by:237
Symbol 237 ButtonUses:235 236Used by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:241
Symbol 240 GraphicUsed by:241
Symbol 241 ButtonUses:239 240Used by:Timeline
Symbol 242 GraphicUsed by:244
Symbol 243 GraphicUsed by:244
Symbol 244 ButtonUses:242 243Used by:Timeline
Symbol 245 GraphicUsed by:247
Symbol 246 GraphicUsed by:247
Symbol 247 ButtonUses:245 246Used by:251
Symbol 248 GraphicUsed by:250
Symbol 249 GraphicUsed by:250
Symbol 250 ButtonUses:248 249Used by:251
Symbol 251 MovieClipUses:247 250Used by:315  Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 FontUsed by:254 379 384 389
Symbol 254 TextUses:253Used by:256 260
Symbol 255 GraphicUsed by:256 260
Symbol 256 ButtonUses:254 255Used by:Timeline
Symbol 257 TextUses:97Used by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 ButtonUses:254 255Used by:Timeline
Symbol 261 FontUsed by:262
Symbol 262 TextUses:261 97Used by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 FontUsed by:265 314
Symbol 265 TextUses:264Used by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 GraphicUsed by:277
Symbol 268 GraphicUsed by:277
Symbol 269 GraphicUsed by:271 359
Symbol 270 MovieClipUsed by:271
Symbol 271 MovieClipUses:269 270Used by:277
Symbol 272 GraphicUsed by:277
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:277  Timeline
Symbol 275 GraphicUsed by:277
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:267 268 271 272 274 275 276Used by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:292 376  Timeline
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:292 376
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:284Used by:292 376
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:286Used by:292 376
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:292 376
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:292 376
Symbol 292 MovieClipUses:281 283 285 287 289 291Used by:Timeline
Symbol 293 GraphicUsed by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:293 294Used by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:Timeline
Symbol 300 GraphicUsed by:301 302
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 MovieClipUses:300Used by:Timeline
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303 224Used by:Timeline
Symbol 305 GraphicUsed by:315
Symbol 306 GraphicUsed by:315
Symbol 307 EditableTextUses:97Used by:315
Symbol 308 GraphicUsed by:310
Symbol 309 GraphicUsed by:310
Symbol 310 ButtonUses:308 309Used by:315
Symbol 311 GraphicUsed by:313
Symbol 312 GraphicUsed by:313
Symbol 313 ButtonUses:311 312Used by:315
Symbol 314 TextUses:264Used by:315
Symbol 315 MovieClipUses:305 306 251 307 310 313 314Used by:Timeline
Symbol 316 GraphicUsed by:Timeline
Symbol 317 GraphicUsed by:325
Symbol 318 GraphicUsed by:325
Symbol 319 GraphicUsed by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:317 318 319 320 321 322 323 324Used by:Timeline
Symbol 326 GraphicUsed by:342
Symbol 327 GraphicUsed by:342
Symbol 328 GraphicUsed by:341
Symbol 329 GraphicUsed by:341
Symbol 330 GraphicUsed by:341
Symbol 331 GraphicUsed by:341
Symbol 332 GraphicUsed by:341
Symbol 333 GraphicUsed by:341
Symbol 334 GraphicUsed by:341
Symbol 335 GraphicUsed by:341
Symbol 336 GraphicUsed by:341
Symbol 337 GraphicUsed by:341
Symbol 338 GraphicUsed by:341
Symbol 339 GraphicUsed by:341
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:328 329 330 331 332 333 334 335 336 337 338 339 340Used by:342
Symbol 342 MovieClipUses:326 327 341Used by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 GraphicUsed by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 GraphicUsed by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 GraphicUsed by:Timeline
Symbol 359 MovieClipUses:269Used by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 GraphicUsed by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 GraphicUsed by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:367Used by:Timeline
Symbol 369 GraphicUsed by:Timeline
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:370Used by:Timeline
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:Timeline
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:Timeline
Symbol 376 MovieClipUses:281 283 285 287 289 291Used by:Timeline
Symbol 377 GraphicUsed by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 TextUses:253Used by:Timeline
Symbol 380 GraphicUsed by:381 390
Symbol 381 ButtonUses:380Used by:Timeline
Symbol 382 GraphicUsed by:Timeline
Symbol 383 GraphicUsed by:386 387
Symbol 384 TextUses:253Used by:386 387
Symbol 385 GraphicUsed by:386 387
Symbol 386 ButtonUses:383 384 385Used by:Timeline
Symbol 387 ButtonUses:383 384 385Used by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 TextUses:253Used by:Timeline
Symbol 390 ButtonUses:380Used by:Timeline
Streaming Sound 1Used by:Symbol 206 MovieClip
Streaming Sound 2Used by:Symbol 227 MovieClip

Instance Names

"loader"Frame 1Symbol 96 MovieClip
"bg"Frame 9Symbol 277 MovieClip
"ground1"Frame 9Symbol 292 MovieClip
"dooro"Frame 9Symbol 295 MovieClip
"ground2"Frame 9Symbol 297 MovieClip
"key"Frame 9Symbol 299 MovieClip
"up"Frame 9Symbol 301 MovieClip
"down"Frame 9Symbol 302 MovieClip
"guy"Frame 9Symbol 304 MovieClip
"mousebar"Frame 9Symbol 315 MovieClip
"ground2"Frame 14Symbol 297 MovieClip
"ground2"Frame 19Symbol 297 MovieClip
"ground2"Frame 21Symbol 297 MovieClip
"head"Frame 29Symbol 373 MovieClip
"ground1"Frame 29Symbol 376 MovieClip
"guy"Frame 31Symbol 304 MovieClip
"one"Symbol 292 MovieClip Frame 1Symbol 281 MovieClip
"two"Symbol 292 MovieClip Frame 1Symbol 283 MovieClip
"three"Symbol 292 MovieClip Frame 1Symbol 285 MovieClip
"four"Symbol 292 MovieClip Frame 1Symbol 287 MovieClip
"five"Symbol 292 MovieClip Frame 1Symbol 289 MovieClip
"_root.lives"Symbol 315 MovieClip Frame 2Symbol 307 EditableText
"one"Symbol 376 MovieClip Frame 1Symbol 281 MovieClip
"two"Symbol 376 MovieClip Frame 1Symbol 283 MovieClip
"three"Symbol 376 MovieClip Frame 1Symbol 285 MovieClip
"four"Symbol 376 MovieClip Frame 1Symbol 287 MovieClip
"five"Symbol 376 MovieClip Frame 1Symbol 289 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$De$8WVNhbPqnYp1XCwP3gQgI/."
ExportAssets (56)Timeline Frame 1Symbol 1 as "song"

Labels

"men"Frame 6
"firstlvl"Frame 9
"ded"Frame 30
"win"Frame 31

Dynamic Text Variables

percentbytesSymbol 98 EditableText"0"
loadedbytesSymbol 100 EditableText"0"
totalbytesSymbol 101 EditableText"0"
percentbytesSymbol 109 EditableText"0"
loadedbytesSymbol 110 EditableText"0"
totalbytesSymbol 111 EditableText"0"
_root.livesSymbol 307 EditableText""




http://swfchan.com/8/37697/info.shtml
Created: 13/5 -2019 23:54:21 Last modified: 13/5 -2019 23:54:21 Server time: 15/05 -2024 18:22:58