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

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

Luis - Catch A Taco!.swf

This is the info page for
Flash #40272

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


Text
Happy Luis Day

July 12th, 2007

Play

low?

medium?

high?

Quality

Movement:  Use the LEFT and RIGHT
arrow keys to move Luis across the screen.
Goal: Move Luis around to catch as many
Tacos as you can to reach the 3,000 point
goal.
You have Four Lives within the game to get
your 3,000 point goal.

Each Taco is worth
150points!

Game Idea By:    Rudy & Cheektoghetto
Artwork By:         Rudy
Menu By:             Rudy
Actionscript By:   Cheektoghetto
Music By:            Mandaley

Congratulations! You reached
the 3,000 Point Goal!
You Win !

You obviously ran out of
lives, declaring you a loser!

GAME OVER!

<p align="left"></p>

Lives

ActionScript [AS1/AS2]

Frame 66
stop();
Frame 112
stop();
Frame 158
stop();
Frame 229
stop();
Frame 300
stop();
Frame 330
stop();
Frame 404
stop();
Frame 504
stop();
Frame 565
var score = 0; var lives = 200; stop(); onEnterFrame = function () { if (_root.score >= 3000) { gotoAndPlay (567); onEnterFrame = null; } if (_root.lives <= 1) { gotoAndPlay (597); onEnterFrame = null; } };
Instance of Symbol 195 MovieClip "luis" in Frame 565
onClipEvent (load) { var MoveSpeed = 12; var hit = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x - 12; this.gotoAndStop(2); } if (Key.isDown(39)) { this._x = this._x + 12; this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bar1)) { this._x = this._x - 12; } if (this.hitTest(_root.bar2)) { this._x = this._x + 12; } }
Instance of Symbol 200 MovieClip "taco" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco1" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco2" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco3" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco4" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco5" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco7" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco6" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco8" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco9" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco10" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco11" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco12" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco13" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco14" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco15" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco16" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco17" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco18" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco19" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco20" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco21" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco22" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco23" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco24" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco25" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco26" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco27" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco28" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 200 MovieClip "taco29" in Frame 565
onClipEvent (enterFrame) { this._y = this._y + 4; } onClipEvent (enterFrame) { if (this.hitTest(_root.luis)) { _root.score = _root.score + 150; this.swapDepths(999); this.removeMovieClip(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottombar)) { _root.lives = _root.lives - 50; this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 204 MovieClip in Frame 565
onClipEvent (enterFrame) { if (_root.lives <= 1) { this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 206 MovieClip in Frame 565
onClipEvent (enterFrame) { if (_root.lives <= 51) { this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 208 MovieClip in Frame 565
onClipEvent (enterFrame) { if (_root.lives <= 101) { this.swapDepths(999); this.removeMovieClip(); } }
Instance of Symbol 210 MovieClip in Frame 565
onClipEvent (enterFrame) { if (_root.lives <= 151) { this.swapDepths(999); this.removeMovieClip(); } }
Frame 595
stop();
Frame 629
stop();
Symbol 81 MovieClip Frame 40
stop();
Symbol 93 Button
on (press) { _root.play(); }
Symbol 94 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 94 MovieClip Frame 53
Symbol 99 Button
on (rollOver) { _quality = "low"; }
Symbol 103 Button
on (rollOver) { _quality = "medium"; }
Symbol 107 Button
on (rollOver) { _quality = "high"; }
Symbol 123 Button
on (release) { gotoAndPlay (160); }
Symbol 124 Button
on (release) { gotoAndPlay (67); }
Symbol 125 Button
on (release) { gotoAndPlay (540); }
Symbol 140 Button
on (release) { gotoAndPlay (113); }
Symbol 152 Button
on (release) { gotoAndPlay (231); }
Symbol 165 Button
on (release) { gotoAndPlay (332); }
Symbol 177 Button
on (release) { gotoAndPlay (406); }
Symbol 193 MovieClip Frame 11
stop();
Symbol 194 MovieClip Frame 11
stop();
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 2
stop();

Library Items

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

Instance Names

"luis"Frame 565Symbol 195 MovieClip
"bar1"Frame 565Symbol 197 MovieClip
"bar2"Frame 565Symbol 197 MovieClip
"taco"Frame 565Symbol 200 MovieClip
"taco1"Frame 565Symbol 200 MovieClip
"taco2"Frame 565Symbol 200 MovieClip
"taco3"Frame 565Symbol 200 MovieClip
"taco4"Frame 565Symbol 200 MovieClip
"taco5"Frame 565Symbol 200 MovieClip
"taco7"Frame 565Symbol 200 MovieClip
"taco6"Frame 565Symbol 200 MovieClip
"taco8"Frame 565Symbol 200 MovieClip
"taco9"Frame 565Symbol 200 MovieClip
"taco10"Frame 565Symbol 200 MovieClip
"taco11"Frame 565Symbol 200 MovieClip
"taco12"Frame 565Symbol 200 MovieClip
"taco13"Frame 565Symbol 200 MovieClip
"taco14"Frame 565Symbol 200 MovieClip
"taco15"Frame 565Symbol 200 MovieClip
"taco16"Frame 565Symbol 200 MovieClip
"taco17"Frame 565Symbol 200 MovieClip
"taco18"Frame 565Symbol 200 MovieClip
"taco19"Frame 565Symbol 200 MovieClip
"taco20"Frame 565Symbol 200 MovieClip
"taco21"Frame 565Symbol 200 MovieClip
"taco22"Frame 565Symbol 200 MovieClip
"taco23"Frame 565Symbol 200 MovieClip
"taco24"Frame 565Symbol 200 MovieClip
"taco25"Frame 565Symbol 200 MovieClip
"taco26"Frame 565Symbol 200 MovieClip
"taco27"Frame 565Symbol 200 MovieClip
"taco28"Frame 565Symbol 200 MovieClip
"taco29"Frame 565Symbol 200 MovieClip
"bottombar"Frame 565Symbol 202 MovieClip
"mc3"Symbol 61 MovieClip Frame 1Symbol 57 MovieClip
"mc0"Symbol 61 MovieClip Frame 1Symbol 57 MovieClip
"mc2"Symbol 61 MovieClip Frame 1Symbol 60 MovieClip
"mc1"Symbol 61 MovieClip Frame 1Symbol 60 MovieClip
"mc2"Symbol 64 MovieClip Frame 1Symbol 50 MovieClip
"mc1"Symbol 64 MovieClip Frame 1Symbol 53 MovieClip
"mc0"Symbol 64 MovieClip Frame 1Symbol 61 MovieClip
"mc0"Symbol 65 MovieClip Frame 1Symbol 64 MovieClip
"mc1"Symbol 66 MovieClip Frame 1Symbol 45 MovieClip
"mc0"Symbol 66 MovieClip Frame 1Symbol 65 MovieClip
"mc0"Symbol 70 MovieClip Frame 1Symbol 40 MovieClip
"mc1"Symbol 75 MovieClip Frame 1Symbol 38 MovieClip
"mc0"Symbol 75 MovieClip Frame 1Symbol 40 MovieClip
"mc4"Symbol 75 MovieClip Frame 1Symbol 66 MovieClip
"mc2"Symbol 75 MovieClip Frame 1Symbol 68 MovieClip
"mc5"Symbol 75 MovieClip Frame 1Symbol 70 MovieClip
"mc3"Symbol 75 MovieClip Frame 1Symbol 74 MovieClip
"bar"Symbol 94 MovieClip Frame 1Symbol 15 MovieClip
"bargfx"Symbol 94 MovieClip Frame 1Symbol 18 MovieClip
"tank"Symbol 94 MovieClip Frame 1Symbol 75 MovieClip
"bargfx"Symbol 94 MovieClip Frame 2Symbol 18 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$oo$xdqf3bXeIAzqiKEEm3E8i0."

Labels

"LOAD"Symbol 94 MovieClip Frame 1
"COMPLETE_STOP"Symbol 94 MovieClip Frame 2
"loaded"Symbol 94 MovieClip Frame 53

Dynamic Text Variables

scoreSymbol 198 EditableText"<p align="left"></p>"




http://swfchan.com/9/40272/info.shtml
Created: 11/5 -2019 09:15:57 Last modified: 11/5 -2019 09:15:57 Server time: 12/05 -2024 12:28:47