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/98440386?noj=FRM98440386-11DC" width="1" height="1"></div>

Steeplechase Challenge.swf

This is the info page for
Flash #21231

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


Text
PRESENTS

c 2002 mousebreaker.co.uk

How To Play
Your target is to win each of 10 races. Failing to win a race will end the game.
You must jump every fence.  If you mistime a jump then you will slow down. You will
score up to 50 points per fence according to how well you jump it.
Use the whip to boost your speed slightly, but use it carefully. In each successive race you
will be able to use it one time less. You will score 20 points for every unused whip.
You are the blue jockey on the nearside.
Under starter's orders...

PLAY

PLAY

To win!

WHIPS

RACE

Whip

Jump

Level

Whips left

c 2002 mousebreaker.co.uk

Race

LEVEL

of 10

c 2002 mousebreaker.co.uk

Race

Result - Race

In the next race you will have one less chance to use your whip

RACE WON!

PLAY AGAIN

PLAY AGAIN

GAME OVER!

YOU SCORED

ActionScript [AS1/AS2]

Frame 4
Set("/:FlashVersion", getVersion()); if ("4" < (substring(/:FlashVersion, 5, 1))) { if ((substring(/:FlashVersion, 1, 3)) eq "WIN") { Set("/:Platform", "You are working on a Windows Machine"); } else if ((substring(/:FlashVersion, 1, 3)) eq "MAC") { Set("/:Platform", "You are working on a Macintosh"); } else { Set("/:Platform", "We were unable to determine your operating system."); } Set("/:PluginMessage", "You have the Flash 5 Plugin required for this game."); gotoAndPlay (5); } else { Set("/:PluginMessage", "You do not have the Flash Plugin required for this game."); Set("/:PluginMessage2", "Please download one for free from http://www.macromedia.com"); } stop();
Frame 5
stop();
Frame 7
level = 1; score = 0;
Frame 8
_quality = "MEDIUM";
Frame 13
f_state = new array(); f_pos = new array(); notj2 = new array(); notj3 = new array(); notj4 = new array(); photo_pos = new array(); my_next_fence = 1; position = new array(); horse_a = new array(); horse_u = new array(); horse_t = new array(); horse_v = new array(); horse_maxv = new array(); nose = new array(); nose[1] = 32; nose[2] = 30; nose[3] = 28; nose[4] = 25; finish = new array(); first_active = 1; first_inh = true; race_running = true;
Frame 14
i = 1; while (10 >= i) { f_state[i] = "hidden"; f_pos[i] = ((i * 35) + random(10)) - random(10); notj2[i] = true; notj3[i] = true; notj4[i] = true; horse_u[i] = random(3) / 10; horse_v[i] = 0; horse_t[i] = 0; finish[i] = -999; i++; } horse_a[2] = 0.8; horse_maxv[2] = 1.2; horse_a[3] = 0.7; horse_maxv[3] = 1.3; horse_a[4] = 0.6; horse_maxv[4] = 1.6; horse_a[1] = 1.2 - (level / 10); horse_maxv[1] = 1.2 - (level / 10); fence_factor = 14 - (level * 0.66); whips_limit = 11 - level; x1 = 0; x2 = 100; y2 = 3; y1 = -1; c = y1; m = (y2 - y1) / (x2 - x1); max_v = 1; speed = 8; increment = 0.6; horse1.gotoandplay(1); horse2.gotoandplay(2); horse3.gotoandplay(3); horse4.gotoandplay(3); not_jumping = true; start_whip = false; whips_used = 0; whip_cycles = 4; whip_count = 0; whipping = false; whip_factor = 0; counter = 0; next_fence = 1;
Frame 15
function determine_whips() { if (whips_limit >= whips_used) { if (start_whip) { whipping = true; start_whip = false; whip_count = 0; whips_used++; } if (whipping) { whip_count++; whip_factor = 1; if (whip_cycles < whip_count) { whipping = false; whip_factor = 0; } } } else { whip_factor = 0; } whips_left = whips_limit - whips_used; if (whips_left < 0) { whips_left = 0; } } i = 1; while (4 >= i) { horse_v[i] = horse_u[i] + (horse_a[i] * horse_t[i]); if (horse_maxv[i] < horse_v[i]) { horse_v[i] = horse_maxv[i]; } eval ("horse" + i)._x = eval ("horse" + i)._x + horse_v[i]; horse_t[i] = horse_t[i] + 0.02; nosep = eval ("horse" + i)._x + nose[i]; if ((fence10._x < nosep) and (finish[i] == -999)) { finish[i] = (counter * 1000) + (600 - nosep); fence10.flash.gotoandplay("flash"); } i++; } determine_whips(); horse1._x = horse1._x + whip_factor; railbg._x = railbg._x - speed; railbg1._x = railbg1._x - speed; railfg._x = railfg._x - speed; railfg1._x = railfg1._x - speed; chk_fen = eval ("fence" + my_next_fence); if (((((my_next_fence < 10) and (-10 < (chk_fen._x - horse1._x))) and ((chk_fen._x - horse1._x) < 10)) and not_jumping) and first_inh) { first_inh = false; trace("not jumped"); horse_u[1] = 0; horse_t[1] = 0; horse1._x = horse1._x - 20; } if ((my_next_fence < 10) and ((chk_fen._x + 150) < horse1._x)) { my_next_fence++; } if (not_jumping) { first_check = true; } else if (first_check) { if (dtf != -999) { first_check = false; trace("DTF !" + dtf); accuracy = 100 - (Math.abs(dtf) * 2); if (accuracy < 0) { accuracy = 0; } horse_u[1] = (horse_v[1] * accuracy) / 100; horse_t[1] = 0; horse1._x = horse1._x - ((100 - accuracy) / fence_factor); score = score + int(accuracy / 2); } } counter++; i = first_active; while (10 >= i) { if (f_state[i] == "hidden") { if (f_pos[i] < counter) { f_state[i] = "active"; } } if (f_state[i] == "active") { chk_fen = eval ("fence" + i); if ((((chk_fen._x - horse4._x) < 100) and notj4[i]) and (i < 10)) { notj4[i] = false; horse4.gotoandplay("jump"); pc = random(100); horse_u[4] = (horse_v[4] * pc) / 100; horse_t[4] = 0; horse4._x = horse4._x - ((100 - pc) / 10); } if ((((chk_fen._x - horse3._x) < 100) and notj3[i]) and (i < 10)) { notj3[i] = false; horse3.gotoandplay("jump"); pc = random(100); horse_u[3] = (horse_v[3] * pc) / 100; horse_t[3] = 0; horse3._x = horse3._x - ((100 - pc) / 10); } if ((((chk_fen._x - horse2._x) < 100) and notj2[i]) and (i < 10)) { notj2[i] = false; horse2.gotoandplay("jump"); pc = random(100); horse_u[2] = (horse_v[2] * pc) / 100; horse_t[2] = 0; horse2._x = horse2._x - ((100 - pc) / 10); } chk_fen._x = chk_fen._x - speed; if (chk_fen._x < -80) { f_state[i] = "done"; speed = speed + increment; first_active++; first_inh = true; } if ((i == 10) and (chk_fen._x < 100)) { f_state[i] = "done"; race_running = false; } } i++; }
Frame 16
if (railbg1._x < -300) { railbg1._x = railbg._x + 600; railfg1._x = railfg._x + 600; } else if (railbg._x < -300) { railbg._x = railbg1._x + 600; railfg._x = railfg1._x + 600; } if (race_running) { gotoAndPlay (15); } else { end_loops = 80; }
Frame 17
end_loops--; i = 1; while (4 >= i) { eval ("horse" + i)._x = eval ("horse" + i)._x + ((horse_v[i] + 1) * 10); i++; }
Frame 18
if (1 < end_loops) { gotoAndPlay (17); }
Frame 21
position[1] = 1; position[2] = 2; position[3] = 3; position[4] = 4; i = 1; while (4 >= i) { trace((("horse number " + i) + " finished ") + finish[i]); if (finish[i] == -999) { finish[i] = 999999999 /* 0x3B9AC9FF */; } photo_pos[i] = finish[i]; i++; }
Frame 22
sorted = true; i = 1; while (3 >= i) { if (finish[i + 1] < finish[i]) { sorted = false; temp = finish[i]; finish[i] = finish[i + 1]; finish[i + 1] = temp; temp = position[i]; position[i] = position[i + 1]; position[i + 1] = temp; } i++; } i = 1; while (4 >= i) { trace((("horse number " + i) + " finished ") + finish[i]); i++; }
Frame 23
if (!sorted) { gotoAndPlay (22); } i = 1; while (4 >= i) { trace((("Position " + i) + " was horse ") + position[i]); i++; }
Frame 40
stopAllSounds(); gotoAndPlay (43);
Frame 43
_quality = "HIGH"; winner = position[1]; framewin = int(photo_pos[winner] / 1000); poswin = (photo_pos[winner] - (framewin * 1000)) + 600; i = 1; while (4 >= i) { if (i == winner) { eval ("photo" + winner)._x = winning_line._x; } else { frame = int(photo_pos[i] / 1000); pos = (photo_pos[i] - (frame * 1000)) + 600; dpos = poswin - pos; fpos = framewin - frame; eval ("photo" + i)._x = ((winning_line._x + (dpos * 2)) + (fpos * 4)) - 4; } i++; }
Frame 159
Frame 162
line1 = "1st - Horse Number " + position[1]; line2 = "2nd - Horse Number " + position[2]; line3 = "3rd - Horse Number " + position[3]; line4 = "4th - Horse Number " + position[4]; success = position[1] == 1;
Frame 163
if (Success) { gotoAndPlay (273); score = score + (whips_left * 20); } else { gotoAndPlay (175); }
Frame 272
gotoAndStop (523);
Frame 402
stop();
Frame 523
stop();
Symbol 10 MovieClip Frame 1
stop();
Symbol 42 MovieClip [htemplate1] Frame 11
gotoAndPlay (1);
Symbol 42 MovieClip [htemplate1] Frame 12
stop();
Symbol 42 MovieClip [htemplate1] Frame 14
_level0.not_jumping = false; _level0.dtf = -999;
Symbol 42 MovieClip [htemplate1] Frame 24
_level0.dtf = eval ("_level0.fence" + _level0.first_active)._x - _level0.horse1._x;
Symbol 42 MovieClip [htemplate1] Frame 32
_level0.not_jumping = true; gotoAndPlay (7);
Symbol 43 MovieClip [htemplate1] Frame 11
gotoAndPlay (1);
Symbol 43 MovieClip [htemplate1] Frame 12
stop();
Symbol 43 MovieClip [htemplate1] Frame 14
_level0.not_jumping = false; _level0.dtf = -999;
Symbol 43 MovieClip [htemplate1] Frame 24
_level0.dtf = eval ("_level0.fence" + _level0.first_active)._x - _level0.horse1._x;
Symbol 43 MovieClip [htemplate1] Frame 32
_level0.not_jumping = true; gotoAndPlay (7);
Symbol 44 MovieClip [htemplate1] Frame 11
gotoAndPlay (1);
Symbol 44 MovieClip [htemplate1] Frame 12
stop();
Symbol 44 MovieClip [htemplate1] Frame 14
_level0.not_jumping = false; _level0.dtf = -999;
Symbol 44 MovieClip [htemplate1] Frame 24
_level0.dtf = eval ("_level0.fence" + _level0.first_active)._x - _level0.horse1._x;
Symbol 44 MovieClip [htemplate1] Frame 32
_level0.not_jumping = true; gotoAndPlay (7);
Symbol 51 MovieClip Frame 1
doneLoading = 0; stop();
Instance of Symbol 46 MovieClip "bkgd" in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.doneLoading == 0) { total = _parent._parent.getBytesTotal(); isloaded = _parent._parent.getBytesLoaded(); p = 100 * (isLoaded / total); _parent.bytes = ((int(isloaded / 1000) add " KB of ") add int(total / 1000)) add " KB"; _parent.percent = int(p) add "% LOADED"; _parent.bar._xscale = p; if (Number(95) < Number(p)) { _parent._parent.gotoAndPlay(Number(2)); _parent.gotoAndStop("off"); _parent.doneLoading = 1; } else { _parent._parent.gotoAndPlay(Number(1)); } } }
Symbol 72 Button
on (release) { gotoAndPlay (5); }
Symbol 86 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 11
gotoAndPlay (1);
Symbol 132 MovieClip Frame 12
stop();
Symbol 132 MovieClip Frame 32
gotoAndPlay (7);
Symbol 156 MovieClip Frame 11
gotoAndPlay (1);
Symbol 156 MovieClip Frame 12
stop();
Symbol 156 MovieClip Frame 32
gotoAndPlay (7);
Symbol 179 MovieClip Frame 11
gotoAndPlay (1);
Symbol 179 MovieClip Frame 12
stop();
Symbol 179 MovieClip Frame 32
gotoAndPlay (7);
Symbol 183 Button
on (press) { _level0.horse1.rider01.gotoAndPlay(2); start_whip = true; }
Symbol 185 Button
on (press) { if (_level0.not_jumping) { _level0.horse1.gotoAndPlay("jump"); } }
Symbol 200 Button
on (press) { _level0.horse1.rider01.gotoAndPlay(2); start_whip = true; }
Symbol 201 Button
on (press) { _level0.horse1.rider01.gotoAndPlay(2); start_whip = true; }
Symbol 205 Button
on (press) { if (_level0.not_jumping) { _level0.horse1.gotoAndPlay("jump"); } }
Symbol 206 Button
on (press) { if (_level0.not_jumping) { _level0.horse1.gotoAndPlay("jump"); } }
Symbol 229 Button
on (release) { play(); }
Symbol 267 Button
on (release) { stopAllSounds(); gotoAndPlay (8); level++; }
Symbol 271 MovieClip Frame 1
score = _level0:score;
Symbol 276 Button
on (release) { gotoAndPlay (7); }

Library Items

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

Instance Names

"railbg"Frame 8Symbol 77 MovieClip
"railbg1"Frame 8Symbol 77 MovieClip
"fence1"Frame 8Symbol 79 MovieClip
"fence3"Frame 8Symbol 79 MovieClip
"fence4"Frame 8Symbol 79 MovieClip
"fence6"Frame 8Symbol 79 MovieClip
"fence7"Frame 8Symbol 79 MovieClip
"fence8"Frame 8Symbol 79 MovieClip
"fence9"Frame 8Symbol 79 MovieClip
"fence10"Frame 8Symbol 87 MovieClip
"fence5"Frame 8Symbol 90 MovieClip
"fence2"Frame 8Symbol 92 MovieClip
"horse4"Frame 8Symbol 132 MovieClip
"horse3"Frame 8Symbol 156 MovieClip
"horse2"Frame 8Symbol 179 MovieClip
"horse1"Frame 8Symbol 43 MovieClip [htemplate1]
"railfg"Frame 8Symbol 77 MovieClip
"railfg1"Frame 8Symbol 77 MovieClip
"cross3"Frame 8Symbol 192 MovieClip
"cross4"Frame 8Symbol 192 MovieClip
"cross1"Frame 8Symbol 192 MovieClip
"cross2"Frame 8Symbol 192 MovieClip
"winning_line"Frame 43Symbol 214 MovieClip
"railbg"Frame 43Symbol 77 MovieClip
"photo4"Frame 43Symbol 217 MovieClip
"photo3"Frame 43Symbol 220 MovieClip
"photo2"Frame 43Symbol 224 MovieClip
"photo1"Frame 43Symbol 228 MovieClip
"railfg"Frame 43Symbol 77 MovieClip
"rider01"Symbol 42 MovieClip [htemplate1] Frame 1Symbol 10 MovieClip
"rider01"Symbol 42 MovieClip [htemplate1] Frame 14Symbol 10 MovieClip
"rider01"Symbol 43 MovieClip [htemplate1] Frame 1Symbol 10 MovieClip
"rider01"Symbol 43 MovieClip [htemplate1] Frame 14Symbol 10 MovieClip
"rider01"Symbol 44 MovieClip [htemplate1] Frame 1Symbol 10 MovieClip
"rider01"Symbol 44 MovieClip [htemplate1] Frame 14Symbol 10 MovieClip
"bkgd"Symbol 51 MovieClip Frame 1Symbol 46 MovieClip
"bar"Symbol 51 MovieClip Frame 1Symbol 47 MovieClip
"flash"Symbol 87 MovieClip Frame 1Symbol 86 MovieClip
"rider01"Symbol 156 MovieClip Frame 1Symbol 135 MovieClip
"flash"Symbol 214 MovieClip Frame 1Symbol 86 MovieClip
"rider01"Symbol 220 MovieClip Frame 1Symbol 135 MovieClip
"rider01"Symbol 228 MovieClip Frame 1Symbol 10 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 42 as "htemplate1"
ExportAssets (56)Timeline Frame 1Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 1Symbol 44 as "htemplate1"
ExportAssets (56)Timeline Frame 1Symbol 44 as "htemplate1"
ExportAssets (56)Timeline Frame 2Symbol 44 as "htemplate1"
ExportAssets (56)Timeline Frame 8Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 9Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 10Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 11Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 12Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 13Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 14Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 15Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 16Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 17Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 18Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 19Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 20Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 21Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 22Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 23Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 24Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 25Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 26Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 27Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 28Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 29Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 30Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 31Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 32Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 33Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 34Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 35Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 36Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 37Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 38Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 39Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 40Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 41Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 42Symbol 43 as "htemplate1"
ExportAssets (56)Timeline Frame 402Symbol 44 as "htemplate1"
ExportAssets (56)Timeline Frame 403Symbol 44 as "htemplate1"
ExportAssets (56)Timeline Frame 523Symbol 44 as "htemplate1"

Labels

"loop"Frame 15
"eloop"Frame 17
"sort"Frame 22
"lost"Frame 175
"won"Frame 273
"jump"Symbol 42 MovieClip [htemplate1] Frame 14
"jump"Symbol 43 MovieClip [htemplate1] Frame 14
"jump"Symbol 44 MovieClip [htemplate1] Frame 14
"on"Symbol 51 MovieClip Frame 1
"off"Symbol 51 MovieClip Frame 2
"flash"Symbol 86 MovieClip Frame 10
"jump"Symbol 132 MovieClip Frame 14
"jump"Symbol 156 MovieClip Frame 14
"jump"Symbol 179 MovieClip Frame 14

Dynamic Text Variables

percentSymbol 49 EditableText""
bytesSymbol 50 EditableText""
/:PluginMessageSymbol 58 EditableText""
/:PlatformSymbol 60 EditableText""
/:PluginMessage2Symbol 61 EditableText""
scoreSymbol 96 EditableText""
target_leftSymbol 97 EditableText"To win!"
whips_leftSymbol 103 EditableText""
levelSymbol 105 EditableText""
levelSymbol 186 EditableText""
whips_leftSymbol 188 EditableText""
levelSymbol 208 EditableText""
levelSymbol 211 EditableText""
levelSymbol 233 EditableText""
line1Symbol 240 EditableText""
line2Symbol 241 EditableText""
line4Symbol 242 EditableText""
line3Symbol 243 EditableText""
levelSymbol 244 EditableText""
line1Symbol 246 EditableText""
line2Symbol 247 EditableText""
line4Symbol 248 EditableText""
line3Symbol 249 EditableText""
levelSymbol 250 EditableText""
line1Symbol 252 EditableText""
line2Symbol 253 EditableText""
line4Symbol 254 EditableText""
line3Symbol 255 EditableText""
levelSymbol 256 EditableText""
line1Symbol 258 EditableText""
line2Symbol 259 EditableText""
line4Symbol 260 EditableText""
line3Symbol 261 EditableText""
levelSymbol 262 EditableText""
timSymbol 270 EditableText""
scoreSymbol 280 EditableText""




http://swfchan.com/5/21231/info.shtml
Created: 28/5 -2019 08:22:55 Last modified: 28/5 -2019 08:22:55 Server time: 11/05 -2024 14:49:52