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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM90582216-1DC&rnd=90582216" width="1" height="1"></div>

futebol.swf

This is the info page for
Flash #267417

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


Text
One

One

One

Two

Two

Two

Two

Three

Three

Three

GO

GO

GO

GO

GO

Speed Up

Slow Down

Move Left

Move Right

+5

-5

TIMELEFT :

sec

SCORE :

GAME OVER

GAME OVER

GAME OVER

GAME OVER

Press Spacebar to Restart

Press Spacebar to Restart

Press Spacebar to Restart

C  Satyajit Chakraborty

ActionScript [AS1/AS2]

Frame 1
oldQualtiy = _quality; _quality = "HIGH"; score = 0; timelimit = 60; timeleft = 60; finalcarframe = 5; finalcarx = 0; finalcary = 0; stop(); stop();
Instance of Symbol 21 MovieClip "car" in Frame 1
onClipEvent (load) { gotoAndStop (5); }
Instance of Symbol 40 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this._currentframe == 26) { _root.gotoAndPlay(2); } }
Frame 2
inc = 0; _quality = "MEDIUM"; snd = new Sound(); sndmusic = new Sound(); snd.attachSound("carloopin"); sndmusic.attachSound("music"); snd.start(0, 999); snd.setVolume(30); sndmusic.start(0, 999); stop();
Instance of Symbol 59 MovieClip "div" in Frame 2
onClipEvent (load) { yposi = 200; yc = 760; xc = 760; j = 3; pers = this._y / j; oldt = Math.round(getTimer() / 1000); acc = 0; dcc = 0; } onClipEvent (enterFrame) { if (acc == 1) { _root.car._yscale = _root.car._yscale - 1; _root.car._y = _root.car._y - 1; _root.snd.setVolume(30 + (_root.inc * 2)); acc = 0; } if (dcc == 1) { _root.car._yscale = _root.car._yscale + 1; _root.car._y = _root.car._y + 1; _root.snd.setVolume(30 + (_root.inc * 2)); dcc = 0; } if (Key.isDown(Key.UP)) { _root.inc = _root.inc + j; _root.car._yscale = _root.car._yscale + 1; _root.car._y = _root.car._y + 1; acc = 1; } if (Key.isDown(Key.DOWN)) { _root.inc = _root.inc - j; _root.car._yscale = _root.car._yscale - 1; _root.car._y = _root.car._y - 1; dcc = 1; } if (21 < _root.inc) { _root.inc = 21; } if (0 >= _root.inc) { _root.inc = 0; } else { pers = pers + 1; this._y = this._y + (_root.inc + pers); this._yscale = this._yscale + ((_root.inc + pers) * 3.75); this._xscale = this._xscale + ((_root.inc + pers) * 3); } if (this._y >= yposi) { this._y = 0; pers = 0; this._yscale = 100; this._xscale = 100; } if (_root.timeleft == 0) { _root.div.stop(); _root.zeb.stop(); _root.tree.stop(); _root.tree1.stop(); _root.peg.stop(); _root.car.stop(); _root.gotoAndStop(3); } _root.timeleft = _root.timelimit - (Math.round(getTimer() / 1000) - oldt); }
Instance of Symbol 60 MovieClip "zeb" in Frame 2
onClipEvent (load) { yposi = 200; yc = 760; xc = 760; j = 3; pers = this._y / j; } onClipEvent (enterFrame) { if (0 >= _root.inc) { _root.inc = 0; } else { pers = pers + 1; this._y = this._y + (_root.inc + pers); this._yscale = this._yscale + ((_root.inc + pers) * 3.75); this._xscale = this._xscale + ((_root.inc + pers) * 4.25); if (Key.isDown(Key.LEFT) and (1 < _root.car._currentframe)) { _root.car.prevFrame(); _root.car._x = _root.car._x - 30; } if (Key.isDown(Key.RIGHT) and (_root.car._currentframe < 9)) { _root.car.nextFrame(); _root.car._x = _root.car._x + 30; } } if (this._y >= yposi) { this._y = 0; pers = 0; this._yscale = 100; this._xscale = 100; _root.score = _root.score + 5; } _root.finalcarframe = _root.car._currentframe; _root.finalcarx = _root.car._x; _root.finalcary = _root.car._y; }
Instance of Symbol 61 MovieClip "tree" in Frame 2
onClipEvent (load) { yposi = 200; yc = 760; xc = 760; j = 3; pers = this._y / j; } onClipEvent (enterFrame) { if (0 >= _root.inc) { _root.inc = 0; } else { pers = pers + 1; this._y = this._y + (_root.inc + pers); this._yscale = this._yscale + ((_root.inc + pers) * 3.75); this._xscale = this._xscale + ((_root.inc + pers) * 4.25); } if (this._y >= yposi) { this._y = 0; pers = 0; this._yscale = 100; this._xscale = 100; } }
Instance of Symbol 62 MovieClip "tree1" in Frame 2
onClipEvent (load) { yposi = 200; yc = 760; xc = 760; j = 3; pers = this._y / j; } onClipEvent (enterFrame) { if (0 >= _root.inc) { _root.inc = 0; } else { pers = pers + 1; this._y = this._y + (_root.inc + pers); this._yscale = this._yscale + ((_root.inc + pers) * 3.75); this._xscale = this._xscale + ((_root.inc + pers) * 4.25); } if (this._y >= yposi) { this._y = 0; pers = 0; this._yscale = 100; this._xscale = 100; } }
Instance of Symbol 68 MovieClip "peg" in Frame 2
onClipEvent (load) { function reset() { this.gotoAndStop(1); this._xscale = 100; this._yscale = 100; this._y = 0; this._x = random(50) + 250; xinc = ((this._x - 275) * 5) / 100; pers = 0; sc = 0; } function hit() { this.nextFrame(); } inc = 0; j = 3; oldy = 0; time = 30; reset(); } onClipEvent (enterFrame) { if (0 >= _root.inc) { _root.inc = 0; } else { pers = pers + 1; oldy = this._y; this._y = this._y + (_root.inc + pers); this._yscale = this._yscale + ((_root.inc + pers) * 3.75); this._xscale = this._xscale + ((_root.inc + pers) * 3.75); this._x = this._x + (xinc * (this._y - oldy)); } if (this.hitTest(_root.car)) { hit(); sc = 1; } if (this._y >= 200) { if (sc == 1) { _root.score = _root.score - 5; sc = 0; } reset(); } }
Frame 3
_quality = "HIGH"; snd.stop("carloopin"); sndmusic.stop("music"); stop(); stop();
Instance of Symbol 75 MovieClip "div" in Frame 3
/* no clip actions */
Instance of Symbol 76 MovieClip "car" in Frame 3
onClipEvent (load) { this._x = _root.finalcarx; this._y = _root.finalcary; gotoAndStop(_root.finalcarframe); }
Instance of Symbol 87 MovieClip in Frame 3
onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { _root.gotoAndPlay(1); } }
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 5
stop();
Symbol 87 MovieClip Frame 7
stop();

Library Items

Symbol 1 Sound [carloopin]
Symbol 2 Sound [music]
Symbol 3 Sound [sndlast]Used by:87
Symbol 4 Sound [hhit]Used by:68
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7 60
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:9 61
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:11 62
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 96 BitmapUsed by:12
Symbol 12 GraphicUses:96Used by:21 76
Symbol 97 BitmapUsed by:13
Symbol 13 GraphicUses:97Used by:21 76
Symbol 98 BitmapUsed by:14
Symbol 14 GraphicUses:98Used by:21 76
Symbol 99 BitmapUsed by:15
Symbol 15 GraphicUses:99Used by:21 76
Symbol 100 BitmapUsed by:16
Symbol 16 GraphicUses:100Used by:21 76
Symbol 101 BitmapUsed by:17
Symbol 17 GraphicUses:101Used by:21 76
Symbol 102 BitmapUsed by:18
Symbol 18 GraphicUses:102Used by:21 76
Symbol 103 BitmapUsed by:19
Symbol 19 GraphicUses:103Used by:21 76
Symbol 104 BitmapUsed by:20
Symbol 20 GraphicUses:104Used by:21 76
Symbol 21 MovieClipUses:12 13 14 15 16 17 18 19 20Used by:Timeline
Symbol 22 FontUsed by:23 25 26 28 29 30 31 32 33 34 35 36 37 38 39
Symbol 23 TextUses:22Used by:40
Symbol 24 SoundUsed by:40
Symbol 25 TextUses:22Used by:40
Symbol 26 TextUses:22Used by:40
Symbol 27 SoundUsed by:40
Symbol 28 TextUses:22Used by:40
Symbol 29 TextUses:22Used by:40
Symbol 30 TextUses:22Used by:40
Symbol 31 TextUses:22Used by:40
Symbol 32 TextUses:22Used by:40
Symbol 33 TextUses:22Used by:40
Symbol 34 TextUses:22Used by:40
Symbol 35 TextUses:22Used by:40
Symbol 36 TextUses:22Used by:40
Symbol 37 TextUses:22Used by:40
Symbol 38 TextUses:22Used by:40
Symbol 39 TextUses:22Used by:40
Symbol 40 MovieClipUses:23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 FontUsed by:48 49 50 51 95
Symbol 48 TextUses:47Used by:Timeline
Symbol 49 TextUses:47Used by:Timeline
Symbol 50 TextUses:47Used by:Timeline
Symbol 51 TextUses:47Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 FontUsed by:54 55
Symbol 54 TextUses:53Used by:Timeline
Symbol 55 TextUses:53Used by:Timeline
Symbol 106 BitmapUsed by:56
Symbol 56 GraphicUses:106Used by:Timeline
Symbol 105 BitmapUsed by:57
Symbol 57 GraphicUses:105Used by:Timeline
Symbol 58 GraphicUsed by:59 75
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 MovieClipUses:6Used by:Timeline
Symbol 61 MovieClipUses:8Used by:Timeline
Symbol 62 MovieClipUses:10Used by:Timeline
Symbol 107 BitmapUsed by:63
Symbol 63 GraphicUses:107Used by:68
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:68
Symbol 108 BitmapUsed by:67
Symbol 67 GraphicUses:108Used by:68
Symbol 68 MovieClipUses:63 64 4 65 66 67Used by:Timeline
Symbol 69 FontUsed by:70 71 72 73 74
Symbol 70 EditableTextUses:69Used by:Timeline
Symbol 71 TextUses:69Used by:Timeline
Symbol 72 TextUses:69Used by:Timeline
Symbol 73 TextUses:69Used by:Timeline
Symbol 74 EditableTextUses:69Used by:Timeline
Symbol 75 MovieClipUses:58Used by:Timeline
Symbol 76 MovieClipUses:12 13 14 15 16 17 18 19 20Used by:Timeline
Symbol 77 FontUsed by:78 79 80 81
Symbol 78 TextUses:77Used by:87
Symbol 79 TextUses:77Used by:87
Symbol 80 TextUses:77Used by:87
Symbol 81 TextUses:77Used by:87
Symbol 82 FontUsed by:83 84 85
Symbol 83 TextUses:82Used by:86
Symbol 84 TextUses:82Used by:86
Symbol 85 TextUses:82Used by:86
Symbol 86 MovieClipUses:83 84 85Used by:87
Symbol 87 MovieClipUses:78 3 79 80 81 86Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 TextUses:47Used by:Timeline

Instance Names

"zeb"Frame 1Symbol 7 MovieClip
"tree"Frame 1Symbol 9 MovieClip
"tree1"Frame 1Symbol 11 MovieClip
"car"Frame 1Symbol 21 MovieClip
"div"Frame 2Symbol 59 MovieClip
"zeb"Frame 2Symbol 60 MovieClip
"tree"Frame 2Symbol 61 MovieClip
"tree1"Frame 2Symbol 62 MovieClip
"peg"Frame 2Symbol 68 MovieClip
"div"Frame 3Symbol 75 MovieClip
"zeb"Frame 3Symbol 7 MovieClip
"tree"Frame 3Symbol 9 MovieClip
"tree1"Frame 3Symbol 11 MovieClip
"car"Frame 3Symbol 76 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "carloopin"
ExportAssets (56)Timeline Frame 1Symbol 2 as "music"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sndlast"
ExportAssets (56)Timeline Frame 1Symbol 4 as "hhit"
ExportAssets (56)Timeline Frame 2Symbol 4 as "hhit"
ExportAssets (56)Timeline Frame 3Symbol 3 as "sndlast"

Dynamic Text Variables

timeleftSymbol 70 EditableText""
scoreSymbol 74 EditableText""




https://swfchan.com/54/267417/info.shtml
Created: 31/5 -2026 21:08:30 Last modified: 31/5 -2026 21:08:30 Server time: 01/06 -2026 17:40:18