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>

Waluigi Game.swf

This is the info page for
Flash #24868

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


Text
<p align="left"><font face="_sans" size="22" color="#6600cc"><b>Instructions</b></font></p><p align="left"><font face="_sans" size="15" color="#ffff00"><b>Arrows &nbsp;= Move</b></font></p><p align="left"><font face="_sans" size="15" color="#ffff00"><b>Space = Jump</b></font></p>

portalmania.net

<p align="left"><font face="Verdana" size="14" color="#ffff00"><a href="http://www.portalmania.net" target = "_blank"><b>WWW.PORTALMANIA.NET</b></a></font></p>

PLAY

MORE GAMES

DOWNLOAD GAME

Points:

Lives:

Waluigi Game

500x370

1UP

<p align="left"><font face="Verdana" size="23" color="#006666"><a href="http://www.portalmania.net" target = "_blank"><b>VISIT PORTALMANIA.NET</b></a></font></p><p align="left"><font face="Verdana" size="23" color="#006666"><a href="http://www.portalmania.net" target = "_blank"><b> for more games</b></a></font></p>

CONGRATULATIONS
WALUIGI

Play Again?

YEP! YOU LOSE!

ActionScript [AS1/AS2]

Frame 1
fscommand ("allowscale", "false"); fscommand ("showmenu", "false"); stop();
Instance of Symbol 32 MovieClip in Frame 1
onClipEvent (enterFrame) { text = ((int(_parent.getBytesLoaded() / 1000) add " KBYTES OF ") add int(_parent.getBytesTotal() / 1000)) add " LOADED ..."; if (_parent.getBytesTotal() == _parent.getBytesLoaded()) { _parent.gotoAndStop(2); } }
Frame 2
setTiles = function () { var _local1 = _root; left = 0; top = 0; step = 0; i = 0; while (i < 112) { name = "mc" + i; _local1.t.attachMovie("background", name, 1000 + i); _local1.t[name]._x = left; _local1.t[name]._y = top; _local1.t[name].gotoAndStop(random(13) + 1); left = left + 36; if (step == 13) { left = 0; top = top + 36; step = 0; } else { step++; } i++; } _local1.t._alpha = 30; }; setTiles(); stop();
Frame 3
restart = function () { hero._rotation = 0; hero.gotoAndStop(1); hero.heroClip.stop(); jumping = false; playGame = true; hero._x = 48; hero._y = 90; }; lives = 10; level = 9; score = 0; playGame = true; setTiles(); stop();
Instance of Symbol 106 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 109 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 100; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 129 MovieClip "c1" in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 132 MovieClip in Frame 3
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 70) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 132 MovieClip in Frame 3
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 70) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 146 MovieClip "hero" in Frame 3
onClipEvent (load) { function move(x, y) { var _local1 = y; var _local2 = x; var _local3 = _root; h = false; if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymin, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymin, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymax, true)) { if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymax, true)) { _x = (_x + _local2); _y = (_y + _local1); h = true; } } } } return(h); } _root.restart(); s = 3; b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.playGame) { _root.falling = move(0, s); if ((Key.isDown(32) && (!_root.falling)) && (!_root.jumping)) { _root.score = _root.score + 10; vel = -12; _root.jumping = true; _root.bounceSnd.gotoAndPlay(2); } if (Key.isDown(37) and (_x > 20)) { move(-s, 0); r = -10; this.gotoAndStop(2); this.heroClip.nextFrame(); } if (Key.isDown(39) and (_x < 480)) { move(s, 0); r = 10; this.gotoAndStop(1); this.heroClip.nextFrame(); } if (_root.jumping) { this._rotation = r; if (vel <= 12) { h = move(0, vel - s); if ((h == false) && (vel < 0)) { vel = vel * -1; } vel++; } else { _root.jumping = false; this._rotation = 0; } } } if (this._y > 320) { _root.playGame = false; _root.hero.gotoAndStop(3); } } onClipEvent (keyUp) { this.heroClip.stop(); r = 0; }
Frame 4
setTiles(); stop();
Instance of Symbol 156 MovieClip in Frame 4
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 129 MovieClip "c1" in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 166 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 166 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 109 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 166 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 5
setTiles(); stop();
Instance of Symbol 109 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 300; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 176 MovieClip "l1" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l1.gotoAndStop(14); } }
Frame 6
setTiles(); stop();
Instance of Symbol 183 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 129 MovieClip "c1" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(138); } }
Instance of Symbol 132 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 70) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 109 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 400; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 183 MovieClip in Frame 6
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 183 MovieClip in Frame 6
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 7
setTiles(); stop();
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 340; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 220; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 260; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 320; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 80; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 220; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 260; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(300) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 40; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 275; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 320; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 70; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 66; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 220; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 380; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 190; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 175; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 410; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 7
onClipEvent (load) { rePos = function () { x = random(100) + 275; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 109 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 500; _root.restart(); _root.nextFrame(); } }
Frame 8
setTiles(); stop();
Instance of Symbol 109 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 600; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 156 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 156 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 129 MovieClip "c1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 156 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 156 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 176 MovieClip "l1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l1.gotoAndStop(14); } }
Frame 9
setTiles(); stop();
Instance of Symbol 109 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 700; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 156 MovieClip in Frame 9
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 320; } if (this._x < -50) { this.gotoAndPlay(1); this._x = 320; } }
Instance of Symbol 129 MovieClip "c2" in Frame 9
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c2.gotoAndStop(18); } }
Instance of Symbol 156 MovieClip in Frame 9
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 320; } if (this._x < -50) { this.gotoAndPlay(1); this._x = 320; } }
Instance of Symbol 176 MovieClip "l3" in Frame 9
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l3.gotoAndStop(14); } }
Frame 10
setTiles(); stop();
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (load) { rePos = function () { x = random(80) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (load) { rePos = function () { x = random(200) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.025; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 109 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 166 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 176 MovieClip "l2" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 129 MovieClip "c4" in Frame 10
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c4.gotoAndStop(18); } }
Instance of Symbol 106 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 11
setTiles(); stop();
Instance of Symbol 132 MovieClip in Frame 11
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 24) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (load) { rePos = function () { x = random(80) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.059; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 109 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 900; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 132 MovieClip in Frame 11
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 30) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 129 MovieClip "c3" in Frame 11
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c3.gotoAndStop(18); } }
Instance of Symbol 176 MovieClip "l2" in Frame 11
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l2.gotoAndStop(14); } }
Instance of Symbol 132 MovieClip in Frame 11
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 5) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 12
setTiles(); stop();
Instance of Symbol 109 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1000; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 176 MovieClip "l4" in Frame 12
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l4.gotoAndStop(14); } }
Frame 13
setTiles(); stop();
Instance of Symbol 106 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 214 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 150) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 214 MovieClip in Frame 13
onClipEvent (load) { n = -1; } onClipEvent (enterFrame) { this._x = this._x + n; count++; if (count == 150) { count = 0; n = -n; this._xscale = -this._xscale; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 156 MovieClip in Frame 13
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 106 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 109 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1100; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 129 MovieClip "c5" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c5.gotoAndStop(18); } }
Instance of Symbol 129 MovieClip "c6" in Frame 13
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c6.gotoAndStop(18); } }
Frame 14
setTiles(); stop();
Instance of Symbol 109 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 1200; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 129 MovieClip "c7" in Frame 14
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c7.gotoAndStop(18); } }
Instance of Symbol 176 MovieClip "l5" in Frame 14
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.l5.gotoAndStop(14); } }
Instance of Symbol 220 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 15
setTiles(); stop();
Instance of Symbol 109 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 100; _root.restart(); _root.nextFrame(); } }
Instance of Symbol 183 MovieClip in Frame 15
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 80) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 183 MovieClip in Frame 15
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 40) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 183 MovieClip in Frame 15
onClipEvent (load) { n = 1; } onClipEvent (enterFrame) { this._y = this._y + n; count++; if (count == 66) { count = 0; n = -n; } if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 106 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 16
setTiles(); stop();
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 340; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 220; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 260; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 320; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 80; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 220; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 260; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(300) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 100; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 40; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 275; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 320; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 70; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.001; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 66; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 220; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 380; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 190; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 175; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 410; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.1; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 183 MovieClip in Frame 16
onClipEvent (load) { rePos = function () { x = random(100) + 275; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 220 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 220 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Frame 17
setTiles(); stop();
Instance of Symbol 220 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 220 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 156 MovieClip in Frame 17
onClipEvent (enterFrame) { this._x = this._x - 2; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); this._x = 577; } if (this._x < -100) { this.gotoAndPlay(1); this._x = 577; } }
Instance of Symbol 129 MovieClip "c14" in Frame 17
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c14.gotoAndStop(18); } }
Frame 18
setTiles(); stop();
Instance of Symbol 183 MovieClip in Frame 18
onClipEvent (load) { rePos = function () { x = random(100) + 320; this._x = x; this._y = -x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._y = this._y + x; x = x + 0.01; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._y > 300) { rePos(); } }
Instance of Symbol 129 MovieClip "c15" in Frame 18
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c15.gotoAndStop(18); } }
Instance of Symbol 166 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 166 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 166 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); } }
Instance of Symbol 201 MovieClip in Frame 18
onClipEvent (load) { rePos = function () { x = random(100) + 500; this._x = x; x = 1; }; repos(); } onClipEvent (enterFrame) { this._x = this._x - x; x = x + 0.005; if (this.hitTest(_root.hero)) { _root.playGame = false; _root.hero.gotoAndStop(3); rePos(); } if (this._x < -30) { rePos(); } }
Instance of Symbol 109 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { this.gotoAndPlay(10); _root.level++; _root.score = _root.score + 100; _root.restart(); _root.nextFrame(); } }
Frame 19
setTiles(); stop();
Instance of Symbol 129 MovieClip "c7" in Frame 19
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c7.gotoAndStop(18); } }
Instance of Symbol 129 MovieClip "c1" in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c1.gotoAndStop(18); } }
Instance of Symbol 129 MovieClip "c4" in Frame 19
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c4.gotoAndStop(18); } }
Instance of Symbol 129 MovieClip "c3" in Frame 19
onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.c3.gotoAndStop(18); } }
Frame 20
stopAllSounds(); left = 0; top = 0; step = 0; i = 0; while (i < 112) { name = "mc" + i; _root.t.attachMovie("background", name, 1000 + i); _root.t[name]._x = left; _root.t[name]._y = top; _root.t[name].gotoAndStop(14); left = left + 36; if (step == 13) { left = 0; top = top + 36; step = 0; } else { step++; } i++; } _root.t._alpha = 30; stop();
Symbol 40 Button
on (press) { nextFrame(); }
Symbol 60 Button
on (press) { nextFrame(); }
Symbol 68 Button
on (release) { getURL ("http://www.portalmania.net", "target=_blank"); }
Symbol 76 Button
on (release) { getURL ("http://www.downloadgame.es", "target=_blank"); }
Symbol 78 Button
on (release) { getURL ("http://www.portalmania.net", "target=_blank"); }
Symbol 80 Button
on (release) { getURL ("http://www.downloadgame.es", "target=_blank"); }
Symbol 109 MovieClip Frame 9
gotoAndPlay (1);
Symbol 127 MovieClip Frame 50
stop();
Symbol 129 MovieClip Frame 17
gotoAndPlay (1);
Symbol 129 MovieClip Frame 18
_root.score = _root.score + 1000;
Symbol 141 MovieClip Frame 3
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 141 MovieClip Frame 10
if ((_parent.jumping != true) and (!_root.falling)) { _root.tik.gotoAndPlay(2); _root.score++; }
Symbol 141 MovieClip Frame 16
gotoAndPlay (1);
Symbol 145 MovieClip Frame 34
_root.lives--; if (_root.lives < 1) { _root.playGame = false; _root.gotoAndStop(20); } else { _root.restart(); }
Symbol 148 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 10
stop();
Symbol 174 MovieClip Frame 51
stop();
Symbol 176 MovieClip Frame 13
gotoAndPlay (1);
Symbol 176 MovieClip Frame 14
_root.lives++;
Symbol 201 MovieClip Frame 11
gotoAndPlay (1);
Symbol 201 MovieClip Frame 12
stop();
Symbol 220 MovieClip Frame 1
max = 20; r = random(20); if (r == 1) { xs = random(max) - (max / 2); } if (r == 2) { ys = random(max) - (max / 2); } if (this._x >= 480) { xs = -Math.abs(xs); } if (this._x <= 100) { xs = Math.abs(xs); } if (this._y >= 200) { ys = -Math.abs(ys); } if (this._y <= 50) { ys = Math.abs(ys); } xs = xs * 0.7; ys = ys * 0.7; this._x = this._x + xs; this._y = this._y + ys;
Symbol 220 MovieClip Frame 2
gotoAndPlay (1);
Symbol 224 MovieClip Frame 2
stop();
Instance of Symbol 224 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 224 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Instance of Symbol 224 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) { x = random(200); if (x == 20) { this.gotoAndStop(2); } else if ((x == 10) or (x == 30)) { this.gotoAndStop(1); } }
Symbol 243 Button
on (press) { _root.gotoAndPlay(1); }

Library Items

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

Instance Names

"map"Frame 3Symbol 92 MovieClip
"c1"Frame 3Symbol 129 MovieClip
"hero"Frame 3Symbol 146 MovieClip
"tik"Frame 3Symbol 148 MovieClip
"bounceSnd"Frame 3Symbol 150 MovieClip
"map"Frame 4Symbol 161 MovieClip
"c1"Frame 4Symbol 129 MovieClip
"map"Frame 5Symbol 169 MovieClip
"l1"Frame 5Symbol 176 MovieClip
"map"Frame 6Symbol 180 MovieClip
"c1"Frame 6Symbol 129 MovieClip
"map"Frame 7Symbol 185 MovieClip
"map"Frame 8Symbol 188 MovieClip
"c1"Frame 8Symbol 129 MovieClip
"l1"Frame 8Symbol 176 MovieClip
"c2"Frame 9Symbol 129 MovieClip
"l3"Frame 9Symbol 176 MovieClip
"map"Frame 10Symbol 194 MovieClip
"l2"Frame 10Symbol 176 MovieClip
"c4"Frame 10Symbol 129 MovieClip
"map"Frame 11Symbol 203 MovieClip
"c3"Frame 11Symbol 129 MovieClip
"l2"Frame 11Symbol 176 MovieClip
"l4"Frame 12Symbol 176 MovieClip
"map"Frame 13Symbol 205 MovieClip
"c5"Frame 13Symbol 129 MovieClip
"c6"Frame 13Symbol 129 MovieClip
"map"Frame 14Symbol 215 MovieClip
"c7"Frame 14Symbol 129 MovieClip
"l5"Frame 14Symbol 176 MovieClip
"map"Frame 15Symbol 226 MovieClip
"map"Frame 16Symbol 229 MovieClip
"map"Frame 17Symbol 235 MovieClip
"c14"Frame 17Symbol 129 MovieClip
"map"Frame 18Symbol 237 MovieClip
"c15"Frame 18Symbol 129 MovieClip
"map"Frame 19Symbol 240 MovieClip
"c7"Frame 19Symbol 129 MovieClip
"c1"Frame 19Symbol 129 MovieClip
"c4"Frame 19Symbol 129 MovieClip
"c3"Frame 19Symbol 129 MovieClip
"heroClip"Symbol 146 MovieClip Frame 1Symbol 141 MovieClip
"death"Symbol 146 MovieClip Frame 3Symbol 145 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 24 as "background"

Dynamic Text Variables

textSymbol 30 EditableText""
livesSymbol 82 EditableText""
scoreSymbol 83 EditableText""




http://swfchan.com/5/24868/info.shtml
Created: 24/5 -2019 10:15:53 Last modified: 24/5 -2019 10:15:53 Server time: 15/05 -2024 00:10:49