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

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

El Emigrante.swf

This is the info page for
Flash #42501

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


Text
E

L

M

I

G

R

A

N

T

T h e   I m m i g r a t i o n   G a m e

T h e   r u l e s   o f   t h e   i m m i g r a t i o n   g a m e   a r e   v e r y   s i m p l e . . .

A v o i d   t h e   p o l i c e   f o r   a s   l o n g   a s   y o u   p o s s i b l y   c a n !

p l a y

S C O R E :

0

5 0

00000

N E W   G A M E ?

S u b m i t

G A M E   O V E R

here

Y o u   h a v e   a   n e w   h i g h s c o r e !

e n t e r   y o u r   n a m e

t h e n   c l i c k   h e r e   t o   s u b m i t   i t .

N i c e   O n e !

S e n d i n g   S c o r e . . .

score1

score2

score3

score10

score4

score5

score6

score7

score8

score9

name1

name2

name3

name10

name4

name5

name6

name7

name8

name9

H i g h   S c o r e s

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 79
loadMovieNum ("gametune.swf", 1);
Frame 104
ifFrameLoaded (167) { gotoAndPlay (106); }
Frame 105
gotoAndPlay (103);
Frame 109
stop();
Instance of Symbol 84 MovieClip "m" in Frame 150
onClipEvent (enterFrame) { chasecount = _level0.carArray.length; do { tempitem = _level0.carArray[chasecount] add ".moving"; status = eval (tempitem); if (status == "crashed") { _level0.carArray.splice(chasecount, 1); } chasecount = chasecount - 1; } while (-1 < chasecount); if (_level0.m.caught == 0) { tempX = _level0._xmouse - this._x; tempY = _level0._ymouse - this._y; if (10 < this._Xmouse) { this._rotation = this._rotation + 10; } else if (this._Xmouse < -10) { this._rotation = this._rotation - 10; } if (this._Ymouse < 0) { move = move + 1; if (15 < move) { move = 15; } } else { move = move - 1; if (move < 0) { move = 0; } } Xtheta = "_level0.sin" add int(this._rotation + 181); Ytheta = "_level0.cos" add int(this._rotation + 181); _level0.Ymove = move * eval (Ytheta); _level0.Xmove = (-move) * eval (Xtheta); _level0.bg._y = _level0.bg._y - _level0.Ymove; _level0.bg._x = _level0.bg._x - _level0.Xmove; if (1000 < _level0.bg._y) { _level0.bg._y = _level0.bg._y - 2000; } else if (_level0.bg._y < -1000) { _level0.bg._y = _level0.bg._y + 2000; } if (1000 < _level0.bg._x) { _level0.bg._x = _level0.bg._x - 2000; } else if (_level0.bg._x < -1000) { _level0.bg._x = _level0.bg._x + 2000; } if (!_level0.bg.hitTest(this._x, this._y, true)) { tellTarget (_LEVEL0) { m.caught = 1; }; } } }
Frame 165
number = 0; name = "here"; feedback = 11; pie = Math.PI; newcar = 0; score = 0; chase0.moving = "crashed"; Ymove = 0; Xmove = 0; carcount = 0; carArray = new Array(); lives = 4; m.caught = 0; m.time = 21; duplicateMovieClip ("jose", "n", 100); setProperty("n", _x , 267.65); setProperty("n", _y , 185.8); AngleValue = 0; do { AngleRad = (AngleValue * Math.PI) / 180; Set("sin" add AngleValue, Math.sin(AngleRad)); Set("cos" add AngleValue, Math.cos(AngleRad)); AngleValue = AngleValue + 5; } while (360 >= AngleValue);
Instance of Symbol 95 MovieClip "chase0" in Frame 165
onClipEvent (load) { move = 15; } onClipEvent (enterFrame) { if (_level0.m.caught == 0) { if (moving != "crashed") { point = new object(); point.x = _level0.m._x; point.y = _level0.m._y; globalToLocal(point); tempX = point.x; if (point.y < 10) { move = move + 1; if (20 < move) { move = 20; } } else { move = move - 1; if (move < -10) { move = -10; } } if (10 < tempX) { this._rotation = this._rotation + 5; } else if (tempX < -10) { this._rotation = this._rotation - 5; } chasecount = _level0.carArray.length; myX = this._x; myY = this._y; inside = (((myX >= -30) && (580 >= myX)) && (myY >= -30)) && (450 >= myY); if (!inside) { moving = "crashed"; } if (hitTest(267.65, 185.8, true)) { tellTarget (_LEVEL0) { if (1 >= _level0.m.scale) { m.caught = 1; } else { _level0.m.time = 0; _level0.m.play(); } }; } do { tempitem = _level0.carArray[chasecount - 1]; tempitem2 = String(this); tempcore = tempitem add ".core"; if (tempitem eq tempitem2) { myNumber = chasecount; } else { tempitemX = tempitem add "._x"; tempitemY = tempitem add "._y"; point = new object(); point.x = eval (tempitemX); point.y = eval (tempitemY); if (this.core.hitTest(tempcore)) { moving = "crashed"; removal = 0; _level0.score = _level0.score + 100; play(); tellTarget (tempitem) { moving = "crashed"; removal = 0; play(); }; } globalToLocal(point); avoid = (((100 >= point.x) && (point.x >= -100)) && (point.y >= -200)) && (20 >= point.y); if (avoid) { avoidANG = 5; avoidY = (point.y >= -80) && (-20 >= point.y); if (avoidY) { move = move - 2; avoidANG = 10; } if (point.x >= 0) { this._rotation = this._rotation - avoidANG; } else { this._rotation = this._rotation + avoidANG; } } } chasecount = chasecount - 1; } while (0 < chasecount); if (_level0.bg.rocks.hitTest(_x, _y, true)) { move = move - 5; } } else if (5 < removal) { this.removeMovieClip(); } else { _rotation = 0; removal = removal + 1; } Xtheta = "_level0.sin" add int(this._rotation + 180); Ytheta = "_level0.cos" add int(this._rotation + 180); CarYMove = move * eval (Ytheta); CarXMove = (-move) * eval (Xtheta); this._y = (this._y + CarYMove) - _level0.Ymove; this._x = (this._x + CarXMove) - _level0.Xmove; } }
Instance of Symbol 106 MovieClip "m" in Frame 165
onClipEvent (load) { move = 15; } onClipEvent (enterFrame) { chasecount = _level0.carArray.length; do { tempitem = _level0.carArray[chasecount] add ".moving"; status = eval (tempitem); if (status == "crashed") { _level0.carArray.splice(chasecount, 1); } chasecount = chasecount - 1; } while (-1 < chasecount); if (caught == 0) { if (0 >= scale) { if (10 < _level0.n._Xmouse) { _level0.n._rotation = _level0.n._rotation + 10; } else if (_level0.n._Xmouse < -10) { _level0.n._rotation = _level0.n._rotation - 10; } if (_level0.n._Ymouse < 0) { move = move + 1; if (15 < move) { move = 15; } } else { move = move - 1; if (move < 0) { move = 0; } } } if (_level0.bg.rocks.hitTest(_level0.n._x, _level0.n._y, true)) { time = 0; this.play(); } if (move >= time) { time = time + 2; scale = (move * time) - (time * time); _level0.n._xscale = 100 + scale; _level0.n._yscale = 100 + scale; } Xtheta = "_level0.sin" add int(_level0.n._rotation + 181); Ytheta = "_level0.cos" add int(_level0.n._rotation + 181); _level0.Ymove = move * eval (Ytheta); _level0.Xmove = (-move) * eval (Xtheta); _level0.bg._y = _level0.bg._y - _level0.Ymove; _level0.bg._x = _level0.bg._x - _level0.Xmove; if (500 < _level0.bg._y) { _level0.bg._y = _level0.bg._y - 1000; } else if (_level0.bg._y < -500) { _level0.bg._y = _level0.bg._y + 1000; } if (500 < _level0.bg._x) { _level0.bg._x = _level0.bg._x - 1000; } else if (_level0.bg._x < -500) { _level0.bg._x = _level0.bg._x + 1000; } } }
Frame 166
if (m.caught == 1) { stop(); n.gotoAndStop("caught"); lives = lives - 1; if (lives == 0) { todo = "read"; eof = "false"; loadVariables ("http://www.transience.com.au/cgi-bin/el.cgi", "", "POST"); gotoAndPlay (169); n.removeMovieClip(); count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; bg._x = 225; bg._y = 200; } else { tellTarget ("life" add lives) { play(); }; } } else { score = score + 1; rand = random(11); if (9 < rand) { if (carArray.length < (2.6 + (score / 400))) { randY = random(400); randX = random(550); if (carArray.length == 0) { number = 0; } number = number + 1; duplicateMovieClip ("chase0", "chase" add number, number); tempname = "_level0.chase" add number; carArray[carArray.length] = tempname; rand = random(3); if (rand < 1) { setProperty(tempname, _x , 0); setProperty(tempname, _y , random(400)); setProperty(tempname, _rotation , 90); } else if (rand < 2) { setProperty(tempname, _x , 550); setProperty(tempname, _y , random(400)); setProperty(tempname, _rotation , -90); } else if (rand < 2) { setProperty(tempname, _x , random(550)); setProperty(tempname, _y , 0); setProperty(tempname, _rotation , 180); } else { setProperty(tempname, _x , random(550)); setProperty(tempname, _y , 400); setProperty(tempname, _rotation , 0); } } } }
Frame 167
gotoAndPlay (166);
Frame 173
stop();
Frame 174
stop();
Instance of Symbol 147 MovieClip in Frame 174
onClipEvent (load) { Selection.setFocus("_level0.name"); Selection.setSelection(0, 4); } onClipEvent (enterFrame) { if (_level0.name != "here") { stop(); _level0.enter.play(); } }
Frame 177
if (eof == "false") { gotoAndPlay (176); }
Frame 180
tellTarget ("mark") { gotoAndStop(_level0.feedback); }; stop();
Symbol 3 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "elemigrante"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; if (_root.score != 0) { this.prequestvars.score = _root.score; } else { this.prequestvars.score = -1; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 21 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 25 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 26 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 27 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 28 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 29 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 30 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 31 Button
on (release) { mask.duplicateMovieClip(newmask, 101); play(); }
Symbol 33 Button
on (release) { _level1.play(); play(); }
Symbol 42 Button
on (release) { _level1.play(); play(); }
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 13
tellTarget ("_level0") { n.gotoAndStop(1); count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; bg._x = 225; bg._y = 200; };
Symbol 75 MovieClip Frame 28
stop(); tellTarget ("_level0") { m.caught = 0; n.play(); play(); };
Symbol 84 MovieClip Frame 6
gotoAndPlay (1);
Symbol 84 MovieClip Frame 7
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 7
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 111 Button
on (release) { tellTarget ("_level1") { gotoAndStop (2); }; gotoAndStop (2); }
Symbol 114 Button
on (release) { tellTarget ("_level1") { gotoAndStop (2); }; gotoAndStop (2); }
Symbol 115 Button
on (release) { tellTarget ("_level1") { gotoAndStop (1); }; gotoAndStop (1); }
Symbol 110 MovieClip Frame 1
stop();
Symbol 137 Button
on (release) { count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; bg._x = 225; bg._y = 200; tellTarget (m) { play(); }; gotoAndPlay (165); life1.play(); life2.play(); life3.play(); }
Symbol 140 Button
on (release) { _root.gameover = 1; }
Symbol 145 Button
on (release) { count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; bg._x = 225; bg._y = 200; tellTarget (m) { play(); }; gotoAndPlay (165); life1.play(); life2.play(); life3.play(); }
Symbol 150 Button
on (release) { _root.gameover = 1; }
Symbol 156 Button
on (release) { todo = "read"; eof = "false"; loadVariables ("http://www.transience.com.au/cgi-bin/elnew.cgi", "", "POST"); count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; play(); }
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 5
gotoAndPlay (2);
Symbol 162 Button
on (release) { count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; bg._x = 225; bg._y = 200; tellTarget (m) { play(); }; gotoAndPlay (165); life1.play(); life2.play(); life3.play(); }
Symbol 165 Button
on (release) { todo = "read"; eof = "false"; loadVariables ("http://www.transience.com.au/cgi-bin/elnew.cgi", "", "POST"); count = number; do { car = "chase" add count; eval (car).removeMovieClip(); count = count - 1; } while (0 < count); count = 0; carArray = []; play(); }

Library Items

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

Instance Names

"mask"Frame 1Symbol 2 MovieClip
"bg"Frame 147Symbol 65 MovieClip
"life3"Frame 147Symbol 75 MovieClip
"life2"Frame 147Symbol 75 MovieClip
"life1"Frame 147Symbol 75 MovieClip
"m"Frame 150Symbol 84 MovieClip
"chase0"Frame 165Symbol 95 MovieClip
"m"Frame 165Symbol 106 MovieClip
"jose"Frame 165Symbol 84 MovieClip
"bg"Frame 165Symbol 65 MovieClip
"life3"Frame 165Symbol 75 MovieClip
"life2"Frame 165Symbol 75 MovieClip
"life1"Frame 165Symbol 75 MovieClip
"enter"Frame 174Symbol 158 MovieClip
"mark"Frame 180Symbol 167 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 72 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 72 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rock"Symbol 69 MovieClip Frame 1Symbol 70 MovieClip
"rocks"Symbol 65 MovieClip Frame 1Symbol 68 MovieClip
"core"Symbol 95 MovieClip Frame 1Symbol 96 MovieClip

Labels

"loop"Frame 103
"cont"Frame 106
"enter"Frame 174
"highscore"Frame 180
"caught"Symbol 84 MovieClip Frame 7
"jump"Symbol 106 MovieClip Frame 2

Dynamic Text Variables

scoreSymbol 109 EditableText"00000"
nameSymbol 152 EditableText"here"
score1Symbol 179 EditableText"score1"
score2Symbol 181 EditableText"score2"
score3Symbol 183 EditableText"score3"
score10Symbol 185 EditableText"score10"
score4Symbol 187 EditableText"score4"
score5Symbol 189 EditableText"score5"
score6Symbol 191 EditableText"score6"
score7Symbol 193 EditableText"score7"
score8Symbol 195 EditableText"score8"
score9Symbol 197 EditableText"score9"
name1Symbol 199 EditableText"name1"
name2Symbol 201 EditableText"name2"
name3Symbol 203 EditableText"name3"
name10Symbol 205 EditableText"name10"
name4Symbol 207 EditableText"name4"
name5Symbol 209 EditableText"name5"
name6Symbol 211 EditableText"name6"
name7Symbol 213 EditableText"name7"
name8Symbol 215 EditableText"name8"
name9Symbol 217 EditableText"name9"




http://swfchan.com/9/42501/info.shtml
Created: 9/5 -2019 22:33:31 Last modified: 9/5 -2019 22:33:31 Server time: 15/05 -2024 21:54:18