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

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

New Car Net Racer.swf

This is the info page for
Flash #22211

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


Text
practice lap

play 5 lap race

play 10 lap race

visit new car net

quit

visit new car net

visit new car net

play 5 lap race

play 5 lap race

practice lap

practice lap

play 10 lap race

play 10 lap race

quit

quit

menu

menu

click the start arrow on the road to begin

practice lap

5 lap race

10 lap race

quit

quit

steer by moving the mouse around your red car
the distance of the mouse from your car controls your speed

start

0

your laps --

computer laps --

0

0

0

'm' for menu

'r' to restart

0

0

0

0

'm' to return to menu

'r' to restart race

0

0

practice lAP over

PDM (C) 2001

0

0

you win !

computer car wins !

ncn racer code/design copyright (c) 2001

www.netro42.com

ActionScript [AS1/AS2]

Frame 4
loadedFrames = getProperty("_root", _framesloaded); totalFrames = getProperty("_root", _totalframes); if (Number(loadedFrames) < Number(totalFrames)) { gotoAndPlay (2); }
Frame 5
mouse.show(); fscommand ("showmenu", "false"); fscommand ("allowscale", "false"); mode = "1"; stop();
Frame 6
if (mode == 1) { tellTarget ("modes") { gotoAndStop (1); }; } if (mode == 10) { tellTarget ("modes") { gotoAndStop (10); }; } if (mode == 25) { tellTarget ("modes") { gotoAndStop (20); }; } mouse.hide(); glue = 0; cheat = 0; pract = 0; lap = 0; complap = 0; clap = 0; y = -826; x = -206; setProperty("_root.mainmap", _x , x); setProperty("_root.mainmap", _y , y); setProperty("_root.sportcar", _x , x); setProperty("_root.sportcar", _y , y); setProperty("/maincar", _rotation , 60); setProperty("_root.cursor one", _x , _xmouse); setProperty("_root.cursor one", _y , _ymouse); mousex = _xmouse - 300; mousey = _ymouse - 200; thetaRad = Math.atan2(mousey, mousex); thetaDeg = (thetaRad * 180) / Math.PI; thetaInt = Math.round(thetaDeg); mousexInt = Math.round(mousex); mouseyInt = Math.round(mousey); tellTarget ("_root.maincar") { gotoAndStop (1); }; tellTarget ("_root.mainmap.sportcar") { gotoAndStop (1); };
Frame 7
gotoAndPlay (6);
Frame 11
mouse.hide();
Frame 42
tellTarget ("_root.mainmap.sportcar") { gotoAndPlay (38); };
Frame 43
mousex = _xmouse - 300; mousey = _ymouse - 200; thetaRad = Math.atan2(mousey, mousex); thetaDeg = (thetaRad * 180) / Math.PI; lineClip._rotation = thetaDeg; thetaInt = Math.round(thetaDeg); mousexInt = Math.round(mousex); mouseyInt = Math.round(mousey); setProperty("/maincar", _rotation , thetaDeg); setProperty("cursor", _rotation , thetaDeg); setProperty("cursor", _x , _xmouse); setProperty("cursor", _y , _ymouse); setProperty("_root.mainmap", _x , x); setProperty("_root.mainmap", _y , y); setProperty("_root.sportcar", _x , x); setProperty("_root.sportcar", _y , y); if ((clap == 0) and (_root.mainmap.halfcheck.hitTest(maincar._x, maincar._y, true) ne "false")) { clap = 1; } if ((clap == 1) and (_root.mainmap.check3.hitTest(maincar._x, maincar._y, true) ne "false")) { clap = 1.5; } if ((clap == 1.5) and (_root.mainmap.fincheck.hitTest(maincar._x, maincar._y, true) ne "false")) { clap = 2; } if (pract == 1) { gotoAndPlay (171); } if (pract == 10) { gotoAndPlay (211); } if (pract == 25) { gotoAndPlay (211); } if (pract == 26) { gotoAndPlay (251); } if (pract == 11) { gotoAndPlay (251); } if (_root.mainmap.mask.hitTest(maincar._x, maincar._y, true) ne "true") { glue = 50; cheat = cheat + 1; x = x - (mousexInt / (8 + glue)); y = y - (mouseyInt / (8 + glue)); setProperty("_root.maincar", _y , 200 + random(4)); } if (_root.mainmap.mask.hitTest(maincar._x, maincar._y, true) ne "false") { x = x - (mousexInt / (8 + glue)); y = y - (mouseyInt / (8 + glue)); setProperty("_root.maincar", _y , 200); glue = glue - 10; cheat = 0; if (glue < 1) { glue = 0; } } if ((((_root.mainmap.sportcar.secondcar.hitTest(maincar._x - 10, maincar._y - 5, true) ne "false") or (_root.mainmap.sportcar.secondcar.hitTest(maincar._x + 10, maincar._y - 5, true) ne "false")) or (_root.mainmap.sportcar.hitTest(maincar._x - 10, maincar._y + 5, true) ne "false")) or (_root.mainmap.sportcar.hitTest(maincar._x + 10, maincar._y + 5, true) ne "false")) { glue = 250; tellTarget ("_root.maincar") { gotoAndPlay (42); }; } if ((0 < glue) and ((((_root.mainmap.sportcar.secondcar.hitTest(maincar._x - 10, maincar._y - 5, true) ne "true") and (_root.mainmap.sportcar.secondcar.hitTest(maincar._x + 10, maincar._y - 5, true) ne "true")) and (_root.mainmap.sportcar.hitTest(maincar._x - 10, maincar._y + 5, true) ne "true")) and (_root.mainmap.sportcar.hitTest(maincar._x + 10, maincar._y + 5, true) ne "true"))) { glue = glue - 10; } if (60 < cheat) { gotoAndPlay (46); }
Frame 44
if (clap == 2) { lap = lap + 1; if ((lap == 1) and (mode == 1)) { pract = 1; } if (((lap == 5) and (mode == 10)) and (complap < 5)) { pract = 10; } if (((lap == 10) and (mode == 25)) and (complap < 10)) { pract = 25; } clap = 0; } if ((mode == 25) and (complap == 10)) { pract = 26; } if ((mode == 10) and (complap == 5)) { pract = 11; } gotoAndPlay (43);
Frame 46
stopAllSounds(); cheat = 0; tellTarget ("_root.maincar") { gotoAndPlay (2); };
Frame 90
y = -150; x = 100; complaps = 0; stopAllSounds(); gotoAndPlay (156);
Frame 91
stopAllSounds(); tellTarget ("_root.maincar") { gotoAndPlay (40); };
Frame 139
complaps = 0; gotoAndPlay (156);
Frame 155
gotoAndPlay (5);
Frame 170
gotoAndPlay (6);
Frame 210
pract = 0; gotoAndPlay (5);
Frame 250
pract = 0; gotoAndPlay (5);
Frame 290
pract = 0; gotoAndPlay (5);
Frame 291
mouse.show();
Frame 428
getURL ("javascript:tmt_winControl('self','close()')");
Symbol 24 Button
on (release) { getURL ("http://www.newcarnet.co.uk", "_blank"); }
Symbol 27 Button
on (release) { mode = 10; gotoAndPlay (6); }
Symbol 30 Button
on (release) { mode = 1; gotoAndPlay (6); }
Symbol 33 Button
on (release) { mode = 25; gotoAndPlay (6); }
Symbol 36 Button
on (release) { gotoAndPlay (291); }
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 457
tellTarget ("_root") { complap = Number(complap) + 1; }; gotoAndPlay (38);
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 39
stop();
Symbol 86 MovieClip Frame 43
stop();
Symbol 91 Button
on (release) { gotoAndPlay (5); }
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 10
stop();
Symbol 96 MovieClip Frame 20
stop();
Symbol 99 Button
on (release) { gotoAndPlay (291); }
Symbol 106 Button
on (release) { gotoAndPlay (11); }
Symbol 111 Button
on (release) { gotoAndPlay (1); }
Symbol 121 Button
on (keyPress "m") { stopAllSounds(); gotoAndPlay (140); } on (keyPress "r") { stopAllSounds(); gotoAndPlay (156); }
Symbol 145 Button
on (release) { getURL ("http://www.netro42.com", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:12
Symbol 2 GraphicUsed by:12
Symbol 3 GraphicUsed by:12
Symbol 4 GraphicUsed by:12
Symbol 5 GraphicUsed by:12
Symbol 6 GraphicUsed by:12
Symbol 7 GraphicUsed by:12
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12 87 91 99 111 121
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:1 2 3 4 5 6 7 8 9 10 11Used by:Timeline
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:Timeline
Symbol 15 FontUsed by:16 17 18 19 20 22 23 25 26 28 29 31 32 34 35 113 114 115 116 117 118 122 123 124 125 129 130 131 132 133 134 135 138 139 140 141 143 144
Symbol 16 TextUses:15Used by:Timeline
Symbol 17 TextUses:15Used by:Timeline
Symbol 18 TextUses:15Used by:Timeline
Symbol 19 TextUses:15Used by:Timeline
Symbol 20 TextUses:15Used by:Timeline
Symbol 21 GraphicUsed by:24 27 30 33 36
Symbol 22 TextUses:15Used by:24
Symbol 23 TextUses:15Used by:24
Symbol 24 ButtonUses:21 22 23Used by:Timeline
Symbol 25 TextUses:15Used by:27
Symbol 26 TextUses:15Used by:27
Symbol 27 ButtonUses:21 25 26Used by:Timeline
Symbol 28 TextUses:15Used by:30
Symbol 29 TextUses:15Used by:30
Symbol 30 ButtonUses:21 28 29Used by:Timeline
Symbol 31 TextUses:15Used by:33
Symbol 32 TextUses:15Used by:33
Symbol 33 ButtonUses:21 31 32Used by:Timeline
Symbol 34 TextUses:15Used by:36
Symbol 35 TextUses:15Used by:36
Symbol 36 ButtonUses:21 34 35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:50
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:50
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:50
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:50
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:50
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:48Used by:50
Symbol 50 MovieClipUses:38 40 42 44 46 49Used by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:86
Symbol 53 GraphicUsed by:86
Symbol 54 SoundUsed by:86
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:86
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:86
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:86
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:86
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:86
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:86
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:86
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:86
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:86
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:86
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:86
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:86
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:86
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:86
Symbol 83 GraphicUsed by:86
Symbol 84 SoundUsed by:86
Symbol 85 SoundUsed by:86
Symbol 86 MovieClipUses:52 53 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 83 84 85Used by:Timeline
Symbol 87 MovieClipUses:10Used by:91 99 111 121
Symbol 88 FontUsed by:89 90 92 93 94 95 97 98 100
Symbol 89 TextUses:88Used by:91 111
Symbol 90 TextUses:88Used by:91 111
Symbol 91 ButtonUses:87 89 90 10Used by:Timeline
Symbol 92 TextUses:88Used by:Timeline
Symbol 93 TextUses:88Used by:96
Symbol 94 TextUses:88Used by:96
Symbol 95 TextUses:88Used by:96
Symbol 96 MovieClipUses:93 94 95Used by:Timeline
Symbol 97 TextUses:88Used by:99
Symbol 98 TextUses:88Used by:99
Symbol 99 ButtonUses:87 97 98 10Used by:Timeline
Symbol 100 TextUses:88Used by:Timeline
Symbol 101 GraphicUsed by:106
Symbol 102 GraphicUsed by:106
Symbol 103 FontUsed by:104
Symbol 104 TextUses:103Used by:106
Symbol 105 GraphicUsed by:106
Symbol 106 ButtonUses:101 102 104 105Used by:Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 SoundUsed by:Timeline
Symbol 111 ButtonUses:87 89 90 10Used by:Timeline
Symbol 112 SoundUsed by:Timeline
Symbol 113 EditableTextUses:15Used by:Timeline
Symbol 114 TextUses:15Used by:Timeline
Symbol 115 TextUses:15Used by:Timeline
Symbol 116 EditableTextUses:15Used by:Timeline
Symbol 117 EditableTextUses:15Used by:Timeline
Symbol 118 EditableTextUses:15Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 ButtonUses:87 10Used by:Timeline
Symbol 122 TextUses:15Used by:Timeline
Symbol 123 TextUses:15Used by:Timeline
Symbol 124 EditableTextUses:15Used by:Timeline
Symbol 125 EditableTextUses:15Used by:Timeline
Symbol 126 SoundUsed by:Timeline
Symbol 127 GraphicUsed by:128 145
Symbol 128 MovieClipUses:127Used by:145  Timeline
Symbol 129 EditableTextUses:15Used by:Timeline
Symbol 130 EditableTextUses:15Used by:Timeline
Symbol 131 TextUses:15Used by:Timeline
Symbol 132 TextUses:15Used by:Timeline
Symbol 133 EditableTextUses:15Used by:Timeline
Symbol 134 EditableTextUses:15Used by:Timeline
Symbol 135 TextUses:15Used by:Timeline
Symbol 136 FontUsed by:137
Symbol 137 TextUses:136Used by:Timeline
Symbol 138 EditableTextUses:15Used by:Timeline
Symbol 139 EditableTextUses:15Used by:Timeline
Symbol 140 TextUses:15Used by:Timeline
Symbol 141 TextUses:15Used by:Timeline
Symbol 142 GraphicUsed by:145  Timeline
Symbol 143 TextUses:15Used by:145  Timeline
Symbol 144 TextUses:15Used by:145  Timeline
Symbol 145 ButtonUses:128 142 143 144 127Used by:Timeline

Instance Names

"mainmap"Frame 6Symbol 50 MovieClip
"maincar"Frame 6Symbol 86 MovieClip
"modes"Frame 6Symbol 96 MovieClip
"cursor one"Frame 6Symbol 109 MovieClip
"cursor"Frame 43Symbol 120 MovieClip
"secondcar"Symbol 49 MovieClip Frame 1Symbol 48 MovieClip
"fincheck"Symbol 50 MovieClip Frame 1Symbol 38 MovieClip
"check3"Symbol 50 MovieClip Frame 1Symbol 40 MovieClip
"halfcheck"Symbol 50 MovieClip Frame 1Symbol 42 MovieClip
"mask"Symbol 50 MovieClip Frame 1Symbol 44 MovieClip
"sportcar"Symbol 50 MovieClip Frame 1Symbol 49 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"start"Frame 6
"again"Frame 11
"drive"Frame 43
"blowup"Frame 46
"crash"Frame 91
"end"Frame 140
"rest"Frame 156
"practfin"Frame 171
"youwin"Frame 211
"compwin"Frame 251

Dynamic Text Variables

lapSymbol 113 EditableText"0"
complapSymbol 116 EditableText"0"
lapSymbol 117 EditableText"0"
complapSymbol 118 EditableText"0"
lapSymbol 124 EditableText"0"
complapSymbol 125 EditableText"0"
lapSymbol 129 EditableText"0"
complapSymbol 130 EditableText"0"
lapSymbol 133 EditableText"0"
complapSymbol 134 EditableText"0"
lapSymbol 138 EditableText"0"
complapSymbol 139 EditableText"0"




http://swfchan.com/5/22211/info.shtml
Created: 27/5 -2019 01:41:28 Last modified: 27/5 -2019 01:41:28 Server time: 09/05 -2024 19:58:08