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

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

dailybicycle.swf

This is the info page for
Flash #197090

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


Text
By Rene Van Westrop!!

0

Your Score for this run is

Your Hi-Score

0

0

Restart

0

ActionScript [AS1/AS2]

Frame 1
if (_root.loader._xscale == 100) { gotoAndPlay (3); } if (_root.pause == 0) { gotoAndPlay (113); }
Instance of Symbol 4 MovieClip "loader" in Frame 1
onClipEvent (enterFrame) { Mouse.hide(); this._xscale = (getBytesLoaded() / getBytesTotal()) * 100; } onClipEvent (load) { this._xscale = 0; }
Frame 2
gotoAndPlay (1);
Frame 12
hiscore = 0;
Frame 19
_root.pos = sharedobject.getLocal("aaa"); _root.score = _root.pos.data.score; _root.hiscore = _root.pos.data.hiscore;
Instance of Symbol 11 MovieClip in Frame 24
onClipEvent (load) { this.hiscore = _root.hiscore; }
Frame 113
pause = 0; _root.score = 0; Mouse.hide();
Instance of Symbol 14 MovieClip in Frame 113
onClipEvent (enterFrame) { if (_root.pause == 0) { if (this.hitTest(_root.speler)) { _root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3); } } } onClipEvent (load) { this._visible = 0; }
Instance of Symbol 14 MovieClip in Frame 113
onClipEvent (enterFrame) { if (_root.pause == 0) { if (this.hitTest(_root.speler)) { _root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3); } } } onClipEvent (load) { this._visible = 0; }
Instance of Symbol 26 MovieClip "speler" in Frame 113
onClipEvent (enterFrame) { if (_root.pause == 0) { if (_root.move == 1) { _root.level._x = _root.level._x - (this.stuur._rotation / 3); this._x = (this._x + (_xmouse / 6)) / 1.2; this._y = (this._y / 2) + (_ymouse / 6); if ((this._x < 96) and (this._x > 90)) { this.stuur._rotation = -5; } if ((this._x < 90) and (this._x > 86)) { this.stuur._rotation = -10; } if ((this._x < 86) and (this._x > 80)) { this.stuur._rotation = -15; } if ((this._x < 80) and (this._x > 76)) { this.stuur._rotation = -20; } if ((this._x < 76) and (this._x > 70)) { this.stuur._rotation = -25; } if ((this._x < 70) and (this._x > 66)) { this.stuur._rotation = -30; } if ((this._x < 66) and (this._x > 70)) { this.stuur._rotation = -35; } if ((this._x < 60) and (this._x > 56)) { this.stuur._rotation = -40; } if ((this._x < 56) and (this._x > 50)) { this.stuur._rotation = -45; } if ((this._x < 50) and (this._x > 46)) { this.stuur._rotation = -50; } if ((this._x < 46) and (this._x > 40)) { this.stuur._rotation = -55; } if ((this._x < 40) and (this._x > 36)) { this.stuur._rotation = -60; } if ((this._x < 36) and (this._x > 30)) { this.stuur._rotation = -65; } if ((this._x < 30) and (this._x > 26)) { this.stuur._rotation = -70; } if ((this._x < 26) and (this._x > 20)) { this.stuur._rotation = -75; } if ((this._x < 20) and (this._x > 16)) { this.stuur._rotation = -80; } if ((this._x < 16) and (this._x > 10)) { this.stuur._rotation = -85; } if (this._x < 10) { this.stuur._rotation = -90; } if ((this._x > 96) and (this._x < 104)) { this.stuur._rotation = 0; } if ((this._x < 110) and (this._x > 104)) { this.stuur._rotation = 5; } if ((this._x < 116) and (this._x > 110)) { this.stuur._rotation = 10; } if (this._x120 and (this._x > 116)) { this.stuur._rotation = 15; } if ((this._x < 126) and (this._x > 120)) { this.stuur._rotation = 20; } if ((this._x < 130) and (this._x > 126)) { this.stuur._rotation = 25; } if ((this._x < 136) and (this._x > 130)) { this.stuur._rotation = 30; } if ((this._x < 140) and (this._x > 136)) { this.stuur._rotation = 35; } if ((this._x < 146) and (this._x > 140)) { this.stuur._rotation = 40; } if ((this._x < 150) and (this._x > 146)) { this.stuur._rotation = 45; } if ((this._x < 156) and (this._x > 150)) { this.stuur._rotation = 50; } if ((this._x < 160) and (this._x > 156)) { this.stuur._rotation = 55; } if ((this._x < 166) and (this._x > 160)) { this.stuur._rotation = 60; } if ((this._x < 170) and (this._x > 166)) { this.stuur._rotation = 65; } if ((this._x < 176) and (this._x > 170)) { this.stuur._rotation = 70; } if ((this._x < 180) and (this._x > 176)) { this.stuur._rotation = 75; } if ((this._x < 186) and (this._x > 180)) { this.stuur._rotation = 80; } if ((this._x < 190) and (this._x > 186)) { this.stuur._rotation = 85; } if (this._x > 186) { this.stuur._rotation = 90; } } } }
Frame 190
stop(); race = new Sound(); race.attachSound("race"); race.start(0, 999);
Instance of Symbol 71 MovieClip "level" in Frame 190
onClipEvent (enterFrame) { if (_root.move == 1) { if (_root.speler._currentframe == 1) { _root.score = _root.score + 1; if ((_root.score > 1000) and (_root.score < 2500)) { if (this._currentframe == 1) { this.gotoAndStop(2); } } if (((_root.score > 2500) and _root.score) and (_root.score < 4000)) { if (this._currentframe == 2) { this.gotoAndStop(3); } } if (_root.score > 4000) { if (this._currentframe == 3) { this.gotoAndStop(4); } } this._y = (300 - (this._y / 2)) + (_ymouse / 3); _root.level._rotation = 360 - (_root.speler.stuur._rotation / 5); } } }
Symbol 20 MovieClip Frame 1
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 2
onClipEvent (enterFrame) { this.gotoAndPlay(_currentframe + 2); }
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 3
onClipEvent (enterFrame) { this.gotoAndPlay(_currentframe + 4); }
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 4
onClipEvent (enterFrame) { this.gotoAndPlay(_currentframe + 10); }
Symbol 26 MovieClip Frame 1
stop();
Instance of Symbol 20 MovieClip "movieding" in Symbol 26 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = _parent.stuur._rotation / 10; }
Instance of Symbol 22 MovieClip "stuur" in Symbol 26 MovieClip Frame 1
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 23 MovieClip "hit" in Symbol 26 MovieClip Frame 1
onClipEvent (load) { this._visible = 0; }
Symbol 26 MovieClip Frame 2
if (_root.score > _root.hiscore) { _root.hiscore = _root.score; } if (_root.score < _root.hiscore) { _root.hiscore = _root.hiscore; } _root.pos = sharedobject.getLocal("aaa"); _root.pos.data.score = _root.score; _root.pos.data.hiscore = _root.hiscore;
Symbol 26 MovieClip Frame 57
stop();
Symbol 36 Button
on (release) { Mouse.hide(); tellTarget (_root) { gotoAndPlay (1); }; }
Symbol 39 MovieClip Frame 1
stop(); _root.move = 1;
Symbol 39 MovieClip Frame 2
_root.level._yscale = _root.level._yscale + 800; _root.level._xscale = _root.level._xscale + 400; _root.level.beertje1.stop(); _root.level.beertje2.stop(); _root.level.beertje3.stop(); _root.move = 0; stopAllSounds();
Instance of Symbol 23 MovieClip in Symbol 39 MovieClip Frame 2
onClipEvent (enterFrame) { _root.level._y = _root.level._y - 15; _root.speler.play(); _root.level._yscale = _root.level._yscale + 10; _root.level._xscale = _root.level._xscale + 4; }
Symbol 39 MovieClip Frame 5
_root.level._yscale = _root.level._yscale - 400; _root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 7
_root.level._yscale = _root.level._yscale - 400; _root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 10
_root.level._yscale = _root.level._yscale + 800; _root.level._xscale = _root.level._xscale + 400;
Symbol 39 MovieClip Frame 13
_root.level._yscale = _root.level._yscale - 400; _root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 15
_root.level._yscale = _root.level._yscale - 400; _root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 18
_root.level._yscale = _root.level._yscale + 400; _root.level._xscale = _root.level._xscale + 200;
Symbol 39 MovieClip Frame 21
_root.level._yscale = _root.level._yscale - 200; _root.level._xscale = _root.level._xscale - 100;
Symbol 39 MovieClip Frame 23
_root.level._yscale = _root.level._yscale - 200; _root.level._xscale = _root.level._xscale - 100;
Symbol 39 MovieClip Frame 73
score = _root.score; hiscore = _root.hiscore;
Symbol 39 MovieClip Frame 89
stop(); Mouse.show();
Instance of Symbol 23 MovieClip in Symbol 56 MovieClip Frame 132
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.speler.hit)) { _root.level.ani.stop(); _root.dood.play(); } }
Symbol 56 MovieClip Frame 140
gotoAndPlay (280);
Instance of Symbol 23 MovieClip in Symbol 56 MovieClip Frame 276
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.speler.hit)) { _root.level.ani.stop(); _root.dood.play(); } }
Symbol 56 MovieClip Frame 280
move = random(3); if (move == 3) { play(); } if (move == 2) { gotoAndPlay (141); } if (move == 1) { gotoAndPlay (1); } if (move == 0) { play(); }
Symbol 56 MovieClip Frame 286
gotoAndPlay(286 + random(1044));
Instance of Symbol 23 MovieClip in Symbol 57 MovieClip Frame 132
onClipEvent (load) { this._visible = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.speler.hit)) { _root.level.ani.stop(); _root.dood.play(); } }
Symbol 57 MovieClip Frame 140
move = random(3); if (move == 2) { gotoAndPlay (1); } if (move == 1) { gotoAndPlay (1); } if (move == 3) { play(); }
Symbol 57 MovieClip Frame 146
gotoAndPlay(146 + random(600));
Symbol 70 MovieClip Frame 36
stop();
Symbol 71 MovieClip Frame 1
stop(); _root.fiets.movieding.gotoAndStop(1);
Instance of Symbol 14 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == 0) { if (this.hitTest(_root.speler)) { _root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3); } } } onClipEvent (load) { this._visible = 0; }
Instance of Symbol 14 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.pause == 0) { if (this.hitTest(_root.speler)) { _root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3); } } } onClipEvent (load) { this._visible = 0; }
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.play(); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 1
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } }
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 1
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } }
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 1
onClipEvent (load) { starting = random(10); if (starting > 2) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay("jan"); } if (starting == 1) { this.gotoAndPlay(1); } }
Symbol 71 MovieClip Frame 2
_root.speler.movieding.gotoAndStop(2); if (if_) { }
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(_currentframe + 2); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 2
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 2); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 2
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 2); } else { this.stop(); } }
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 2
onClipEvent (load) { starting = random(10); if (starting > 2) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay("jan"); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 2); } else { this.stop(); } }
Symbol 71 MovieClip Frame 3
_root.speler.movieding.gotoAndStop(3);
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(_currentframe + 4); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 3
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 4); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 3
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 4); } else { this.stop(); } }
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 3
onClipEvent (load) { starting = random(10); if (starting > 2) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay("jan"); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 4); } else { this.stop(); } }
Symbol 71 MovieClip Frame 4
_root.speler.movieding.gotoAndStop(4);
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(_currentframe + 10); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 4
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 10); } else { this.stop(); } }
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 4
onClipEvent (load) { starting = random(10); if (starting > 3) { this.gotoAndPlay("jan"); } if (starting == 3) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay(141); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 10); } else { this.stop(); } }
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 4
onClipEvent (load) { starting = random(10); if (starting > 2) { this.gotoAndPlay("jan"); } if (starting == 2) { this.gotoAndPlay("jan"); } if (starting == 1) { this.gotoAndPlay(1); } } onClipEvent (enterFrame) { if (_root.speler._currentframe == 1) { this.gotoAndPlay(this._currentframe + 10); } else { this.stop(); } }

Library Items

Symbol 1 Sound [race]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 FontUsed by:7 30 31 35
Symbol 7 TextUses:6Used by:Timeline
Symbol 8 GraphicUsed by:11
Symbol 9 FontUsed by:10 32 33 41
Symbol 10 EditableTextUses:9Used by:11
Symbol 11 MovieClipUses:8 10Used by:Timeline
Symbol 12 GraphicUsed by:23  Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:71  Timeline
Symbol 15 VideoUsed by:48  Timeline
Symbol 16 BitmapUsed by:17 18
Symbol 17 GraphicUses:16Used by:19 26
Symbol 18 GraphicUses:16Used by:19
Symbol 19 MovieClipUses:17 18Used by:20
Symbol 20 MovieClipUses:19Used by:26
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:26
Symbol 23 MovieClipUses:12Used by:26 39 56 57
Symbol 24 SoundUsed by:26
Symbol 26 MovieClipUses:20 22 23 17 24Used by:Timeline
Symbol 27 GraphicUsed by:39
Symbol 28 ShapeTweeningUsed by:39
Symbol 29 GraphicUsed by:39
Symbol 30 TextUses:6Used by:39
Symbol 31 TextUses:6Used by:39
Symbol 32 EditableTextUses:9Used by:39
Symbol 33 EditableTextUses:9Used by:39
Symbol 34 GraphicUsed by:36
Symbol 35 TextUses:6Used by:36
Symbol 36 ButtonUses:34 35Used by:39
Symbol 37 ShapeTweeningUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:27 23 28 29 30 31 32 33 36 37 38Used by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 EditableTextUses:9Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 SoundUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 MovieClipUses:15Used by:71
Symbol 49 BitmapUsed by:50 51 52 53 54 55
Symbol 50 GraphicUses:49Used by:56 57
Symbol 51 GraphicUses:49Used by:56 57
Symbol 52 GraphicUses:49Used by:56 57
Symbol 53 GraphicUses:49Used by:56 57
Symbol 54 GraphicUses:49Used by:56 57
Symbol 55 GraphicUses:49Used by:56 57
Symbol 56 MovieClipUses:50 51 52 53 23 54 55Used by:71
Symbol 57 MovieClipUses:50 51 52 53 23 54 55Used by:71
Symbol 58 GraphicUsed by:70
Symbol 59 GraphicUsed by:70
Symbol 60 GraphicUsed by:70
Symbol 61 GraphicUsed by:70
Symbol 62 GraphicUsed by:70
Symbol 63 GraphicUsed by:70
Symbol 64 GraphicUsed by:70
Symbol 65 GraphicUsed by:70
Symbol 66 GraphicUsed by:70
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:58 59 60 61 62 63 64 65 66 67 68 69Used by:71
Symbol 71 MovieClipUses:14 48 56 57 70Used by:Timeline
Symbol 72 SoundUsed by:Timeline

Instance Names

"loader"Frame 1Symbol 4 MovieClip
"speler"Frame 113Symbol 26 MovieClip
"dood"Frame 113Symbol 39 MovieClip
"level"Frame 190Symbol 71 MovieClip
"movieding"Symbol 26 MovieClip Frame 1Symbol 20 MovieClip
"stuur"Symbol 26 MovieClip Frame 1Symbol 22 MovieClip
"hit"Symbol 26 MovieClip Frame 1Symbol 23 MovieClip
"ani"Symbol 71 MovieClip Frame 1Symbol 48 MovieClip
"beertje1"Symbol 71 MovieClip Frame 1Symbol 56 MovieClip
"beertje2"Symbol 71 MovieClip Frame 1Symbol 56 MovieClip
"beertje3"Symbol 71 MovieClip Frame 1Symbol 57 MovieClip
"ani"Symbol 71 MovieClip Frame 2Symbol 48 MovieClip
"beertje1"Symbol 71 MovieClip Frame 2Symbol 56 MovieClip
"beertje2"Symbol 71 MovieClip Frame 2Symbol 56 MovieClip
"beertje3"Symbol 71 MovieClip Frame 2Symbol 57 MovieClip
"ani"Symbol 71 MovieClip Frame 3Symbol 48 MovieClip
"beertje1"Symbol 71 MovieClip Frame 3Symbol 56 MovieClip
"beertje2"Symbol 71 MovieClip Frame 3Symbol 56 MovieClip
"beertje3"Symbol 71 MovieClip Frame 3Symbol 57 MovieClip
"ani"Symbol 71 MovieClip Frame 4Symbol 48 MovieClip
"beertje1"Symbol 71 MovieClip Frame 4Symbol 56 MovieClip
"beertje2"Symbol 71 MovieClip Frame 4Symbol 56 MovieClip
"beertje3"Symbol 71 MovieClip Frame 4Symbol 57 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "race"

Labels

"jan"Symbol 56 MovieClip Frame 280
"jan"Symbol 57 MovieClip Frame 140

Dynamic Text Variables

hiscoreSymbol 10 EditableText"0"
scoreSymbol 32 EditableText"0"
hiscoreSymbol 33 EditableText"0"
scoreSymbol 41 EditableText"0"




http://swfchan.com/40/197090/info.shtml
Created: 2/8 -2019 03:15:12 Last modified: 2/8 -2019 03:15:12 Server time: 05/05 -2024 01:25:07