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

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

Carmageddon.swf

This is the info page for
Flash #25648

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


Text
<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.2dplay.com" target = "_blank">www.2DPlay.com</A></FONT></P>

Loading

presents

Kill them all.
You have 90 seconds of rampage.

Start Game

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.2dplay.com" target = "_blank">More games by 2DPlay.com</A></FONT></P>

Sound

Kills:

Best:

Time:

Restart

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.2dplay.com" target = "_blank">More games by 2DPlay.com</A></FONT></P>

Pause

0

0

0

Time's up!

Play again

Score:

Best score:

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.2dplay.com" target = "_blank">More games by 2DPlay.com</A></FONT></P>

0

0

0

ActionScript [AS1/AS2]

Frame 1
fscommand ("showmenu", false); _root.best = 0; _root.sunet = 1; _root.paused = 0; stop(); logo.onEnterFrame = function () { if (_root.getBytesLoaded() == _root.getBytesTotal()) { this.play(); } else { tgFrame = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); this.progress.gotoAndStop(tgFrame); } };
Frame 2
stop(); son = new Sound(); son.attachSound("muzica"); son1 = new Sound(); son1.attachSound("shot"); son2 = new Sound(); son2.attachSound("shot2"); son3 = new Sound(); son3.attachSound("shot3"); son.setVolume(80); if (_root.kx == null) { son.start(0, 9999); _root.kx = 1; }
Frame 3
stop(); _root.score = 0; bestScTXT.text = _root.best; timpIni = getTimer(); this.onEnterFrame = function () { if (_root.paused == 0) { timpIni = timpIni + dev; if (_root.score > _root.best) { _root.best = _root.score; } scoreTXT.text = _root.score; timpOld = getTimer(); timp = 90 - Math.round((timpOld - timpIni) / 1000); timeTXT.text = timp; dev = 0; if (timp == 0) { _root.gotoAndStop(4); } } else { dev = getTimer() - timpOld; } };
Instance of Symbol 64 MovieClip "car" in Frame 3
onClipEvent (load) { this.gotoAndStop(random(2) + 1); }
Frame 4
stop(); scoreTXT.text = _root.score; delete this.onEnterFrame;
Symbol 12 MovieClip Frame 1
stop();
Symbol 16 MovieClip Frame 63
stop();
Symbol 16 MovieClip Frame 272
_root.gotoAndStop(2);
Symbol 19 MovieClip Frame 1
this.onEnterFrame = function () { if (this.hittest(_root.car)) { _root.car.vy = Math.abs(_root.car.vy); } };
Symbol 20 MovieClip Frame 1
this.onEnterFrame = function () { if (this.hittest(_root.car)) { _root.car.vx = Math.abs(_root.car.vx); } };
Symbol 21 MovieClip Frame 1
this.onEnterFrame = function () { if (this.hittest(_root.car)) { _root.car.vx = -Math.abs(_root.car.vx); } };
Symbol 22 MovieClip Frame 1
this.onEnterFrame = function () { if (this.hittest(_root.car)) { _root.car.vy = -Math.abs(_root.car.vy); } };
Symbol 46 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.paused == 0) { rand = random(4); if (rand == 1) { this.gotoAndPlay("prostu"); delete this.onEnterFrame; } if (rand == 2) { this.gotoAndPlay("prostu2"); delete this.onEnterFrame; } if (rand == 3) { this.gotoAndPlay("prostu3"); delete this.onEnterFrame; } } };
Symbol 46 MovieClip Frame 2
this.onEnterFrame = function () { if (_root.paused == 0) { this.play(); this._x = this._x + vx; this._y = this._y + vy; distx = Math.abs(this._x - _root.car._x); disty = Math.abs(this._y - _root.car._y); dist = Math.sqrt((distx * distx) + (disty * disty)); if (kkx == null) { if (dist < 50) { ran3 = random(6); if (ran3 == 1) { if (_root.sunet == 1) { _root.son1.start(); } } if (ran3 == 2) { if (_root.sunet == 1) { _root.son2.start(); } } vy = -2 * Math.abs(vy); this._rotation = this._rotation + 180; kkx = 1; } } if (this.hittest(_root.car.targ)) { _root.score++; if (_root.sunet == 1) { _root.son3.start(); } this.gotoAndPlay("sange"); } if (this._y >= 410) { _parent.pedNo--; removeMovieClip(this); } if (this._y <= -10) { removeMovieClip(this); _parent.pedNo--; } } else { this.stop(); } };
Symbol 46 MovieClip Frame 13
gotoAndPlay (2);
Symbol 46 MovieClip Frame 14
this.onEnterFrame = function () { if (_root.paused == 0) { this.play(); this._x = this._x + vx; this._y = this._y + vy; distx = Math.abs(this._x - _root.car._x); disty = Math.abs(this._y - _root.car._y); dist = Math.sqrt((distx * distx) + (disty * disty)); if (kkx == null) { if (dist < 50) { ran3 = random(6); if (ran3 == 1) { if (_root.sunet == 1) { _root.son1.start(); } } if (ran3 == 2) { if (_root.sunet == 1) { _root.son2.start(); } } vy = -2 * Math.abs(vy); this._rotation = this._rotation + 180; kkx = 1; } } if (this.hittest(_root.car.targ)) { _root.score++; if (_root.sunet == 1) { _root.son3.start(); } this.gotoAndPlay("sange"); } if (this._y >= 410) { _parent.pedNo--; removeMovieClip(this); } if (this._y <= -10) { removeMovieClip(this); _parent.pedNo--; } } else { this.stop(); } };
Symbol 46 MovieClip Frame 31
gotoAndPlay (14);
Symbol 46 MovieClip Frame 32
this.onEnterFrame = function () { if (_root.paused == 0) { this.play(); this._x = this._x + vx; this._y = this._y + vy; distx = Math.abs(this._x - _root.car._x); disty = Math.abs(this._y - _root.car._y); dist = Math.sqrt((distx * distx) + (disty * disty)); if (kkx == null) { if (dist < 50) { vy = -Math.abs(vy); this._rotation = this._rotation + 180; kkx = 1; } } if (this.hittest(_root.car.targ)) { _root.score++; this.gotoAndPlay("sange"); } if (this._y >= 410) { _parent.pedNo--; removeMovieClip(this); } if (this._y <= -10) { removeMovieClip(this); _parent.pedNo--; } } else { this.stop(); } };
Symbol 46 MovieClip Frame 49
gotoAndPlay (32);
Symbol 46 MovieClip Frame 50
this.onEnterFrame = function () { if (_root.paused == 0) { this.play(); this._x = this._x + vx; this._y = this._y + vy; distx = Math.abs(this._x - _root.car._x); disty = Math.abs(this._y - _root.car._y); dist = Math.sqrt((distx * distx) + (disty * disty)); if (kkx == null) { if (dist < 50) { vy = -Math.abs(vy); this._rotation = this._rotation + 180; kkx = 1; } } if (this.hittest(_root.car.targ)) { _root.score++; this.gotoAndPlay("sange"); } if (this._y >= 410) { _parent.pedNo--; removeMovieClip(this); } if (this._y <= -10) { removeMovieClip(this); _parent.pedNo--; } } else { this.stop(); } };
Symbol 46 MovieClip Frame 67
gotoAndPlay (50);
Symbol 46 MovieClip Frame 69
Symbol 46 MovieClip Frame 70
_parent.pedNo--; delete this.onEnterFrame;
Symbol 46 MovieClip Frame 106
stop(); removeMovieClip(this);
Symbol 47 MovieClip Frame 1
maxPedNo = 40; pedNo = 0; i = 0; this.onEnterFrame = function () { if (_root.paused == 0) { ran = random(10); if (ran == 1) { ran2 = random(2); if (pedNo < maxPedNo) { i++; duplicateMovieClip (ped1, "ped" + i, i); this["ped" + i]._x = random(400) + 75; this["ped" + i]._y = 0; this["ped" + i].vy = random(4) + 2; this["ped" + i].vx = random(7) - 3; this["ped" + i]._rotation = ((-Math.atan(this["ped" + i].vx / this["ped" + i].vy)) * 58) + 90; pedNo++; } } } };
Symbol 53 Button
on (release) { _root.gotoAndStop(3); }
Symbol 57 Button
on (release) { if (_root.sunet == 0) { _root.sunet = 1; _root.son.start(0, 100); } else { _root.sunet = 0; _root.son.stop(); } }
Symbol 64 MovieClip Frame 1
stop(); coolVar = 1; this.onEnterFrame = function () { if (_root.paused == 0) { _x = (_x + vx); _y = (_y + vy); if ((distx != 0) && (disty != 0)) { rot = (-Math.atan(distx / disty)) * 58; if (disty > 0) { rot = rot + 180; } this._rotation = rot; } if (coolVar == 1) { distx = _root._xmouse - _x; disty = _root._ymouse - _y; vx = distx / 10; vy = disty / 10; } } };
Symbol 64 MovieClip Frame 2
stop(); coolVar = 1; this.onEnterFrame = function () { if (_root.paused == 0) { _x = (_x + vx); _y = (_y + vy); if ((distx != 0) && (disty != 0)) { rot = (-Math.atan(distx / disty)) * 58; if (disty > 0) { rot = rot + 180; } this._rotation = rot; } if (coolVar == 1) { distx = _root._xmouse - _x; disty = _root._ymouse - _y; vx = distx / 10; vy = disty / 10; } } };
Symbol 70 Button
on (release) { _root.gotoAndStop(2); }
Symbol 73 Button
on (release) { if (_root.paused == 0) { _root.paused = 1; } else { _root.paused = 0; } }
Symbol 80 Button
on (release) { _root.gotoAndStop(2); }

Library Items

Symbol 1 Sound [shot3]
Symbol 2 Sound [shot2]
Symbol 3 Sound [shot]
Symbol 4 Sound [muzica]
Symbol 5 FontUsed by:6 15 49 52 54 71 79 83
Symbol 6 EditableTextUses:5 7Used by:Timeline
Symbol 7 FontUsed by:6 8 54 55 66 67 68 69 71 72 74 75 76 78 81 82 83 84 85 86
Symbol 8 TextUses:7Used by:16
Symbol 9 ShapeTweeningUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12 70 73
Symbol 12 MovieClipUses:9 10 11Used by:16
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:16
Symbol 15 TextUses:5Used by:16
Symbol 16 MovieClipUses:8 12 14 15Used by:Timeline
Symbol 17 GraphicUsed by:23
Symbol 18 GraphicUsed by:19 20 21 22
Symbol 19 MovieClipUses:18Used by:23
Symbol 20 MovieClipUses:18Used by:23
Symbol 21 MovieClipUses:18Used by:23
Symbol 22 MovieClipUses:18Used by:23
Symbol 23 MovieClipUses:17 19 20 21 22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:46
Symbol 27 GraphicUsed by:46
Symbol 28 GraphicUsed by:46
Symbol 29 GraphicUsed by:46
Symbol 30 GraphicUsed by:46
Symbol 31 GraphicUsed by:46
Symbol 32 GraphicUsed by:46
Symbol 33 GraphicUsed by:46
Symbol 34 GraphicUsed by:46
Symbol 35 GraphicUsed by:46
Symbol 36 GraphicUsed by:46
Symbol 37 GraphicUsed by:46
Symbol 38 GraphicUsed by:46
Symbol 39 GraphicUsed by:46
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 GraphicUsed by:46
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45Used by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 GraphicUsed by:50
Symbol 49 TextUses:5Used by:50
Symbol 50 MovieClipUses:48 49Used by:Timeline
Symbol 51 GraphicUsed by:53 80
Symbol 52 TextUses:5Used by:53
Symbol 53 ButtonUses:51 52Used by:Timeline
Symbol 54 EditableTextUses:5 7Used by:Timeline
Symbol 55 TextUses:7Used by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:55 56Used by:Timeline
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:58 59Used by:64
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:60 62 63Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 TextUses:7Used by:Timeline
Symbol 67 TextUses:7Used by:Timeline
Symbol 68 TextUses:7Used by:Timeline
Symbol 69 TextUses:7Used by:70
Symbol 70 ButtonUses:11 69Used by:Timeline
Symbol 71 EditableTextUses:5 7Used by:Timeline
Symbol 72 TextUses:7Used by:73
Symbol 73 ButtonUses:11 72Used by:Timeline
Symbol 74 EditableTextUses:7Used by:Timeline
Symbol 75 EditableTextUses:7Used by:Timeline
Symbol 76 EditableTextUses:7Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 TextUses:7Used by:Timeline
Symbol 79 TextUses:5Used by:80
Symbol 80 ButtonUses:51 79Used by:Timeline
Symbol 81 TextUses:7Used by:Timeline
Symbol 82 TextUses:7Used by:Timeline
Symbol 83 EditableTextUses:5 7Used by:Timeline
Symbol 84 EditableTextUses:7Used by:Timeline
Symbol 85 EditableTextUses:7Used by:Timeline
Symbol 86 EditableTextUses:7Used by:Timeline

Instance Names

"logo"Frame 1Symbol 16 MovieClip
"car"Frame 3Symbol 64 MovieClip
"scoreTXT"Frame 3Symbol 74 EditableText
"bestScTXT"Frame 3Symbol 75 EditableText
"timeTXT"Frame 3Symbol 76 EditableText
"scoreTXT"Frame 4Symbol 84 EditableText
"bestScTXT"Frame 4Symbol 85 EditableText
"timeTXT"Frame 4Symbol 86 EditableText
"progress"Symbol 16 MovieClip Frame 1Symbol 12 MovieClip
"ped1"Symbol 47 MovieClip Frame 1Symbol 46 MovieClip
"targ"Symbol 64 MovieClip Frame 1Symbol 62 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "shot3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "shot2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 4 as "muzica"

Labels

"baba"Symbol 46 MovieClip Frame 2
"prostu"Symbol 46 MovieClip Frame 14
"prostu2"Symbol 46 MovieClip Frame 32
"prostu3"Symbol 46 MovieClip Frame 50
"sange"Symbol 46 MovieClip Frame 69




http://swfchan.com/6/25648/info.shtml
Created: 23/5 -2019 11:56:57 Last modified: 23/5 -2019 11:56:57 Server time: 18/05 -2024 02:53:18