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

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

Rocket Car.swf

This is the info page for
Flash #12986

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


Text
?

ROCKET CAR

PLAY

CREDITS

INSTRUCTIONS

PLAY MORE GAMES

Designed By

Tested By
Ahri
Julian
CorkySurprise
Clairy Fairy
Jon

BACK

ROCKETCAR

It's arrow keys to move. When you play the game
look at the red stuff. It's rocket fuel for your car
Press up to use it.
The golden fuel gives you a full tank for a limited period
Avoid the bad stuff. It's pretty much anything that moves.
-  If you get stuck, hit the reset button
- Have fun

omg i found my spice girls cd

<p align="left"><font face="Casual Marker MF" size="27" color="#ffffff" letterSpacing="0.000000" kerning="1">level 1</font></p>

and we're done

thanks for playing

ActionScript [AS1/AS2]

Frame 1
function goTo() { getURL ("http://www.MoFunZone.com"); } stop(); var newMenu = new ContextMenu(); newMenu.hideBuiltInItems(); newMenu.customItems.push(new ContextMenuItem("MoFunZone.com - Play More Games", goTo)); this.menu = newMenu;
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 165 MovieClip in Frame 3
on (release) { getURL ("http://www.myspace.com/olliegreen", "_blank"); }
Frame 4
stop();
Instance of Symbol 176 MovieClip in Frame 4
onClipEvent (load) { stop(); mode = 1; } on (rollOver) { mode = 2; } on (rollOut) { mode = 1; } onClipEvent (enterFrame) { if (mode == 2) { if (!(_currentframe === _totalframes)) { this.play(); } } if (mode == 1) { this.prevFrame(); } } on (press) { stopAllSounds(); _root.frameTarget = "game"; _root.fade.play(); }
Instance of Symbol 182 MovieClip in Frame 4
onClipEvent (load) { stop(); mode = 1; } on (rollOver) { mode = 2; } on (rollOut) { mode = 1; } onClipEvent (enterFrame) { if (mode == 2) { if (!(_currentframe === _totalframes)) { this.play(); } } if (mode == 1) { this.prevFrame(); } } on (press) { _root.frameTarget = "credits"; _root.fade.play(); }
Instance of Symbol 188 MovieClip in Frame 4
onClipEvent (load) { stop(); mode = 1; } on (rollOver) { mode = 2; } on (rollOut) { mode = 1; } onClipEvent (enterFrame) { if (mode == 2) { if (!(_currentframe === _totalframes)) { this.play(); } } if (mode == 1) { this.prevFrame(); } } on (press) { _root.frameTarget = "instructions"; _root.fade.play(); }
Instance of Symbol 192 MovieClip in Frame 4
onClipEvent (load) { stop(); mode = 1; } on (rollOver) { mode = 2; } on (rollOut) { mode = 1; } onClipEvent (enterFrame) { if (mode == 2) { if (!(_currentframe === _totalframes)) { this.play(); } } if (mode == 1) { this.prevFrame(); } } on (press) { getURL ("http://www.mofunzone.com/", "_blank"); }
Instance of Symbol 195 MovieClip in Frame 4
on (press) { getURL ("http://www.mofunzone.com/", "_blank"); }
Frame 5
stop();
Instance of Symbol 205 MovieClip in Frame 5
on (press) { _root.frameTarget = "menu"; _root.fade.play(); }
Frame 6
stop();
Frame 7
function nl() { fuel = 0; hud.fakefuel = 0; hud.unlimited = false; level++; _root.gotoAndStop(level + 6); } function reset() { _root.flameS.stop(); fuel = 0; hud.fakefuel = 0; hud.unlimited = false; button1 = false; button2 = false; button3 = false; button4 = false; button5 = false; button6 = false; button6 = false; button7 = false; button8 = false; button9 = false; button10 = false; mode = "reset"; fade.gotoAndPlay(19); } depthHolder = 0; fuel = 0; if (mmc == undefined) { _root.attachMovie("mmc", "mmc", 99999); } level = 1; _root.flameS = new Sound(car); _root.flameS.attachSound("flame"); stop();
Instance of Symbol 222 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 262 MovieClip "car" in Frame 7
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } InAirCauseJet = false; _visible = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 267 MovieClip "hud" in Frame 7
onClipEvent (load) { function un() { time = 0; unlimited = true; } unlimited = false; fakefuel = _root.fuel; time = 0; duration = 200; } onClipEvent (enterFrame) { _root.levelName = "level " + _root.level; if (fakefuel < _root.fuel) { fakefuel++; } if (fakefuel > _root.fuel) { fakefuel--; } this.gotoAndStop(fakefuel); if (fakefuel == 0) { this.gotoAndStop(1); } if (unlimited) { _root.fuel = Infinity; fakefuel = Infinity; time++; if (time > duration) { time = 0; _root.fuel = 0; fakefuel = 0; unlimited = false; } this.gotoAndStop(100 - ((time / duration) * 100)); } if (_root.car.dead) { _root.car.yvel = 0; _root.vy = 0; _root.car.vx = 0; _root.car._rotation = 0; } }
Instance of Symbol 269 MovieClip in Frame 7
on (press) { _root.reset(); }
Instance of Symbol 195 MovieClip in Frame 7
on (press) { getURL ("http://www.mofunzone.com/", "_blank"); }
Instance of Symbol 294 MovieClip "carb" in Frame 7
onClipEvent (enterFrame) { _x = _root.car._x; _y = _root.car._y; if (!_root.car.jet) { _rotation = _root.car.Angle; } if (_root.car.jet) { flame._visible = true; _rotation = 0; } else { flame._visible = false; } if (_root.car.dead) { this.gotoAndStop(2); } }
Instance of Symbol 297 MovieClip "fade" in Frame 7
onClipEvent (load) { _x = 350; _y = 200; }
Instance of Symbol 298 MovieClip in Frame 7
onClipEvent (enterFrame) { if (_root.fade._currentframe == 20) { if (this.hitTest(_root.car)) { _root.reset(); } } }
Instance of Symbol 256 MovieClip in Frame 8
onClipEvent (load) { }
Instance of Symbol 262 MovieClip "car" in Frame 8
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } InAirCauseJet = false; _visible = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 294 MovieClip "carb" in Frame 8
onClipEvent (enterFrame) { _x = _root.car._x; _y = _root.car._y; if (!_root.car.jet) { _rotation = _root.car.Angle; } if (_root.car.jet) { flame._visible = true; _rotation = 0; } else { flame._visible = false; } if (_root.car.dead) { this.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip "car" in Frame 9
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 294 MovieClip "carb" in Frame 9
onClipEvent (enterFrame) { _x = _root.car._x; _y = _root.car._y; if (!_root.car.jet) { _rotation = _root.car.Angle; } if (_root.car.jet) { flame._visible = true; _rotation = 0; } else { flame._visible = false; } if (_root.car.dead) { this.gotoAndStop(2); } }
Instance of Symbol 256 MovieClip in Frame 10
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 10
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 10
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 10
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 335 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 313 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 11
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 11
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 222 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 262 MovieClip "car" in Frame 12
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 256 MovieClip in Frame 13
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 13
/* no clip actions */
Instance of Symbol 347 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 262 MovieClip "car" in Frame 13
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 256 MovieClip in Frame 14
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 14
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 14
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 313 MovieClip in Frame 15
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 15
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 16
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 16
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 359 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 256 MovieClip in Frame 17
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 17
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 17
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 17
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 17
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 17
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 17
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 262 MovieClip "car" in Frame 18
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 375 MovieClip in Frame 19
onClipEvent (load) { _root.button1 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button1 = true; this.gotoAndStop(2); } }
Instance of Symbol 375 MovieClip in Frame 19
onClipEvent (load) { _root.button2 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button2 = true; this.gotoAndStop(2); } }
Instance of Symbol 375 MovieClip in Frame 19
onClipEvent (load) { _root.button3 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button3 = true; this.gotoAndStop(2); } }
Instance of Symbol 313 MovieClip in Frame 19
onClipEvent (load) { duration = 220; }
Instance of Symbol 222 MovieClip in Frame 19
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if ((_root.button1 and _root.button2) and _root.button3) { _visible = true; if (_visible) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } } } }
Instance of Symbol 262 MovieClip "car" in Frame 19
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 222 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 262 MovieClip "car" in Frame 20
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 389 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 390 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 391 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 313 MovieClip in Frame 21
onClipEvent (load) { duration = 150; }
Instance of Symbol 262 MovieClip "car" in Frame 21
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 313 MovieClip in Frame 22
onClipEvent (load) { duration = 80; }
Instance of Symbol 347 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 262 MovieClip "car" in Frame 22
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 399 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 399 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 262 MovieClip "car" in Frame 23
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 256 MovieClip in Frame 24
/* no clip actions */
Instance of Symbol 375 MovieClip in Frame 24
onClipEvent (load) { _root.button4 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button4 = true; this.gotoAndStop(2); } }
Instance of Symbol 375 MovieClip in Frame 24
onClipEvent (load) { _root.button5 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button5 = true; this.gotoAndStop(2); } }
Instance of Symbol 222 MovieClip in Frame 24
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.button4 and _root.button5) { _visible = true; if (_visible) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } } } }
Instance of Symbol 256 MovieClip in Frame 24
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 24
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 24
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 313 MovieClip in Frame 25
onClipEvent (load) { duration = 240; }
Instance of Symbol 375 MovieClip in Frame 25
onClipEvent (load) { _root.button5 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button5 = true; this.gotoAndStop(2); } }
Instance of Symbol 375 MovieClip in Frame 25
onClipEvent (load) { _root.button6 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button6 = true; this.gotoAndStop(2); } }
Instance of Symbol 347 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 347 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 313 MovieClip in Frame 25
onClipEvent (load) { duration = 150; }
Instance of Symbol 222 MovieClip in Frame 25
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.button5 and _root.button6) { _visible = true; if (_visible) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } } } }
Instance of Symbol 262 MovieClip "car" in Frame 25
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 256 MovieClip in Frame 26
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 26
/* no clip actions */
Instance of Symbol 222 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 256 MovieClip in Frame 26
/* no clip actions */
Instance of Symbol 262 MovieClip "car" in Frame 26
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } dead = false; _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 222 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 256 MovieClip in Frame 27
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 27
/* no clip actions */
Instance of Symbol 256 MovieClip in Frame 27
/* no clip actions */
Instance of Symbol 347 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 262 MovieClip "car" in Frame 27
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 429 MovieClip "bg" in Frame 28
onClipEvent (enterFrame) { _rotation = (_rotation + 1); }
Instance of Symbol 262 MovieClip "car" in Frame 28
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 446 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 447 MovieClip in Frame 29
onClipEvent (load) { _root.button8 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button8 = true; this.gotoAndStop(2); } }
Instance of Symbol 447 MovieClip in Frame 29
onClipEvent (load) { _root.button7 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button7 = true; this.gotoAndStop(2); } }
Instance of Symbol 347 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 222 MovieClip in Frame 29
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.button7 and _root.button8) { _visible = true; if (_visible) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } } } }
Instance of Symbol 262 MovieClip "car" in Frame 29
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 222 MovieClip in Frame 30
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.button9) { _visible = true; if (_visible) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } } } }
Instance of Symbol 447 MovieClip in Frame 30
onClipEvent (load) { _root.button9 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button9 = true; this.gotoAndStop(2); } }
Instance of Symbol 313 MovieClip in Frame 30
onClipEvent (load) { duration = 400; }
Instance of Symbol 262 MovieClip "car" in Frame 30
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 447 MovieClip in Frame 31
onClipEvent (load) { _root.button1 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button1 = true; this.gotoAndStop(2); } }
Instance of Symbol 222 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 262 MovieClip "car" in Frame 31
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 262 MovieClip "car" in Frame 32
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 262 MovieClip "car" in Frame 33
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 472 MovieClip in Frame 33
onClipEvent (enterFrame) { if (_root.button10) { this.play(); } }
Instance of Symbol 347 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 222 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Instance of Symbol 262 MovieClip "car" in Frame 34
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 313 MovieClip in Frame 35
onClipEvent (load) { duration = 55; }
Instance of Symbol 447 MovieClip in Frame 35
onClipEvent (load) { _root.button1 = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.button1 = true; this.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip "car" in Frame 35
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 313 MovieClip in Frame 36
onClipEvent (load) { duration = 200; }
Instance of Symbol 262 MovieClip "car" in Frame 36
onClipEvent (load) { function getAngle() { if (InAirCauseJet) { Angle = 0; return(undefined); } yDis = _root[target2]._y - _root[target1]._y; deltaX = _root[target1]._x - _root[target2]._x; deltaY = _root[target1]._y - _root[target2]._y; angle = -Math.atan2(deltaX, deltaY); if (_root[target1].onfloor) { if (_root[target2].onfloor) { Angle = Math.round((angle * 180) / Math.PI) - 90; } } if (!jet) { if (!onfloor) { if (!_root[target1].onfloor) { if (!_root[target2].onfloor) { if (vx >= 0) { Angle = Angle + 2; } if (vx < 0) { Angle = Angle - 2; } } } } } } _visible = false; InAirCauseJet = false; jet = false; yvel = 0; gravity = 0.3; onfloor = false; vx = 0; vy = 0; maxYSpeed = 20; accelY = 0.7; friction = 0.99; if (_root.carp1 == undefined) { target1 = this._name + "p1"; _root.attachMovie("p1", target1, _root.depthHolder); _root.depthHolder++; _root[target1].parent = this; } if (_root.carp2 == undefined) { target2 = this._name + "p2"; _root.attachMovie("p2", target2, _root.depthHolder); _root.depthHolder++; _root[target2].parent = this; } maxXSpeed = 10; floorFriction = 0.9; accel = 0.5; resistance = 0; jetY = 0; time = 0; } onClipEvent (enterFrame) { if (!jet) { getAngle(); } _x = (_x + vx); vx = vx * friction; } onClipEvent (enterFrame) { if (jet) { gravity = 0.5; } else { gravity = 0.3; } this._y = this._y + yvel; if (!_root.bg.hitTest(_x, _y + (_height / 2), true)) { onfloor = false; yvel = yvel + gravity; } else { while (_root.bg.hitTest(_x, (_y + (_height / 2)) - 1, true)) { this._y = this._y - 1; InAirCauseJet = false; if (jet) { jet = false; _root[target1]._y = _y; _root[target2]._y = _y; } } onfloor = true; yvel = yvel * 0.8; } while (_root.bg.hitTest(_x, _y - 5, true)) { this._y++; } if (_root.bg.hitTest(_x, _y - 6, true)) { yvel++; } while (_root.bg.hitTest(_x + 20, _y, true)) { this._x--; } while (_root.bg.hitTest(_x - 20, _y, true)) { this._x++; } } onClipEvent (enterFrame) { if (jet) { _root[target1]._y = _y; _root[target2]._y = _y; } if (Key.isDown(39)) { if (vx < maxXSpeed) { vx = vx + (accel - resistance); } } else if (Key.isDown(37)) { if (vx > (-maxXSpeed)) { vx = vx - (accel - resistance); } } else { vx = vx * floorFriction; } if (Key.isDown(38)) { if (_root.fuel > 0) { jet = true; InAirCauseJet = true; yvel = yvel - (accelY - resistance); _root.fuel = _root.fuel - 1; if ((-vvel) < maxYSpeed) { vvel = -maxYSpeed; } } } if ((!Key.isDown(38)) or (_root.fuel <= 0)) { jet = false; } if (_x < 30) { _x = 30; } if (_x > 670) { _x = 670; } if (_y < 5) { _y = 5; yvel++; } }
Instance of Symbol 222 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } }
Frame 37
if (_root.level == 31) { trace("K"); stopAllSounds(); mode = undefined; _root.gotoAndStop("end"); }
Frame 38
mode = undefined; _root.gotoAndStop(level + 6);
Frame 39
stop();
Symbol 3 MovieClip [p1] Frame 1
yvel = 0; falling = false; dir = 1; gravity = _root.car.gravity; jumpamount = 20; x = _xscale; speed = 7; onfloor = true; _y = parent._y; dFrame = _root._currentframe; _visible = false;
Symbol 3 MovieClip [p1] Frame 2
_x = ((parent._x - (parent._width / 2)) + 20); if (_root.car.jet) { onfloor = true; yvel = 0; yknown = undefined; _y = _root.car._y; return(undefined); } _y = (_y + yvel); if (!_root.bg.hitTest(_x, _y + 1, true)) { yvel = yvel + gravity; } while (_root.bg.hitTest(_x, _y, true)) { this._y = this._y - 1; onfloor = true; yvel = 0; yknown = undefined; } if (!_root.bg.hitTest(_x, _y + 5, true)) { onfloor = false; } distance = _y - _root.car._y; if (distance > 80) { if (_root.carp2.onfloor) { if (yknown == undefined) { yknown = 1; } if (!_root.bg.hitTest(_x, _y + 1, true)) { _y = _root.car._y; } } } if (distance > 200) { if (!_root.bg.hitTest(_x, _y + 1, true)) { _y = _root.car._y; } } if (_y < _root.car._y) { _y = _root.car._y; } if (!(_root._currentframe === dFrame)) { this.removeMovieClip(); }
Symbol 3 MovieClip [p1] Frame 3
gotoAndPlay (2);
Symbol 5 MovieClip [p2] Frame 1
yvel = 0; falling = false; dir = 1; gravity = _root.car.gravity; jumpamount = 20; x = _xscale; speed = 7; onfloor = true; _y = parent._y; times = 0; dFrame = _root._currentframe; _visible = false;
Symbol 5 MovieClip [p2] Frame 2
_x = ((parent._x + (parent._width / 2)) - 20); if (_root.car.jet) { onfloor = true; yvel = 0; yknown = undefined; _y = _root.car._y; return(undefined); } _y = (_y + yvel); if (!_root.bg.hitTest(_x, _y + 1, true)) { yvel = yvel + gravity; } while (_root.bg.hitTest(_x, _y, true)) { this._y = this._y - 1; onfloor = true; yvel = 0; yknown = undefined; } if (!_root.bg.hitTest(_x, _y + 5, true)) { onfloor = false; } if (_root.bg.hitTest(_x, _y + 5, true)) { hitBg = true; } else { hitBg = false; } if (distance > 80) { if (_root.carp2.onfloor) { if (yknown == undefined) { yknown = 1; } if (!_root.bg.hitTest(_x, _y + 1, true)) { _y = _root.car._y; } } } if (distance > 200) { if (!_root.bg.hitTest(_x, _y + 1, true)) { _y = _root.car._y; } } distance = _y - _root.car._y; if (_y < _root.car._y) { _y = _root.car._y; } if (!(_root._currentframe === dFrame)) { this.removeMovieClip(); }
Symbol 5 MovieClip [p2] Frame 3
gotoAndPlay (2);
Symbol 6 MovieClip [mmc] Frame 1
_root.music = new Sound(this); _root.music.attachSound("music"); _root.music.start(0, 99999);
Symbol 33 MovieClip Frame 11
_parent.gotoAndStop(2);
Symbol 42 MovieClip Frame 1
this.onEnterFrame = function () { bytesloaded = Math.round(_root.getBytesLoaded()); bytestotal = Math.round(_root.getBytesTotal()); percent = bytesloaded / bytestotal; barmask._xscale = percent * 100; };
Symbol 74 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 74 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 85 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 85 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 93 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 93 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 101 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 101 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 109 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 109 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 117 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 117 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 125 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 125 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.nextFrame(); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 133 MovieClip Frame 1
if (Math.random() > 0.5) { _xscale = (-_xscale); _x = (_x - _parent.shiftamt); }
Symbol 133 MovieClip Frame 90
if (_parent.isloaded) { _parent.gotoAndStop(10); } else { thenextframe = Math.ceil(Math.random() * 8) + 1; if (thenextframe == _parent._currentframe) { _parent.gotoAndStop(2); } else { _parent.gotoAndStop(thenextframe); } }
Symbol 140 MovieClip Frame 133
_root.play();
Symbol 141 MovieClip Frame 1
stop(); _root.stop(); shiftamt = 17; isloaded = false; this.onEnterFrame = function () { bytesloaded = Math.round(_root.getBytesLoaded()); bytestotal = Math.round(_root.getBytesTotal()); percent = bytesloaded / bytestotal; if (bytesloaded == bytestotal) { isloaded = true; } }; this.onRelease = function () { getURL ("http://www.mofunzone.com/", "_blank"); };
Symbol 157 MovieClip Frame 104
_root.createEmptyMovieClip("menumusic", 5000); mozart = new Sound(_root.menumusic); mozart.attachSound("mozart"); mozart.start(0, 999); _root.play();
Symbol 165 MovieClip Frame 101
_root.play();
Symbol 176 MovieClip Frame 8
stop();
Symbol 182 MovieClip Frame 8
stop();
Symbol 188 MovieClip Frame 7
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 10
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 14
_root.gotoAndStop(_root.frameTarget);
Symbol 214 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 1
_visible = false;
Symbol 254 MovieClip Frame 35
stop();
Symbol 256 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.carb)) { _parent.gotoAndStop(2); } }
Symbol 256 MovieClip Frame 2
stop(); _root.fuel = _root.fuel + 10; if (_root.level == 3) { _root.fuel = _root.fuel + 5; }
Symbol 262 MovieClip Frame 1
_root.carX = _x; _root.carY = _y;
Symbol 267 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 35
stop();
Symbol 293 MovieClip Frame 50
_root.reset();
Symbol 294 MovieClip Frame 1
stop();
Instance of Symbol 274 MovieClip "flame" in Symbol 294 MovieClip Frame 1
onClipEvent (load) { _visible = false; use = false; } onClipEvent (enterFrame) { if (!use) { if (_visible) { _root.flameS.start(0, 999999); use = true; } } if (use) { if (_visible == false) { _root.flameS.stop(); use = false; } } }
Symbol 294 MovieClip Frame 2
_root.flameS.stop();
Symbol 297 MovieClip Frame 20
if (_root.mode == "reset") { _root.flameS.stop(); _root.gotoAndPlay("temp"); } stop();
Symbol 297 MovieClip Frame 40
_root.nl();
Symbol 311 MovieClip Frame 35
stop();
Symbol 313 MovieClip Frame 1
stop();
Instance of Symbol 310 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.carb)) { _parent.gotoAndStop(2); } }
Symbol 313 MovieClip Frame 2
stop(); _root.hud.un(); if (duration == undefined) { _root.hud.duration = 300; } if (!(duration === undefined)) { _root.hud.duration = duration; }
Instance of Symbol 322 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 322 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 322 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 322 MovieClip in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 322 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Symbol 369 MovieClip Frame 43
stop();
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
stop();
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Symbol 375 MovieClip Frame 1
stop();
Symbol 375 MovieClip Frame 2
stop();
Instance of Symbol 316 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) { mode = "idle"; this.stop(); } onClipEvent (enterFrame) { if ((_root.button1 and _root.button2) and _root.button3) { mode = "active"; } if (mode == "active") { this.play(); } }
Instance of Symbol 316 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) { mode = "idle"; this.stop(); } onClipEvent (enterFrame) { if ((_root.button1 and _root.button2) and _root.button3) { mode = "active"; } if (mode == "active") { this.play(); } }
Instance of Symbol 316 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) { mode = "idle"; this.stop(); } onClipEvent (enterFrame) { if ((_root.button1 and _root.button2) and _root.button3) { mode = "active"; } if (mode == "active") { this.play(); } }
Instance of Symbol 316 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) { mode = "idle"; this.stop(); } onClipEvent (enterFrame) { if ((_root.button1 and _root.button2) and _root.button3) { mode = "active"; } if (mode == "active") { this.play(); } }
Instance of Symbol 316 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) { mode = "idle"; this.stop(); } onClipEvent (enterFrame) { if ((_root.button1 and _root.button2) and _root.button3) { mode = "active"; } if (mode == "active") { this.play(); } }
Instance of Symbol 370 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 370 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 370 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 370 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 404 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 404 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 428 MovieClip in Symbol 429 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fade.play(); } }
Symbol 440 MovieClip Frame 64
stop();
Symbol 441 MovieClip Frame 1
stop();
Symbol 441 MovieClip Frame 2
stop();
Instance of Symbol 370 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 441 MovieClip in Symbol 442 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop(2); } }
Instance of Symbol 445 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.fade._currentframe == 20) { _root.car.dead = true; } } }
Symbol 447 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 2
stop();
Instance of Symbol 445 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.fade._currentframe == 20) { _root.car.dead = true; } } }
Instance of Symbol 445 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.fade._currentframe == 20) { _root.car.dead = true; } } }
Instance of Symbol 445 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.fade._currentframe == 20) { _root.car.dead = true; } } }
Instance of Symbol 445 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.fade._currentframe == 20) { _root.car.dead = true; } } }
Instance of Symbol 461 MovieClip in Symbol 462 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Instance of Symbol 461 MovieClip in Symbol 468 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.dead = true; } }
Symbol 471 MovieClip Frame 1048
stop(); _root.button10 = true;
Symbol 472 MovieClip Frame 1
stop();
Instance of Symbol 222 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.button10) { _visible = true; if (_visible) { if (this.door.hitTest(_root.car)) { _root.fade.play(); } } } }
Symbol 472 MovieClip Frame 38
stop();
Symbol 491 MovieClip Frame 280
_root.gotoAndStop("logos");

Library Items

Symbol 1 Sound [flame]
Symbol 2 GraphicUsed by:3 38
Symbol 3 MovieClip [p1]Uses:2
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClip [p2]Uses:4
Symbol 6 MovieClip [mmc]
Symbol 7 GraphicUsed by:165 297 298 322  Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:33 34 134
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:33 34 134
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:33 34 134
Symbol 14 GraphicUsed by:15 16 29
Symbol 15 MovieClipUses:14Used by:33 34 134
Symbol 16 MovieClipUses:14Used by:33 34 134
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:33 34 134
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:33 34 134
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:33 34 134
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:33 34 134
Symbol 25 GraphicUsed by:26 30
Symbol 26 MovieClipUses:25Used by:33 34 134
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:33 34 134
Symbol 29 MovieClipUses:14Used by:33 34 134
Symbol 30 MovieClipUses:25Used by:33 34 134
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33 34 134
Symbol 33 MovieClipUses:9 11 13 15 16 18 20 22 24 26 28 29 30 32Used by:141
Symbol 34 MovieClipUses:9 11 15 18 22 26 28 29 30 32 24 20 16 13Used by:141
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:141
Symbol 37 GraphicUsed by:141
Symbol 38 MovieClipUses:2Used by:42
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:41
Symbol 41 MovieClipUses:40Used by:42
Symbol 42 MovieClipUses:38 41Used by:141
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:74 85 93 101 109 117 125 133 140
Symbol 45 GraphicUsed by:74
Symbol 46 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 47 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:74 85 93 101 109 117 125 133
Symbol 50 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 51 GraphicUsed by:69 74
Symbol 52 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 53 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 54 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 55 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 56 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 57 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 58 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 59 FontUsed by:60
Symbol 60 TextUses:59Used by:74 85 93 101 109 117 125 133
Symbol 61 GraphicUsed by:74
Symbol 62 ShapeTweeningUsed by:74
Symbol 63 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 64 ShapeTweeningUsed by:74
Symbol 65 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 66 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 67 GraphicUsed by:74
Symbol 68 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 69 MovieClipUses:51Used by:74
Symbol 70 SoundUsed by:74 85 93 101 109 117 125 133
Symbol 71 GraphicUsed by:74 85 93 101 109 117 125 133 140
Symbol 72 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 73 GraphicUsed by:74 85 93 101 109 117 125 133
Symbol 74 MovieClipUses:44 45 46 47 49 50 51 52 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73Used by:141
Symbol 75 GraphicUsed by:85
Symbol 76 GraphicUsed by:82 85
Symbol 77 GraphicUsed by:85 93 101 109 117 125 133
Symbol 78 GraphicUsed by:85
Symbol 79 ShapeTweeningUsed by:85
Symbol 80 ShapeTweeningUsed by:85
Symbol 81 GraphicUsed by:85
Symbol 82 MovieClipUses:76Used by:85
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:85
Symbol 85 MovieClipUses:44 75 46 47 49 50 76 52 53 54 55 56 57 58 77 60 78 79 63 80 65 66 81 68 82 70 71 72 73 84Used by:141
Symbol 86 GraphicUsed by:93
Symbol 87 GraphicUsed by:92 93
Symbol 88 GraphicUsed by:93
Symbol 89 ShapeTweeningUsed by:93
Symbol 90 ShapeTweeningUsed by:93
Symbol 91 GraphicUsed by:93
Symbol 92 MovieClipUses:87Used by:93
Symbol 93 MovieClipUses:44 86 46 47 49 50 87 52 53 54 55 56 57 58 77 60 88 89 63 90 65 66 91 68 92 70 71 72 73Used by:141
Symbol 94 GraphicUsed by:101
Symbol 95 GraphicUsed by:100 101
Symbol 96 GraphicUsed by:101
Symbol 97 ShapeTweeningUsed by:101
Symbol 98 ShapeTweeningUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 MovieClipUses:95Used by:101
Symbol 101 MovieClipUses:44 94 46 47 49 50 95 52 53 54 55 56 57 58 77 60 96 97 63 98 65 66 99 68 100 70 71 72 73Used by:141
Symbol 102 GraphicUsed by:109
Symbol 103 GraphicUsed by:108 109
Symbol 104 GraphicUsed by:109
Symbol 105 ShapeTweeningUsed by:109
Symbol 106 ShapeTweeningUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 MovieClipUses:103Used by:109
Symbol 109 MovieClipUses:44 102 46 47 49 50 103 52 53 54 55 56 57 58 77 60 104 105 63 106 65 66 107 68 108 70 71 72 73Used by:141
Symbol 110 GraphicUsed by:117
Symbol 111 GraphicUsed by:116 117
Symbol 112 GraphicUsed by:117
Symbol 113 ShapeTweeningUsed by:117
Symbol 114 ShapeTweeningUsed by:117
Symbol 115 GraphicUsed by:117
Symbol 116 MovieClipUses:111Used by:117
Symbol 117 MovieClipUses:44 110 46 47 49 50 111 52 53 54 55 56 57 58 77 60 112 113 63 114 65 66 115 68 116 70 71 72 73Used by:141
Symbol 118 GraphicUsed by:125
Symbol 119 GraphicUsed by:124 125
Symbol 120 GraphicUsed by:125
Symbol 121 ShapeTweeningUsed by:125
Symbol 122 ShapeTweeningUsed by:125
Symbol 123 GraphicUsed by:125
Symbol 124 MovieClipUses:119Used by:125
Symbol 125 MovieClipUses:44 118 46 47 49 50 119 52 53 54 55 56 57 58 77 60 120 121 63 122 65 66 123 68 124 70 71 72 73Used by:141
Symbol 126 GraphicUsed by:133
Symbol 127 GraphicUsed by:132 133
Symbol 128 GraphicUsed by:133
Symbol 129 ShapeTweeningUsed by:133
Symbol 130 ShapeTweeningUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 MovieClipUses:127Used by:133
Symbol 133 MovieClipUses:44 126 46 47 49 50 127 52 53 54 55 56 57 58 77 60 128 129 63 130 65 66 131 68 132 70 71 72 73Used by:141
Symbol 134 MovieClipUses:9 11 15 18 22 26 28 29 30 32 24 20 16 13Used by:141
Symbol 135 GraphicUsed by:140
Symbol 136 GraphicUsed by:140
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:140
Symbol 140 MovieClipUses:44 71 135 136 137 139 SS1Used by:141
Symbol 141 MovieClipUses:33 34 36 37 42 74 85 93 101 109 117 125 133 134 140Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:157
Symbol 144 GraphicUsed by:157
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:157  Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:157  Timeline
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:157  Timeline
Symbol 151 GraphicUsed by:157
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:157  Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:156
Symbol 156 MovieClipUses:155Used by:157
Symbol 157 MovieClipUses:143 144 146 148 150 151 153 156 SS2Used by:Timeline
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:158 159Used by:165  Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:165  Timeline
Symbol 163 GraphicUsed by:165
Symbol 164 SoundUsed by:165
Symbol 165 MovieClipUses:160 162 163 7 164Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 FontUsed by:168 204 207
Symbol 168 TextUses:167Used by:Timeline
Symbol 169 GraphicUsed by:176
Symbol 170 FontUsed by:171 178 184 190
Symbol 171 TextUses:170Used by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:171 172Used by:176
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:169 173 174 175Used by:Timeline
Symbol 177 GraphicUsed by:182
Symbol 178 TextUses:170Used by:182
Symbol 179 GraphicUsed by:182
Symbol 180 GraphicUsed by:182
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:177 178 179 180 181Used by:Timeline
Symbol 183 GraphicUsed by:188
Symbol 184 TextUses:170Used by:188
Symbol 185 GraphicUsed by:188
Symbol 186 GraphicUsed by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:183 184 185 186 187Used by:Timeline
Symbol 189 GraphicUsed by:192
Symbol 190 TextUses:170Used by:192
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:189 190 191Used by:Timeline
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:195
Symbol 195 MovieClipUses:194Used by:Timeline
Symbol 196 GraphicUsed by:197 404
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 FontUsed by:201 202
Symbol 201 TextUses:200Used by:Timeline
Symbol 202 TextUses:200Used by:Timeline
Symbol 203 GraphicUsed by:205
Symbol 204 TextUses:167Used by:205
Symbol 205 MovieClipUses:203 204Used by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 TextUses:167Used by:Timeline
Symbol 208 GraphicUsed by:Timeline
Symbol 209 FontUsed by:210 211 489 490
Symbol 210 TextUses:209Used by:Timeline
Symbol 211 TextUses:209Used by:Timeline
Symbol 212 GraphicUsed by:214
Symbol 213 Sound [music]Used by:214
Symbol 214 MovieClipUses:212 213Used by:Timeline
Symbol 215 GraphicUsed by:Timeline
Symbol 216 GraphicUsed by:222 429
Symbol 217 GraphicUsed by:219
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:217 218Used by:222 429
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:222
Symbol 222 MovieClipUses:216 219 221Used by:472  Timeline
Symbol 223 GraphicUsed by:229 254 277 311
Symbol 224 GraphicUsed by:229
Symbol 225 GraphicUsed by:229
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:223 224 225 226 227 228Used by:256
Symbol 230 GraphicUsed by:254 277 311
Symbol 231 GraphicUsed by:254 277 311
Symbol 232 GraphicUsed by:254 277 311
Symbol 233 GraphicUsed by:254 277 311
Symbol 234 GraphicUsed by:254 277 311
Symbol 235 GraphicUsed by:254 277 311
Symbol 236 GraphicUsed by:254 277 311
Symbol 237 GraphicUsed by:254 277 311
Symbol 238 GraphicUsed by:254 277 311
Symbol 239 GraphicUsed by:254 277 311
Symbol 240 GraphicUsed by:254 277 311
Symbol 241 GraphicUsed by:254 277 311
Symbol 242 GraphicUsed by:254 277 311
Symbol 243 GraphicUsed by:254 277 311
Symbol 244 GraphicUsed by:254 277 311
Symbol 245 GraphicUsed by:254 277 311
Symbol 246 GraphicUsed by:254 277 311
Symbol 247 GraphicUsed by:254 277 311
Symbol 248 GraphicUsed by:254 277 311
Symbol 249 GraphicUsed by:254 277 311
Symbol 250 GraphicUsed by:254 277 311
Symbol 251 GraphicUsed by:254 277 311
Symbol 252 GraphicUsed by:254 277 311
Symbol 253 GraphicUsed by:254 277 311
Symbol 254 MovieClipUses:223 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253Used by:256
Symbol 255 SoundUsed by:256
Symbol 256 MovieClipUses:229 254 255Used by:481  Timeline
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257Used by:Timeline
Symbol 259 GraphicUsed by:262
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:260Used by:262 294
Symbol 262 MovieClipUses:259 261Used by:Timeline
Symbol 263 GraphicUsed by:267
Symbol 264 GraphicUsed by:267
Symbol 265 GraphicUsed by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:263 264 265 266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 GraphicUsed by:274
Symbol 271 GraphicUsed by:274
Symbol 272 GraphicUsed by:274
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:270 271 272 273Used by:294
Symbol 275 GraphicUsed by:294
Symbol 276 GraphicUsed by:293
Symbol 277 MovieClipUses:223 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253Used by:293
Symbol 278 GraphicUsed by:293
Symbol 279 GraphicUsed by:293
Symbol 280 GraphicUsed by:293
Symbol 281 SoundUsed by:293
Symbol 282 GraphicUsed by:293
Symbol 283 GraphicUsed by:293
Symbol 284 GraphicUsed by:293
Symbol 285 GraphicUsed by:293
Symbol 286 GraphicUsed by:293
Symbol 287 GraphicUsed by:293
Symbol 288 GraphicUsed by:293
Symbol 289 GraphicUsed by:293
Symbol 290 GraphicUsed by:293
Symbol 291 GraphicUsed by:293
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292Used by:294
Symbol 294 MovieClipUses:274 275 261 293Used by:Timeline
Symbol 295 FontUsed by:296
Symbol 296 EditableTextUses:295Used by:Timeline
Symbol 297 MovieClipUses:7Used by:Timeline
Symbol 298 MovieClipUses:7Used by:Timeline
Symbol 299 GraphicUsed by:Timeline
Symbol 300 GraphicUsed by:303
Symbol 301 GraphicUsed by:302 316 352 402 465
Symbol 302 MovieClipUses:301Used by:303
Symbol 303 MovieClipUses:300 302Used by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305Used by:Timeline
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:313
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:313
Symbol 311 MovieClipUses:223 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253Used by:313
Symbol 312 SoundUsed by:313
Symbol 313 MovieClipUses:308 310 311 312Used by:Timeline
Symbol 314 GraphicUsed by:Timeline
Symbol 315 GraphicUsed by:318
Symbol 316 MovieClipUses:301Used by:318 341 352 379
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:315 316 317Used by:Timeline
Symbol 319 GraphicUsed by:323
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:320Used by:323
Symbol 322 MovieClipUses:7Used by:323 325 327 329 331
Symbol 323 MovieClipUses:319 321 322Used by:332 417
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324 322Used by:332 417
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326 322Used by:332 417
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328 322Used by:332 417
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330 322Used by:332 417
Symbol 332 MovieClipUses:323 325 327 329 331Used by:Timeline
Symbol 333 GraphicUsed by:Timeline
Symbol 334 GraphicUsed by:335 359 399 443
Symbol 335 MovieClipUses:334Used by:Timeline
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:336Used by:Timeline
Symbol 338 GraphicUsed by:Timeline
Symbol 339 GraphicUsed by:341
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:339 316 340Used by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:Timeline
Symbol 345 GraphicUsed by:347
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:345 346Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:352
Symbol 352 MovieClipUses:316 301 351Used by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:Timeline
Symbol 356 GraphicUsed by:Timeline
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:Timeline
Symbol 359 MovieClipUses:334Used by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 GraphicUsed by:362
Symbol 362 MovieClipUses:361Used by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:371
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:371
Symbol 367 GraphicUsed by:368 369 398 432 439 440
Symbol 368 MovieClipUses:367Used by:370 394 397
Symbol 369 MovieClipUses:367Used by:370
Symbol 370 MovieClipUses:368 369Used by:371 384 395 442
Symbol 371 MovieClipUses:364 366 370Used by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:375 447
Symbol 374 GraphicUsed by:375 447
Symbol 375 MovieClipUses:373 374Used by:Timeline
Symbol 376 GraphicUsed by:379
Symbol 377 GraphicUsed by:378
Symbol 378 MovieClipUses:377Used by:379
Symbol 379 MovieClipUses:376 378 316Used by:Timeline
Symbol 380 GraphicUsed by:Timeline
Symbol 381 GraphicUsed by:384
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:382Used by:384
Symbol 384 MovieClipUses:381 383 370Used by:Timeline
Symbol 385 GraphicUsed by:Timeline
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:Timeline
Symbol 388 GraphicUsed by:389 390 391
Symbol 389 MovieClipUses:388Used by:Timeline
Symbol 390 MovieClipUses:388Used by:Timeline
Symbol 391 MovieClipUses:388Used by:Timeline
Symbol 392 GraphicUsed by:Timeline
Symbol 393 GraphicUsed by:395
Symbol 394 MovieClipUses:368Used by:395 398
Symbol 395 MovieClipUses:393 370 394Used by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 MovieClipUses:368Used by:398
Symbol 398 MovieClipUses:367 394 397Used by:Timeline
Symbol 399 MovieClipUses:334Used by:Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 GraphicUsed by:405
Symbol 402 MovieClipUses:301Used by:405
Symbol 403 GraphicUsed by:405
Symbol 404 MovieClipUses:196Used by:405
Symbol 405 MovieClipUses:401 402 403 404Used by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407Used by:Timeline
Symbol 409 GraphicUsed by:Timeline
Symbol 410 GraphicUsed by:415
Symbol 411 GraphicUsed by:412 482
Symbol 412 MovieClipUses:411Used by:415
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:413Used by:415
Symbol 415 MovieClipUses:410 412 414Used by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 MovieClipUses:331 329 327 325 323Used by:Timeline
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418Used by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 GraphicUsed by:429
Symbol 422 GraphicUsed by:429
Symbol 423 GraphicUsed by:429
Symbol 424 GraphicUsed by:429
Symbol 425 GraphicUsed by:429
Symbol 426 GraphicUsed by:429
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:429
Symbol 429 MovieClipUses:421 219 216 422 423 424 425 426 428Used by:Timeline
Symbol 430 GraphicUsed by:Timeline
Symbol 431 GraphicUsed by:442
Symbol 432 MovieClipUses:367Used by:433
Symbol 433 MovieClipUses:432Used by:442 481
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:434Used by:442
Symbol 436 GraphicUsed by:442
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:437Used by:442
Symbol 439 MovieClipUses:367Used by:441
Symbol 440 MovieClipUses:367Used by:441
Symbol 441 MovieClipUses:439 440Used by:442
Symbol 442 MovieClipUses:431 433 435 436 438 370 441Used by:Timeline
Symbol 443 MovieClipUses:334Used by:446 451
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:444Used by:446 451
Symbol 446 MovieClipUses:443 445Used by:Timeline
Symbol 447 MovieClipUses:373 374Used by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:Timeline
Symbol 451 MovieClipUses:443 445Used by:476  Timeline
Symbol 452 GraphicUsed by:Timeline
Symbol 453 GraphicUsed by:458
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:454Used by:458
Symbol 456 GraphicUsed by:457 466
Symbol 457 MovieClipUses:456Used by:458 467
Symbol 458 MovieClipUses:453 455 457Used by:Timeline
Symbol 459 GraphicUsed by:462 468
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:460Used by:462 468
Symbol 462 MovieClipUses:459 461Used by:Timeline
Symbol 463 GraphicUsed by:Timeline
Symbol 464 GraphicUsed by:467
Symbol 465 MovieClipUses:301Used by:467
Symbol 466 MovieClipUses:456Used by:467 475
Symbol 467 MovieClipUses:464 457 465 466Used by:Timeline
Symbol 468 MovieClipUses:459 461Used by:Timeline
Symbol 469 GraphicUsed by:Timeline
Symbol 470 GraphicUsed by:471
Symbol 471 MovieClipUses:470Used by:Timeline
Symbol 472 MovieClipUses:222Used by:Timeline
Symbol 473 GraphicUsed by:Timeline
Symbol 474 GraphicUsed by:475
Symbol 475 MovieClipUses:474 466Used by:Timeline
Symbol 476 MovieClipUses:451Used by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:481
Symbol 479 GraphicUsed by:480
Symbol 480 MovieClipUses:479Used by:481
Symbol 481 MovieClipUses:478 256 480 433Used by:Timeline
Symbol 482 MovieClipUses:411Used by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 GraphicUsed by:487
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:485Used by:487
Symbol 487 MovieClipUses:484 486Used by:Timeline
Symbol 488 GraphicUsed by:Timeline
Symbol 489 TextUses:209Used by:491
Symbol 490 TextUses:209Used by:491
Symbol 491 MovieClipUses:489 490Used by:Timeline
Streaming Sound 1Used by:Symbol 140 MovieClip
Streaming Sound 2Used by:Symbol 157 MovieClip

Instance Names

"fade"Frame 4Symbol 197 MovieClip
"bg"Frame 7Symbol 258 MovieClip
"car"Frame 7Symbol 262 MovieClip
"hud"Frame 7Symbol 267 MovieClip
"carb"Frame 7Symbol 294 MovieClip
"fade"Frame 7Symbol 297 MovieClip
"bg"Frame 8Symbol 303 MovieClip
"car"Frame 8Symbol 262 MovieClip
"carb"Frame 8Symbol 294 MovieClip
"bg"Frame 9Symbol 306 MovieClip
"car"Frame 9Symbol 262 MovieClip
"carb"Frame 9Symbol 294 MovieClip
"bg"Frame 10Symbol 318 MovieClip
"car"Frame 10Symbol 262 MovieClip
"bg"Frame 11Symbol 337 MovieClip
"car"Frame 11Symbol 262 MovieClip
"bg"Frame 12Symbol 341 MovieClip
"car"Frame 12Symbol 262 MovieClip
"bg"Frame 13Symbol 344 MovieClip
"car"Frame 13Symbol 262 MovieClip
"bg"Frame 14Symbol 352 MovieClip
"car"Frame 14Symbol 262 MovieClip
"bg"Frame 15Symbol 355 MovieClip
"car"Frame 15Symbol 262 MovieClip
"bg"Frame 16Symbol 358 MovieClip
"car"Frame 16Symbol 262 MovieClip
"bg"Frame 17Symbol 362 MovieClip
"car"Frame 17Symbol 262 MovieClip
"bg"Frame 18Symbol 371 MovieClip
"car"Frame 18Symbol 262 MovieClip
"bg"Frame 19Symbol 379 MovieClip
"car"Frame 19Symbol 262 MovieClip
"bg"Frame 20Symbol 384 MovieClip
"car"Frame 20Symbol 262 MovieClip
"bg"Frame 21Symbol 387 MovieClip
"car"Frame 21Symbol 262 MovieClip
"bg"Frame 22Symbol 395 MovieClip
"car"Frame 22Symbol 262 MovieClip
"bg"Frame 23Symbol 398 MovieClip
"car"Frame 23Symbol 262 MovieClip
"bg"Frame 24Symbol 405 MovieClip
"car"Frame 24Symbol 262 MovieClip
"bg"Frame 25Symbol 408 MovieClip
"car"Frame 25Symbol 262 MovieClip
"bg"Frame 26Symbol 415 MovieClip
"car"Frame 26Symbol 262 MovieClip
"bg"Frame 27Symbol 419 MovieClip
"car"Frame 27Symbol 262 MovieClip
"bg"Frame 28Symbol 429 MovieClip
"car"Frame 28Symbol 262 MovieClip
"bg"Frame 29Symbol 442 MovieClip
"car"Frame 29Symbol 262 MovieClip
"bg"Frame 30Symbol 450 MovieClip
"car"Frame 30Symbol 262 MovieClip
"bg"Frame 31Symbol 458 MovieClip
"car"Frame 31Symbol 262 MovieClip
"bg"Frame 32Symbol 467 MovieClip
"car"Frame 32Symbol 262 MovieClip
"bg"Frame 32Symbol 450 MovieClip
"bg"Frame 33Symbol 471 MovieClip
"car"Frame 33Symbol 262 MovieClip
"bg"Frame 34Symbol 475 MovieClip
"car"Frame 34Symbol 262 MovieClip
"bg"Frame 35Symbol 481 MovieClip
"car"Frame 35Symbol 262 MovieClip
"bg"Frame 36Symbol 487 MovieClip
"car"Frame 36Symbol 262 MovieClip
"barmask"Symbol 42 MovieClip Frame 1Symbol 38 MovieClip
"door"Symbol 222 MovieClip Frame 1Symbol 221 MovieClip
"flame"Symbol 294 MovieClip Frame 1Symbol 274 MovieClip
"bg"Symbol 458 MovieClip Frame 1Symbol 455 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "flame"
ExportAssets (56)Timeline Frame 1Symbol 3 as "p1"
ExportAssets (56)Timeline Frame 1Symbol 5 as "p2"
ExportAssets (56)Timeline Frame 1Symbol 6 as "mmc"
ExportAssets (56)Timeline Frame 6Symbol 213 as "music"

Labels

"logos"Frame 2
"menu"Frame 4
"credits"Frame 5
"instructions"Frame 6
"game"Frame 7
"temp"Frame 37
"end"Frame 39

Dynamic Text Variables

_root.levelNameSymbol 296 EditableText"<p align="left"><font face="Casual Marker MF" size="27" color="#ffffff" letterSpacing="0.000000" kerning="1">level 1</font></p>"




http://swfchan.com/3/12986/info.shtml
Created: 5/6 -2019 08:28:12 Last modified: 5/6 -2019 08:28:12 Server time: 01/05 -2024 17:00:50