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

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

Car Madness.swf

This is the info page for
Flash #22719

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


Text
Car
Madness

2 Players

4 Players - Bendy Bendy
Championship

1 Player

INstructions

2 player modes

Mini rallys

Car Chase

Capture The Flag

Choose A track

Bendy Bendy

Twirly Whirly

Bumpy Islands

The Long And Winding Road

The Eye

cRAAAAAAAAAAAZY

Go!

Press Enter To start

end

Time:

PLayer 1 wins

With A Time Of:

Back

PLayer 2 wins

Car Chase

P1

P2

Time:

P1

P2

Player 2's
Turn

Player 1

Player 2

Lowest Time wins

Game Finished

FLAg

Player 1: Get The Flag Player 2: Get Him

Base

Player 1: Back To Base Player 2: Get Him

Player 2
Caught Player 1
Player 2
Wins!

Player 1
Caught The Flag
Player 1
Wins!

4 Player

Bendy Bendy Championship

Player 1
Vs
Player  2
First

pLAYER

Wins!

Player 3 and 4 are next

Is Through

VS

The Final!

Wins!

PLAYER 1
Time Trial

Time Trial
Over

How To Play

Player 1

Player 2

Accelerate

UP

w

Left

left

A

Right

Right

d

Brale /
Reverse

down

s

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 46 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(7); } }
Instance of Symbol 50 MovieClip "man" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 5
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 10
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 46 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(7); } }
Instance of Symbol 50 MovieClip "man" in Frame 10
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 10
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 11
stop();
Frame 12
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 46 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(7); } }
Instance of Symbol 50 MovieClip "man" in Frame 12
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 12
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 13
stop();
Frame 14
stop(); lap = 0; lap2 = 0;
Instance of Symbol 43 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 14
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(15); } }
Instance of Symbol 53 MovieClip "man2" in Frame 14
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 15
stop();
Frame 16
stop();
Instance of Symbol 43 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap2 = _root.lap2 + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 16
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(17); } }
Instance of Symbol 53 MovieClip "man2" in Frame 16
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 17
stop();
Frame 19
stop();
Frame 20
stop();
Instance of Symbol 53 MovieClip "man2" in Frame 20
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 50 MovieClip "man" in Frame 20
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(22); } } onClipEvent (enterFrame) { if (this.hitTest(_root.flag)) { _root.gotoAndStop(21); } } onClipEvent (enterFrame) { if (this.hitTest(_root.base)) { _root.gotoAndStop(23); } }
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Frame 25
stop();
Frame 26
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 26
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 26
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(7); } }
Frame 28
stop();
Frame 29
lap = 0; stop();
Instance of Symbol 43 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 29
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 29
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(7); } }
Frame 31
stop();
Frame 32
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 32
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 32
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(7); } }
Frame 33
stop();
Frame 35
stop();
Frame 36
stop();
Instance of Symbol 46 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(37); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(38); } }
Instance of Symbol 50 MovieClip "man" in Frame 36
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 36
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 37
stop(); lamb = 1;
Frame 38
stop(); lamb = 2;
Frame 39
stop();
Instance of Symbol 46 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(40); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(41); } }
Instance of Symbol 50 MovieClip "man" in Frame 39
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 39
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 40
stop(); lamb2 = 3;
Frame 41
stop(); lamb2 = 4;
Frame 42
stop();
Instance of Symbol 46 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(43); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(44); } }
Instance of Symbol 50 MovieClip "man" in Frame 42
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 53 MovieClip "man2" in Frame 42
onClipEvent (enterFrame) { if (Key.isDown(87)) { speed = speed + 2; } if (Key.isDown(83)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(65)) { _rotation = (_rotation - 15); } if (Key.isDown(68)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 43
stop();
Frame 44
stop();
Frame 45
stop();
Frame 46
stop();
Frame 47
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 46 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(48); } }
Instance of Symbol 50 MovieClip "man" in Frame 47
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 48
stop();
Frame 49
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 46 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(48); } }
Instance of Symbol 50 MovieClip "man" in Frame 49
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 50
stop();
Frame 51
stop();
Frame 52
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 52
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(48); } }
Frame 53
stop();
Frame 54
stop();
Frame 55
stop(); lap = 0;
Instance of Symbol 43 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 55
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(48); } }
Frame 56
stop();
Frame 57
stop();
Instance of Symbol 43 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 57
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(48); } }
Frame 58
stop();
Frame 59
stop();
Instance of Symbol 43 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lap = _root.lap + 1; } }
Instance of Symbol 50 MovieClip "man" in Frame 59
onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 15); } if (Key.isDown(39)) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 46 MovieClip in Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(48); } }
Frame 60
stop();
Symbol 5 Button
on (release) { play(); }
Symbol 7 Button
on (release) { gotoAndPlay (35); }
Symbol 9 Button
on (release) { gotoAndPlay (45); }
Symbol 12 Button
on (release) { getURL ("http://www.dohertymark.pwp.blueyonder.co.uk", "_self"); }
Symbol 14 Button
on (release) { gotoAndPlay (60); }
Symbol 17 Button
on (release) { play(); }
Symbol 19 Button
on (release) { gotoAndPlay (13); }
Symbol 21 Button
on (release) { gotoAndPlay (19); }
Symbol 25 Button
on (release) { play(); }
Symbol 27 Button
on (release) { gotoAndPlay (8); }
Symbol 30 Button
on (release) { gotoAndPlay (11); }
Symbol 32 Button
on (release) { gotoAndPlay (25); }
Symbol 34 Button
on (release) { gotoAndPlay (28); }
Symbol 36 Button
on (release) { gotoAndPlay (31); }
Symbol 40 Button
on (keyPress "<Enter>") { play(); }
Symbol 63 Button
on (release) { gotoAndPlay (1); }
Symbol 67 Button
on (release) { gotoAndPlay (9); }
Symbol 128 Button
on (release) { gotoAndPlay (35); }
Symbol 135 Button
on (keyPress "<Enter>") { gotoAndPlay (39); }
Symbol 142 Button
on (keyPress "<Enter>") { gotoAndPlay (42); }
Symbol 152 Button
on (release) { gotoAndPlay (50); }
Symbol 153 Button
on (release) { gotoAndPlay (51); }
Symbol 154 Button
on (release) { gotoAndPlay (54); }
Symbol 155 Button
on (release) { gotoAndPlay (56); }
Symbol 156 Button
on (release) { gotoAndPlay (58); }
Symbol 161 Button
on (keyPress "<Enter>") { gotoAndPlay (49); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 6 8 13 15 16 18 20 23 24 26 28 31 33 35 38 39 45 56 57 59 60 61 62 64 65 66 72 76 77 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 104 106 108 110 113 114 117 121 125 126 127 129 131 132 133 134 136 137 138 139 140 141 143 144 145 146 147 148 149 150 151 157 158 159 160 164 166 168 170 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 TextUses:2Used by:5
Symbol 5 ButtonUses:4Used by:Timeline
Symbol 6 TextUses:2Used by:7
Symbol 7 ButtonUses:6Used by:Timeline
Symbol 8 TextUses:2Used by:9
Symbol 9 ButtonUses:8Used by:Timeline
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:12
Symbol 12 ButtonUses:11Used by:Timeline
Symbol 13 TextUses:2Used by:14
Symbol 14 ButtonUses:13Used by:Timeline
Symbol 15 TextUses:2Used by:Timeline
Symbol 16 TextUses:2Used by:17 22
Symbol 17 ButtonUses:16Used by:Timeline
Symbol 18 TextUses:2Used by:19
Symbol 19 ButtonUses:18Used by:Timeline
Symbol 20 TextUses:2Used by:21  Timeline
Symbol 21 ButtonUses:20Used by:Timeline
Symbol 22 ButtonUses:16Used by:Timeline
Symbol 23 TextUses:2Used by:Timeline
Symbol 24 TextUses:2Used by:25 37
Symbol 25 ButtonUses:24Used by:Timeline
Symbol 26 TextUses:2Used by:27 67 152 162
Symbol 27 ButtonUses:26Used by:Timeline
Symbol 28 TextUses:2Used by:29 30 153 163
Symbol 29 MovieClipUses:28Used by:30 153 163
Symbol 30 ButtonUses:29 28Used by:Timeline
Symbol 31 TextUses:2Used by:32 154 165  Timeline
Symbol 32 ButtonUses:31Used by:Timeline
Symbol 33 TextUses:2Used by:34 155 167  Timeline
Symbol 34 ButtonUses:33Used by:Timeline
Symbol 35 TextUses:2Used by:36 156 169  Timeline
Symbol 36 ButtonUses:35Used by:Timeline
Symbol 37 ButtonUses:24Used by:Timeline
Symbol 38 TextUses:2Used by:40 135 142 161
Symbol 39 TextUses:2Used by:40 135 142 161
Symbol 40 ButtonUses:38 39Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 GraphicUsed by:46
Symbol 45 TextUses:2Used by:46
Symbol 46 MovieClipUses:44 45Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 EditableTextUses:2Used by:Timeline
Symbol 57 TextUses:2Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 EditableTextUses:2Used by:Timeline
Symbol 60 TextUses:2Used by:Timeline
Symbol 61 TextUses:2Used by:Timeline
Symbol 62 TextUses:2Used by:63
Symbol 63 ButtonUses:62Used by:Timeline
Symbol 64 EditableTextUses:2Used by:Timeline
Symbol 65 TextUses:2Used by:Timeline
Symbol 66 EditableTextUses:2Used by:Timeline
Symbol 67 ButtonUses:26Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 EditableTextUses:2Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 EditableTextUses:2Used by:Timeline
Symbol 77 TextUses:2Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:82
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClipUses:79 81Used by:Timeline
Symbol 83 EditableTextUses:2Used by:Timeline
Symbol 84 TextUses:2Used by:Timeline
Symbol 85 EditableTextUses:2Used by:Timeline
Symbol 86 TextUses:2Used by:Timeline
Symbol 87 EditableTextUses:2Used by:Timeline
Symbol 88 TextUses:2Used by:Timeline
Symbol 89 TextUses:2Used by:Timeline
Symbol 90 EditableTextUses:2Used by:Timeline
Symbol 91 TextUses:2Used by:Timeline
Symbol 92 TextUses:2Used by:Timeline
Symbol 93 EditableTextUses:2Used by:Timeline
Symbol 94 EditableTextUses:2Used by:Timeline
Symbol 95 EditableTextUses:2Used by:Timeline
Symbol 96 EditableTextUses:2Used by:Timeline
Symbol 97 TextUses:2Used by:Timeline
Symbol 98 TextUses:2Used by:Timeline
Symbol 99 TextUses:2Used by:Timeline
Symbol 100 TextUses:2Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 GraphicUsed by:105
Symbol 104 TextUses:2Used by:105
Symbol 105 MovieClipUses:103 104Used by:Timeline
Symbol 106 TextUses:2Used by:Timeline
Symbol 107 GraphicUsed by:109
Symbol 108 TextUses:2Used by:109 112
Symbol 109 MovieClipUses:107 108Used by:Timeline
Symbol 110 TextUses:2Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111 108Used by:Timeline
Symbol 113 TextUses:2Used by:Timeline
Symbol 114 TextUses:2Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 EditableTextUses:2Used by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 EditableTextUses:2Used by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 EditableTextUses:2Used by:Timeline
Symbol 126 TextUses:2Used by:Timeline
Symbol 127 TextUses:2Used by:128
Symbol 128 ButtonUses:127Used by:Timeline
Symbol 129 TextUses:2Used by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 TextUses:2Used by:Timeline
Symbol 132 EditableTextUses:2Used by:Timeline
Symbol 133 TextUses:2Used by:Timeline
Symbol 134 TextUses:2Used by:Timeline
Symbol 135 ButtonUses:38 39Used by:Timeline
Symbol 136 EditableTextUses:2Used by:Timeline
Symbol 137 EditableTextUses:2Used by:Timeline
Symbol 138 TextUses:2Used by:Timeline
Symbol 139 EditableTextUses:2Used by:Timeline
Symbol 140 TextUses:2Used by:Timeline
Symbol 141 EditableTextUses:2Used by:Timeline
Symbol 142 ButtonUses:38 39Used by:Timeline
Symbol 143 TextUses:2Used by:Timeline
Symbol 144 EditableTextUses:2Used by:Timeline
Symbol 145 EditableTextUses:2Used by:Timeline
Symbol 146 EditableTextUses:2Used by:Timeline
Symbol 147 EditableTextUses:2Used by:Timeline
Symbol 148 EditableTextUses:2Used by:Timeline
Symbol 149 TextUses:2Used by:Timeline
Symbol 150 EditableTextUses:2Used by:Timeline
Symbol 151 TextUses:2Used by:Timeline
Symbol 152 ButtonUses:26Used by:Timeline
Symbol 153 ButtonUses:29 28Used by:Timeline
Symbol 154 ButtonUses:31Used by:Timeline
Symbol 155 ButtonUses:33Used by:Timeline
Symbol 156 ButtonUses:35Used by:Timeline
Symbol 157 EditableTextUses:2Used by:Timeline
Symbol 158 EditableTextUses:2Used by:Timeline
Symbol 159 TextUses:2Used by:Timeline
Symbol 160 EditableTextUses:2Used by:Timeline
Symbol 161 ButtonUses:38 39Used by:Timeline
Symbol 162 ButtonUses:26Used by:Timeline
Symbol 163 ButtonUses:29 28Used by:Timeline
Symbol 164 EditableTextUses:2Used by:Timeline
Symbol 165 ButtonUses:31Used by:Timeline
Symbol 166 EditableTextUses:2Used by:Timeline
Symbol 167 ButtonUses:33Used by:Timeline
Symbol 168 EditableTextUses:2Used by:Timeline
Symbol 169 ButtonUses:35Used by:Timeline
Symbol 170 EditableTextUses:2Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 TextUses:2Used by:Timeline
Symbol 173 TextUses:2Used by:Timeline
Symbol 174 TextUses:2Used by:Timeline
Symbol 175 TextUses:2Used by:Timeline
Symbol 176 TextUses:2Used by:Timeline
Symbol 177 TextUses:2Used by:Timeline
Symbol 178 TextUses:2Used by:Timeline
Symbol 179 TextUses:2Used by:Timeline
Symbol 180 TextUses:2Used by:Timeline
Symbol 181 TextUses:2Used by:Timeline
Symbol 182 TextUses:2Used by:Timeline
Symbol 183 TextUses:2Used by:Timeline
Symbol 184 TextUses:2Used by:Timeline
Symbol 185 TextUses:2Used by:Timeline
Symbol 186 TextUses:2Used by:Timeline

Instance Names

"man"Frame 5Symbol 50 MovieClip
"man2"Frame 5Symbol 53 MovieClip
"land"Frame 5Symbol 55 MovieClip
"man"Frame 10Symbol 50 MovieClip
"man2"Frame 10Symbol 53 MovieClip
"land"Frame 10Symbol 71 MovieClip
"man"Frame 12Symbol 50 MovieClip
"man2"Frame 12Symbol 53 MovieClip
"land"Frame 12Symbol 75 MovieClip
"man"Frame 14Symbol 50 MovieClip
"man2"Frame 14Symbol 53 MovieClip
"land"Frame 14Symbol 82 MovieClip
"man"Frame 16Symbol 50 MovieClip
"man2"Frame 16Symbol 53 MovieClip
"land"Frame 16Symbol 82 MovieClip
"land"Frame 20Symbol 102 MovieClip
"flag"Frame 20Symbol 105 MovieClip
"man2"Frame 20Symbol 53 MovieClip
"man"Frame 20Symbol 50 MovieClip
"base"Frame 21Symbol 112 MovieClip
"man"Frame 26Symbol 50 MovieClip
"man2"Frame 26Symbol 53 MovieClip
"land"Frame 26Symbol 116 MovieClip
"land"Frame 29Symbol 120 MovieClip
"man"Frame 29Symbol 50 MovieClip
"man2"Frame 29Symbol 53 MovieClip
"man"Frame 32Symbol 50 MovieClip
"man2"Frame 32Symbol 53 MovieClip
"land"Frame 32Symbol 124 MovieClip
"man"Frame 36Symbol 50 MovieClip
"man2"Frame 36Symbol 53 MovieClip
"land"Frame 36Symbol 55 MovieClip
"man"Frame 39Symbol 50 MovieClip
"man2"Frame 39Symbol 53 MovieClip
"land"Frame 39Symbol 55 MovieClip
"man"Frame 42Symbol 50 MovieClip
"man2"Frame 42Symbol 53 MovieClip
"land"Frame 42Symbol 55 MovieClip
"man"Frame 47Symbol 50 MovieClip
"land"Frame 47Symbol 55 MovieClip
"land"Frame 49Symbol 71 MovieClip
"man"Frame 49Symbol 50 MovieClip
"man"Frame 52Symbol 50 MovieClip
"land"Frame 52Symbol 75 MovieClip
"man"Frame 55Symbol 50 MovieClip
"land"Frame 55Symbol 116 MovieClip
"land"Frame 57Symbol 120 MovieClip
"man"Frame 57Symbol 50 MovieClip
"man"Frame 59Symbol 50 MovieClip
"land"Frame 59Symbol 124 MovieClip
"man"Frame 60Symbol 50 MovieClip
"man2"Frame 60Symbol 53 MovieClip
"land"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip

Dynamic Text Variables

lapSymbol 56 EditableText""
lapSymbol 59 EditableText""
lapSymbol 64 EditableText""
lapSymbol 72 EditableText""
lapSymbol 76 EditableText""
lapSymbol 83 EditableText""
lap2Symbol 85 EditableText""
lapSymbol 87 EditableText""
lap2Symbol 90 EditableText""
lapSymbol 93 EditableText""
lap2Symbol 94 EditableText""
lapSymbol 95 EditableText""
lap2Symbol 96 EditableText""
lapSymbol 117 EditableText""
lapSymbol 121 EditableText""
lapSymbol 125 EditableText""
lambSymbol 132 EditableText""
lambSymbol 136 EditableText""
lambSymbol 137 EditableText""
lambSymbol 139 EditableText""
lamb2Symbol 141 EditableText""
lambSymbol 144 EditableText""
lamb2Symbol 145 EditableText""
lambSymbol 146 EditableText""
lamb2Symbol 147 EditableText""
lambSymbol 148 EditableText""
lamb2Symbol 150 EditableText""
lapSymbol 157 EditableText""
lapSymbol 158 EditableText""
lapSymbol 160 EditableText""
lapSymbol 164 EditableText""
lapSymbol 166 EditableText""
lapSymbol 168 EditableText""
lapSymbol 170 EditableText""




http://swfchan.com/5/22719/info.shtml
Created: 26/5 -2019 18:10:28 Last modified: 26/5 -2019 18:10:28 Server time: 08/05 -2024 22:13:20