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

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

Luis the Magic Mod.swf

This is the info page for
Flash #39912

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


Text
NOOB

Luis The Magic Mod

Music:

100

Score:

Music:

100

Music:

!

y

a

D

s

i

u

L

Luis the Magic Mod

Control Luis with the arrow keys.

INSTRUCTIONS

Fly over the n00bs and hit space to Ban them

SPACE

And Avoid running into Spam
as it will lower your health.

BACK

BACK

BACK

100

Music:

R

E

V

O

M

A

G

:

D

C

S

U

Y

Well Done!

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop();
Frame 4
_root.score = 0; _root.createEmptyMovieClip("raindrop", 1); width = Stage.width * 2.5; with (raindrop) { lineStyle(1, 16777215, 100); lineTo(0, 7); } i = 0; while (i < 50) { duplicateMovieClip (raindrop, "rd" + i, 10 + i); _root["rd" + i]._x = random(Stage.width); _root["rd" + i]._y = random(Stage.height); _root["rd" + i].speed = random(30) + 20; _root["rd" + i]._alpha = random(80) + 20; i++; } onEnterFrame = function () { if (_currentframe == 4) { i = 0; while (i < 200) { _root["rd" + i]._y = _root["rd" + i]._y + _root["rd" + i].speed; if (_root["rd" + i]._x > Stage.width) { _root["rd" + i]._x = random(width) - (Stage.width / 2); _root["rd" + i]._y = 0; } if (_root["rd" + i]._y > Stage.height) { _root["rd" + i]._y = 0; _root["rd" + i]._x = random(width) - (Stage.width / 2); } i++; } } if ((_root.Luis.health <= 0) && (_currentframe == 4)) { gotoAndStop (5); i = 0; while (i < 50) { removeMovieClip(_root["rd" + i]); i++; } _root.Luis.health = 100; removeMovieClip(Luis); removeMovieClip(tools); } };
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } }
Instance of Symbol 75 MovieClip "Luis" in Frame 4
onClipEvent (load) { health = 100; } onClipEvent (enterFrame) { this.swapDepths(_root.getNextHighestDepth()); if (Key.isDown(39)) { _x = (_x + 7); _rotation = 15; } else if (Key.isDown(37)) { _x = (_x - 7); _rotation = 345; } else { _rotation = 0; } if (Key.isDown(38)) { _y = (_y - 5); } else if (Key.isDown(40)) { _y = (_y + 5); } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 100) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 150) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 160) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 190) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 200) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 300) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 500) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 800) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 800) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 800) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 800) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 6 MovieClip [enemy] in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level * 5; } onClipEvent (enterFrame) { if (_root.score >= 800) { _y = (_y + speed); if (level <= 3) { _width = 92.7; _height = 33; } else if ((level == 4) || (level == 5)) { _width = 139.05; _height = 49.5; } else if (level == 6) { _width = 185.4; _height = 66; } if (this.hitTest(_root.Luis) && (Key.isDown(32))) { health--; play(); } if (health <= 0) { _root.banned._x = _x; _root.banned._y = _y; _root.banned.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; _root.score = _root.score + 10; } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); level = random(6) + 1; health = level; } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 0) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 0) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 100) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 200) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 300) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 800) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 1500) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 2000) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 7; _x = random(Stage.width); } onClipEvent (enterFrame) { if (_root.score >= 2000) { _y = (_y + speed); if (this.hitTest(_root.Luis)) { _root.Luis.health = _root.Luis.health - 10; _root.Luis.play(); _y = -100; speed = random(5) + 7; _x = random(Stage.width); } if (_y > Stage.height) { _y = -100; speed = random(5) + 7; _x = random(Stage.width); } } }
Instance of Symbol 134 MovieClip "tools" in Frame 4
onClipEvent (enterFrame) { this.swapDepths(_root.getNextHighestDepth()); }
Frame 5
stop(); stopAllSounds();
Symbol 6 MovieClip [enemy] Frame 1
stop();
Symbol 35 MovieClip Frame 40
stop();
Symbol 61 Button
on (press) { _root.play(); }
Symbol 62 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { if (firstframe) { gotoAndStop ("loaded"); } else { play(); bar._x = initX; } loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; firstframe = false; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var firstframe = true; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 62 MovieClip Frame 53
Symbol 75 MovieClip Frame 1
stop();
Symbol 90 Button
on (release) { gotoAndStop ("game"); }
Symbol 94 Button
on (release) { play(); }
Symbol 108 Button
on (release) { gotoAndStop (2); }
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 8
stop();
Symbol 116 MovieClip Frame 16
stop();
Symbol 128 Button
on (release) { stopAllSounds(); play(); }
Symbol 130 Button
on (release) { play(); }
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 2
stop();
Symbol 149 Button
on (release) { gotoAndPlay (2); _root.score = 0; }

Library Items

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

Instance Names

"Luis"Frame 2Symbol 75 MovieClip
"banned"Frame 4Symbol 116 MovieClip
"Luis"Frame 4Symbol 75 MovieClip
"tools"Frame 4Symbol 134 MovieClip
"bar"Symbol 62 MovieClip Frame 1Symbol 15 MovieClip

Special Tags

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

Labels

"game"Frame 4
"LOAD"Symbol 62 MovieClip Frame 1
"COMPLETE_STOP"Symbol 62 MovieClip Frame 2
"loaded"Symbol 62 MovieClip Frame 53

Dynamic Text Variables

_root.Luis.healthSymbol 41 EditableText"100"
_root.scoreSymbol 43 EditableText""
_root.Luis.healthSymbol 46 EditableText"100"
_root.scoreSymbol 47 EditableText""
_root.Luis.healthSymbol 117 EditableText"100"
_root.scoreSymbol 118 EditableText""
_root.scoreSymbol 142 EditableText""




http://swfchan.com/8/39912/info.shtml
Created: 11/5 -2019 19:27:17 Last modified: 11/5 -2019 19:27:17 Server time: 11/05 -2024 15:16:50