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

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

Foot Racer.swf

This is the info page for
Flash #42708

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


Text
10                                      20                                      30                                      40                                       50                                      60                                      70                                      80                                      90                                      100

LIGHTFORCE & X-GIRL

FREESTUFF.GR

<p align="left"><font face="Tahoma" size="14" color="#0066ff"><a href="http://www.thepcmanwebsite.com/affiliate_games.shtml" target = "_top"><b>Get FREE Games For Your Site</b></a></font></p>

<p align="left"><font face="Tahoma" size="14" color="#ff0000"><a href="http://www.thepcmanwebsite.com" target = "_top"><b><i>The PCman Website</i></b></a></font></p>

FOOT RACER

GET READY

SET

GO

00

00

00

Computer

00

00

00

Player

REPLAY

REPLAY

ActionScript [AS1/AS2]

Frame 1
function restartTimer() { minutesCpu = "00"; minutesPlayer = "00"; secondsCpu = "00"; secondsPlayer = "00"; milliCpu = "00"; milliPlayer = "00"; buttonPressTime = (getTimer() / 1000) - pauseLength; pauseCpu(); pausePlayer(); } function pauseCpu() { pauseTime = getTimer() / 1000; timingCpu = false; } function pausePlayer() { pauseTime = getTimer() / 1000; timingPlayer = false; } stop(); speedCpu = 1.8; speedPlayer = 1.8; maxCpu = 10; maxPlayer = 10; mysound = new Sound(_root.getreadysetgo); mysound.attachSound("go"); mysound.setVolume(100); mysound.start(0, 100); replay._visible = false; _root.onEnterFrame = function () { totalTime = (getTimer() / 1000) - pauseLength; goTime = totalTime - buttonPressTime; if (timingCpu) { hoursCpu = Math.floor(goTime / 3600); minutesCpu = Math.floor(((goTime / 3600) - hoursCpu) * 60); secondsCpu = Math.floor(((((goTime / 3600) - hoursCpu) * 60) - minutesCpu) * 60); milliCpu = Math.floor((gotime - ((secondsCpu + (minutesCpu * 60)) + (hoursCpu * 3600))) * 100); if (secondsCpu < 10) { secondsCpu = "0" + secondsCpu; } if (minutesCpu < 10) { minutesCpu = "0" + minutesCpu; } if (milliCpu < 10) { milliCpu = "0" + milliCpu; } } if (timingPlayer) { hoursPlayer = Math.floor(goTime / 3600); minutesPlayer = Math.floor(((goTime / 3600) - hoursPlayer) * 60); secondsPlayer = Math.floor(((((goTime / 3600) - hoursPlayer) * 60) - minutesPlayer) * 60); milliPlayer = Math.floor((gotime - ((secondsPlayer + (minutesPlayer * 60)) + (hoursPlayer * 3600))) * 100); if (secondsPlayer < 10) { secondsPlayer = "0" + secondsPlayer; } if (minutesPlayer < 10) { minutesPlayer = "0" + minutesPlayer; } if (milliPlayer < 10) { milliPlayer = "0" + milliPlayer; } } };
Instance of Symbol 27 MovieClip "Player" in Frame 1
onClipEvent (load) { frame = 2; gotoAndStop(frame); } onClipEvent (keyUp) { if (_root.gamePlayer == true) { _root.speedPlayer = _root.speedPlayer + 0.8; } } onClipEvent (enterFrame) { if (_root.gamePlayer == true) { if (Key.isDown(32)) { gotoAndStop(frame++); if (frame > 5) { frame = 1; } } if (_root.speedPlayer > _root.maxPlayer) { _root.speedPlayer = _root.maxPlayer; _root.maxPlayer = _root.maxPlayer + 0.08; } _root.lanePlayer._x = _root.lanePlayer._x - _root.speedPlayer; if (_root.speedPlayer > 0) { _root.speedPlayer = _root.speedPlayer - 0.2; } else { _root.speedPlayer = 0; } if (_root.lanePlayer._x < -2910) { _root.gamePlayer = false; _root.pausePlayer(); _root.mysound.stop(); _root.replay._visible = true; } } }
Instance of Symbol 27 MovieClip "Cpu" in Frame 1
onClipEvent (load) { frame = 2; gotoAndStop(frame); } onClipEvent (enterFrame) { if (_root.gameCpu == true) { num++; if (_root.speedCpu > _root.maxCpu) { _root.speedCpu = _root.maxCpu; } if (random(20) == 10) { _root.maxCpu = _root.maxCpu + 0.1; } if (num == 2) { gotoAndStop(frame++); if (frame > 5) { frame = 1; } num = 0; } _root.laneCpu._x = _root.laneCpu._x - _root.speedCpu; _root.speedCpu = _root.speedCpu + 0.1; if (_root.laneCpu._x < -2910) { _root.gameCpu = false; _root.pauseCpu(); } } }
Symbol 33 MovieClip Frame 73
_root.gameCpu = true; _root.gamePlayer = true; _root.restartTimer(); _root.timingCpu = true; _root.timingPlayer = true;
Symbol 33 MovieClip Frame 96
stop(); _root.mysound.stop(); _root.mysound.attachSound("cheer"); _root.mysound.start(0, 100);
Symbol 45 Button
on (press) { _root.restartTimer(); _root.gameCpu = false; _root.gamePlayer = false; _root.laneCpu._x = 0; _root.lanePlayer._x = 0; _root.speedCpu = 0.8; _root.speedPlayer = 0.8; _root.getreadytext.gotoAndPlay(1); _root.mysound.attachSound("go"); _root.mysound.start(0, 100); _root.maxCpu = 10; _root.maxPlayer = 10; replay._visible = false; _root.Cpu.gotoAndStop(2); _root.Player.gotoAndStop(2); }

Library Items

Symbol 1 Sound [go]
Symbol 2 Sound [cheer]
Symbol 3 GraphicUsed by:9
Symbol 4 FontUsed by:5 8 29 31 32
Symbol 5 TextUses:4Used by:9
Symbol 6 FontUsed by:7 10 12 34 35 36 37 38 39 40 41 42 43
Symbol 7 TextUses:6Used by:9
Symbol 8 TextUses:4Used by:9
Symbol 9 MovieClipUses:3 5 7 8Used by:Timeline
Symbol 10 EditableTextUses:6 11Used by:Timeline
Symbol 11 FontUsed by:10 12
Symbol 12 EditableTextUses:6 11Used by:Timeline
Symbol 13 FontUsed by:14
Symbol 14 TextUses:13Used by:Timeline
Symbol 15 TextUsed by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:27
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:27
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:27
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:27
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 MovieClipUses:18 20 22 24 26Used by:Timeline
Symbol 28 MovieClipUsed by:Timeline
Symbol 29 TextUses:4Used by:30
Symbol 30 MovieClipUses:29Used by:33
Symbol 31 TextUses:4Used by:33
Symbol 32 TextUses:4Used by:33
Symbol 33 MovieClipUses:30 31 32Used by:Timeline
Symbol 34 EditableTextUses:6Used by:Timeline
Symbol 35 EditableTextUses:6Used by:Timeline
Symbol 36 EditableTextUses:6Used by:Timeline
Symbol 37 TextUses:6Used by:Timeline
Symbol 38 EditableTextUses:6Used by:Timeline
Symbol 39 EditableTextUses:6Used by:Timeline
Symbol 40 EditableTextUses:6Used by:Timeline
Symbol 41 TextUses:6Used by:Timeline
Symbol 42 TextUses:6Used by:45
Symbol 43 TextUses:6Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:42 43 44Used by:Timeline

Instance Names

"laneCpu"Frame 1Symbol 9 MovieClip
"lanePlayer"Frame 1Symbol 9 MovieClip
"Player"Frame 1Symbol 27 MovieClip
"Cpu"Frame 1Symbol 27 MovieClip
"getreadysetgo"Frame 1Symbol 28 MovieClip
"getreadytext"Frame 1Symbol 33 MovieClip
"replay"Frame 1Symbol 45 Button

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$mt$UlBzHd57v5xKs3qcVJ9ia0."
ExportAssets (56)Timeline Frame 1Symbol 1 as "go"
ExportAssets (56)Timeline Frame 1Symbol 2 as "cheer"

Dynamic Text Variables

_root.minutesCpuSymbol 34 EditableText"00"
_root.secondsCpuSymbol 35 EditableText"00"
_root.milliCpuSymbol 36 EditableText"00"
_root.minutesPlayerSymbol 38 EditableText"00"
_root.secondsPlayerSymbol 39 EditableText"00"
_root.milliPlayerSymbol 40 EditableText"00"




http://swfchan.com/9/42708/info.shtml
Created: 9/5 -2019 19:29:00 Last modified: 9/5 -2019 19:29:00 Server time: 21/05 -2024 23:45:50