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

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

Titans-Delivery.swf

This is the info page for
Flash #118367

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


Text
Continue

continue

More Games

More Games

Bravo!
From now on you will
deliver one more pizza

Map

You are too slow !

Try Again

Try Again

Take your time to
lean the city and the shortcuts

Play

Play

More Games

Continue

Continue

Grab this
Pizza

Sound

More Games

More Games

0

1

2

3

$990

Tip-o-meter

go back
to the
restaurant

click the
map to
zoom in

this is your
target
earn $100
to promote

watch the
map and
deliver the
pizza there

100

<p align="center"><font face="Adventure" size="49" color="#ffffff" letterSpacing="0.000000" kerning="1"><b><i>3453</i></b></font></p>

<p align="center"><font face="Adventure" size="49" color="#ffffff" letterSpacing="0.000000" kerning="1"><b><i>Total Pizzas deliverd</i></b></font></p>

Congratulations!

You finished the game!

Restart

Restart

ActionScript [AS1/AS2]

Frame 1
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version)); u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("4a4e9b2b", this, 10301, true); var soundOn = true; Stage.showMenu = false; cMore.onRelease = function () { getURL ("http://www.cartitans.com", "_blank"); }; stop(); onEnterFrame = function () { if (_root.getBytesLoaded() == _root.getBytesTotal()) { delete onEnterFrame; _root.gotoAndStop("TS"); } else { var _local2 = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 500); cMore.preloadClip.growBar.gotoAndStop(_local2); } };
Frame 2
function sound1() { if (soundOn == true) { var _local1 = new Sound(); _local1.attachSound("Loop"); _local1.start(0, 99999); _local1.setVolume(100); } } user_so = SharedObject.getLocal("user"); if (user_so.data.levelsDone == undefined) { tuto = true; user_so.data.levelsDone = 0; continue_btn._alpha = 50; start_btn.onRelease = function () { gotoAndStop ("game"); }; } else { tuto = false; start_btn.onRelease = function () { user_so.data.levelsDone = 0; gotoAndStop ("game"); }; continue_btn.onRelease = function () { gotoAndStop ("game"); }; continue_btn.onRollOver = function () { continue_btn.gotoAndStop(2); }; continue_btn.onRollOut = function () { continue_btn.gotoAndStop(1); }; } start_btn.onRollOver = function () { start_btn.gotoAndStop(2); }; start_btn.onRollOut = function () { start_btn.gotoAndStop(1); }; sound1(); stop();
Instance of Symbol 121 MovieClip [popUp] in Frame 2
on (rollOver) { Mouse.show(); }
Instance of Symbol 141 MovieClip [popDeath] in Frame 2
on (rollOver) { Mouse.show(); }
Frame 3
function time_f() { userInterface.tipometer.time_left_mc.time_left.text = "$" + sec; userInterface.tipometer.gotoAndStop(Math.ceil((sec / tipTarget) * 100) + 1); if ((deliveryStarted && (!deliveryStopped)) && (!game_pause)) { sec--; if (sec == 0) { difiLevel = 85; death1(); } } } function addSeconds(the_target) { if (pizzasLoaded == 1) { distx = wall.car._x - the_target._x; disty = wall.car._y - the_target._y; } if (pizzasLoaded == 2) { var _local2 = 1; while (_local2 <= 3) { if (_root["pizzaPlace" + _local2]._visible) { otherPizza = _root["pizzaPlace" + _local2]; distx = otherPizza._x - the_target._x; disty = otherPizza._y - the_target._y; } _local2++; } } if (pizzasLoaded == 3) { var _local2 = 1; while (_local2 <= 3) { if (!_root["pizzaPlace" + _local2]._visible) { missingPizza = _root["pizzaPlace" + _local2]; distx = otherPizza._x - missingPizza._x; disty = otherPizza._y - missingPizza._y; } _local2++; } } distance = Math.sqrt((distx * distx) + (disty * disty)); sec = sec + Math.round(distance / difiLevel); } function sound2() { if (_root.soundOn == true) { var _local2 = new Sound(); _local2.attachSound("Loop"); _local2.start(0, 99999); } } function checkForHits() { if (!game_pause) { var _local2 = new Object(); for (var _local3 in _root.wall.car.car_in.hit_points) { _local2.x = wall.car.car_in.hit_points[_local3]._x; _local2.y = wall.car.car_in.hit_points[_local3]._y; wall.car.car_in.hit_points.localToGlobal(_local2); if (wall.wall.hitTest(_local2.x, _local2.y, true)) { return(true); } } } } function generatePizzaPlace(numberOfPizza) { randomPizzaNumber = Math.ceil(Math.random() * totalPizzas); if (wall.pizzas["theNewPizzaPlace" + randomPizzaNumber]._visible) { generatePizzaPlace(numberOfPizza); return(undefined); } _root["pizzaPlace" + numberOfPizza] = wall.pizzas["theNewPizzaPlace" + randomPizzaNumber]; harta.the_map_in["pizza" + numberOfPizza]._x = _root["pizzaPlace" + numberOfPizza]._x / 10; harta.the_map_in["pizza" + numberOfPizza]._y = _root["pizzaPlace" + numberOfPizza]._y / 10; harta.the_map_in["pizza" + numberOfPizza]._visible = true; } function carHitObstacle() { if (game_pause == false) { } } function carHitWall() { if (game_pause == false) { speed = -(speed / 2); } } function carSounds() { var _local3 = 1 + random(3); carSound = new Sound(this); if (_local3 == 1) { carSound.attachSound("car1"); } else if (_local3 == 2) { carSound.attachSound("car2"); } else { carSound.attachSound("car1"); } if (_root.soundOn) { if ((speed > 0.6) || (speed < -0.6)) { carSound.start(0, 1); } } } function hitSounds() { luckyNumber++; if (luckyNumber > 7) { luckyNumber = 1; } hitSound = new Sound(this); hitSound.attachSound("thanks" + luckyNumber); if (_root.soundOn) { hitSound.start(0, 1); } } function time_to_string(time_to_convert) { elapsed_minutes = Math.floor(time_to_convert / 60); elapsed_seconds = time_to_convert - (elapsed_minutes * 60); if (elapsed_minutes < 10) { minutes = "0" + elapsed_minutes.toString(); } else { minutes = elapsed_minutes.toString(); } if (elapsed_seconds < 10) { seconds = "0" + elapsed_seconds.toString(); } else { seconds = elapsed_seconds.toString(); } return((minutes + ":") + seconds); } function gotoTheList1() { if (tuto) { userInterface.tutorial3.stop(); } game_pause = true; speed = 0; _root.attachMovie("theList", "theList", _root.getNextHighestDepth(), {_x:halfStageWidth, _y:halfStageHeight}); var _local2 = 1; while (_local2 <= 3) { theList.map_in["pizza" + _local2]._x = harta.the_map_in["pizza" + _local2]._x; theList.map_in["pizza" + _local2]._y = harta.the_map_in["pizza" + _local2]._y; theList.map_in["pizza" + _local2]._visible = false; theList.map_in["pizza" + _local2]._visible = harta.the_map_in["pizza" + _local2]._visible; theList.map_in.car._x = -harta.the_map_in._x; theList.map_in.car._y = -harta.the_map_in._y; theList.map_in.car._rotation = wall.car._rotation; theList.map_in.car._visible = true; _local2++; } theListTweenX = new mx.transitions.Tween(theList, "_xscale", Strong.easeIn, 70, 100, 0.3, true); theListTweenY = new mx.transitions.Tween(theList, "_yscale", Strong.easeIn, 70, 100, 0.3, true); theListTweenA = new mx.transitions.Tween(theList, "_alpha", Strong.easeIn, 0, 100, 0.3, true); } function gotoTheList2(currentLevel) { if (currentLevel == undefined) { currentLevel = level; } if (tuto) { if (userInterface.tutorial3._visible) { userInterface.tutorial3.play(); } } theListTweenX.continueTo(70, 0.3); theListTweenY.continueTo(70, 0.3); theListTweenA.continueTo(0, 0.3); if (theListTweenA == undefined) { game_pause = false; removeMovieClip(_root.theList); } theList.onEnterFrame = function () { if (theList._alpha == 0) { game_pause = false; removeMovieClip(this); delete this.onEnterFrame; } }; } function levelUp1() { if (user_so.data.levelsDone < level) { user_so.data.levelsDone = level; } _root["scoreLevel" + level] = pizzasDeliverd; game_pause = true; speed = 0; _root.attachMovie("popUp", "popUp", _root.getNextHighestDepth(), {_x:halfStageWidth, _y:halfStageHeight}); popTweenX = new mx.transitions.Tween(popUp, "_xscale", Strong.easeIn, 70, 100, 0.3, true); popTweenY = new mx.transitions.Tween(popUp, "_yscale", Strong.easeIn, 70, 100, 0.3, true); popTweenA = new mx.transitions.Tween(popUp, "_alpha", Strong.easeIn, 0, 100, 0.3, true); popUp.popText.time_scoredVAR = "Pizzas Deliverd: " + pizzasDeliverd; popUp.onEnterFrame = function () { if (popUp._alpha == 100) { position_bg(level, true); delete this.onEnterFrame; } }; } function levelUp2() { speed = 0; popTweenX.continueTo(70, 0.3); popTweenY.continueTo(70, 0.3); popTweenA.continueTo(0, 0.3); if (popTweenY == undefined) { position_bg(level, false); removeMovieClip(popUp); } popUp.onEnterFrame = function () { if (popUp._alpha == 0) { position_bg(level, false); removeMovieClip(this); } }; } function gameWon() { game_pause = true; _root["scoreLevel" + level] = elapsed_time; speed = 0; the_final_score = Math.floor(((scoreLevel1 + scoreLevel2) + scoreLevel3) / 1); trace(the_final_score); _root.gotoAndStop("congrats"); } function sndVolOn() { _root.sndVol.setVolume(100); } function sndVolOff() { _root.sndVol.setVolume(0); } function death1() { if (!game_pause) { game_pause = true; speed = 0; _root.attachMovie("popDeath", "popDeath", _root.getNextHighestDepth(), {_x:halfStageWidth, _y:halfStageHeight}); tweenX = new mx.transitions.Tween(popDeath, "_xscale", Strong.easeIn, 70, 100, 0.3, true); tweenY = new mx.transitions.Tween(popDeath, "_yscale", Strong.easeIn, 70, 100, 0.3, true); tweenA = new mx.transitions.Tween(popDeath, "_alpha", Strong.easeIn, 0, 100, 0.3, true); popDeath.onEnterFrame = function () { if (popDeath._alpha == 100) { position_bg(level, true); delete this.onEnterFrame; } }; } } function death2() { tweenX.continueTo(70, 0.3); tweenY.continueTo(70, 0.3); tweenA.continueTo(0, 0.3); if (tweenY == undefined) { game_pause = true; position_bg(level, false); removeMovieClip(popDeath); } popDeath.onEnterFrame = function () { if (popDeath._alpha == 0) { game_pause = true; position_bg(level, false); removeMovieClip(this); } }; } function swapScreen(screen) { if (_root.popUp != undefined) { removeMovieClip(_root.popUp); } if (_root.popDeath != undefined) { removeMovieClip(_root.popDeath); } if (_root.theList != undefined) { removeMovieClip(_root.theList); } _root.attachMovie(screen, screen, _root.getNextHighestDepth(), {_x:halfStageWidth, _y:halfStageHeight}); } function position_bg(level, Paused) { deliveryStarted = false; deliveryStopped = false; pizzasLoaded = 0; _root.wall.wall._visible = false; wallWidth = wall.lvl._width; wallHeight = wall.lvl._height; sec = 0; if (level == 0) { level++; } time_f(); for (var _local2 in wall.car.car_in.hit_points) { wall.car.car_in.hit_points[_local2]._visible = false; } var _local2 = 1; while (_local2 <= 3) { harta.the_map_in["pizza" + _local2]._visible = false; userInterface.minimap["pointer" + _local2]._visible = false; wall["pointer" + _local2]._visible = false; if (_local2 > level) { wall["pizza" + _local2]._visible = false; } else { wall["pizza" + _local2]._visible = true; } _local2++; } wheel_rot = 0; wall.car._x = initialCarX; wall.car._y = initialCarY; wall.car._rotation = initialCarRotation; userInterface.level_text.text = "Level: " + level; wall._x = -(wall.car._x - halfStageWidth); wall._y = -(wall.car._y - halfStageHeight); wall.car.gotoAndStop(pizzasLoaded + 1); userInterface.UI_pizzasLoaded.gotoAndStop(pizzasLoaded + 1); if (Paused) { game_pause = true; } else { game_pause = false; _root.wall.car.gotoAndPlay(1); } } stop(); level = 1; initialCarX = wall.car._x; initialCarY = wall.car._y; initialCarRotation = wall.car._rotation; userInterface.tutorial3._visible = false; userInterface.tutorial2._visible = false; if (!tuto) { wall.tutorial1._visible = false; } stageHeight = Stage.height; stageWidth = Stage.width; halfStageHeight = Stage.height / 2; halfStageWidth = Stage.width / 2; var sec = 0; var sndVol; sndVol = new Sound(); var wallHeight; var wallWidth; var energy = 1; var speed = 0; var rot = 3; var wheel_rot = 0; var wheel_rot_speed = 1.2; var acc = 0.3; var maxforw = 9; var maxbackw = -3.5; var friction = 0.92; var game_pause = true; var elapsed_time = 0; var hitting = false; var start_time = 0; var totalPizzas = 0; var pizzasLoaded = 0; var pizzaPlace1; var pizzaPlace2; var pizzaPlace3; var otherPizza; var missingPizza; var difiLevel = 85; var deliveryStarted = false; var deliveryStopped = false; var pizzasDeliverd = 0; var harta = userInterface.minimap.minimap_in.the_map; var tipTargetArray = new Array(100, 250, 500); var luckyNumber = 0; var tipTarget = tipTargetArray[level - 1]; harta.the_map_in.car._visible = false; userInterface.target_txt.text = tipTarget; setInterval(time_f, 1000); for (var i in wall.pizzas) { totalPizzas++; wall.pizzas.attachMovie("pizzaPlaceMc", "theNewPizzaPlace" + totalPizzas, totalPizzas); wall.pizzas["theNewPizzaPlace" + totalPizzas]._x = wall.pizzas[i]._x; wall.pizzas["theNewPizzaPlace" + totalPizzas]._y = wall.pizzas[i]._y; wall.pizzas["theNewPizzaPlace" + totalPizzas]._rotation = wall.pizzas[i]._rotation; wall.pizzas["theNewPizzaPlace" + totalPizzas]._visible = false; unloadMovie (wall.pizzas[i]); } position_bg(user_so.data.levelsDone + 1, false); wall.car.onEnterFrame = function () { harta.the_map_in._x = (-wall.car._x) / 10; harta.the_map_in._y = (-wall.car._y) / 10; harta._xscale = 100 - (speed * 2); harta._yscale = harta._xscale; userInterface.minimap.rotator._rotation = wall.car._rotation; if (pizzasLoaded == 0) { distx = wall.car._x - wall.above.base._x; disty = wall.car._y - wall.above.base._y; distance = Math.sqrt((distx * distx) + (disty * disty)); if (distance > 720) { if (!userInterface.minimap.basePointer._visible) { userInterface.minimap.basePointer._visible = true; } if (!wall.basePointer._visible) { wall.basePointer._visible = true; } pointerRadians = Math.atan2(disty, distx); pointerDegrees = (pointerRadians * 57.2957795130823) - 90; userInterface.minimap.basePointer._rotation = pointerDegrees; wall.basePointer._rotation = pointerDegrees; wall.basePointer._x = wall.car._x; wall.basePointer._y = wall.car._y; } else { if (userInterface.minimap.basePointer._visible) { userInterface.minimap.basePointer._visible = false; } if (wall.basePointer._visible) { wall.basePointer._visible = false; } } } var _local2 = 1; while (_local2 <= 3) { if (harta.the_map_in["pizza" + _local2]._visible) { distx = wall.car._x - _root["pizzaPlace" + _local2]._x; disty = wall.car._y - _root["pizzaPlace" + _local2]._y; distance = Math.sqrt((distx * distx) + (disty * disty)); if ((distance > 720) && (harta.the_map_in["pizza" + _local2]._visible)) { if (!userInterface.minimap["pointer" + _local2]._visible) { userInterface.minimap["pointer" + _local2]._visible = true; } if (!wall["pointer" + _local2]._visible) { wall["pointer" + _local2]._visible = true; } pointerRadians = Math.atan2(disty, distx); pointerDegrees = (pointerRadians * 57.2957795130823) - 90; userInterface.minimap["pointer" + _local2]._rotation = pointerDegrees; wall["pointer" + _local2]._rotation = pointerDegrees; wall["pointer" + _local2]._x = wall.car._x; wall["pointer" + _local2]._y = wall.car._y; } else { if (userInterface.minimap["pointer" + _local2]._visible) { userInterface.minimap["pointer" + _local2]._visible = false; } if (wall["pointer" + _local2]._visible) { wall["pointer" + _local2]._visible = false; } } } if (wall["pizza" + _local2].hitTest(wall.car)) { if (wall["pizza" + _local2]._visible) { if (tuto) { wall.tutorial1._visible = false; userInterface.tutorial2._visible = true; userInterface.tutorial2.play(); } pizzasLoaded = pizzasLoaded + 1; wall.car.gotoAndStop(pizzasLoaded + 1); userInterface.UI_pizzasLoaded.gotoAndStop(pizzasLoaded + 1); generatePizzaPlace(_local2); wall["pizza" + _local2]._visible = false; addSeconds(_root["pizzaPlace" + _local2]); _root["pizzaPlace" + _local2]._visible = true; deliveryStarted = true; deliveryStopped = false; userInterface.time_left_mc.time_left.text = time_to_string(sec); userInterface.time_left_mc.gotoAndPlay("good"); userInterface.time_left_mc.time_left.text = time_to_string(sec); } } if (_root["pizzaPlace" + _local2]._visible) { if (_root["pizzaPlace" + _local2].hitTest(wall._x + wall.car._x, wall._y + wall.car._y, true)) { if (speed == 0) { if (_root["pizzaPlace" + _local2]._currentframe < 50) { _root["pizzaPlace" + _local2].play(); _root["pizzaPlace" + _local2].the_man.play(); deliveryStopped = true; } if (_root["pizzaPlace" + _local2].deliverd) { if (tuto) { userInterface.tutorial3._visible = true; userInterface.tutorial3.play(); } _root["pizzaPlace" + _local2].deliverd = false; pizzasLoaded--; hitSounds(); harta.the_map_in["pizza" + _local2]._visible = false; wall.car.gotoAndStop(pizzasLoaded + 1); userInterface.UI_pizzasLoaded.gotoAndStop(pizzasLoaded + 1); difiLevel = difiLevel + level; pizzasDeliverd++; if (pizzasLoaded == 0) { deliveryStopped = true; var _local3 = 1; while (_local3 <= level) { wall["pizza" + _local3]._visible = true; _local3++; } if (sec >= tipTarget) { level++; if (level == 4) { gameWon(); return(undefined); } tipTarget = tipTargetArray[level - 1]; userInterface.target_txt.text = tipTarget; levelUp1(); } } else { deliveryStopped = false; } } } else if ((speed != 0) && (_root["pizzaPlace" + _local2]._currentframe < 50)) { _root["pizzaPlace" + _local2].stop(); _root["pizzaPlace" + _local2].the_man.gotoAndStop(1); deliveryStopped = false; } } } _local2++; } if (energy <= 0) { energy = 1; death1(); } car_x = wall.car._x + wall._x; car_y = wall.car._y + wall._y; wall.car._x = wall.car._x + (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = wall.car._y - (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); if ((wallHeight != stageHeight) && (wallWidth == stageWidth)) { if (wall._y < (stageHeight - wallHeight)) { wall._y = stageHeight - wallHeight; } else if (wall._y > 0) { wall._y = 0; } if ((wall._y != (stageHeight - wallHeight)) && (wall._y != 0)) { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); } if (wall._y == (stageHeight - wallHeight)) { if (car_y >= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; } } if (wall._y == 0) { if (car_y <= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } } else if ((wallHeight != stageHeight) && (wallWidth != stageWidth)) { if (wall._y < (stageHeight - wallHeight)) { wall._y = stageHeight - wallHeight; } else if (wall._y > 0) { wall._y = 0; } else if (wall._x < (stageWidth - wallWidth)) { wall._x = stageWidth - wallWidth; } else if (wall._x > 0) { wall._x = 0; } if ((((wall._y != (stageHeight - wallHeight)) && (wall._y != 0)) && (wall._x != (stageWidth - wallWidth))) && (wall._x != 0)) { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); } if (((wall._y == (stageHeight - wallHeight)) && (wall._x != 0)) && (wall._x != (stageWidth - wallWidth))) { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); if (car_y >= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } if (((wall._y == 0) && (wall._x != 0)) && (wall._x != (stageWidth - wallWidth))) { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); if (car_y <= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } if (((wall._x == (stageWidth - wallWidth)) && (wall._y != 0)) && (wall._y != (stageHeight - wallHeight))) { if (car_x >= halfStageWidth) { } else { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._x = halfStageWidth - wall._x; car_x = halfStageWidth; } wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); } if (((wall._x == 0) && (wall._y != 0)) && (wall._y != (stageHeight - wallHeight))) { if (car_x <= halfStageWidth) { } else { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._x = halfStageWidth - wall._x; car_x = halfStageWidth; } wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); } if ((wall._x == (stageWidth - wallWidth)) && (wall._y == 0)) { if (car_x >= halfStageWidth) { } else { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._x = halfStageWidth - wall._x; car_x = halfStageWidth; } if (car_y <= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } if ((wall._x == 0) && (wall._y == 0)) { if (car_x <= halfStageWidth) { } else { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._x = halfStageWidth - wall._x; car_x = halfStageWidth; } if (car_y <= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } if ((wall._x == 0) && (wall._y == (stageHeight - wallHeight))) { if (car_x <= halfStageWidth) { } else { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._x = halfStageWidth - wall._x; car_x = halfStageWidth; } if (car_y >= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } if ((wall._x == (stageWidth - wallWidth)) && (wall._y == (stageHeight - wallHeight))) { if (car_x >= halfStageWidth) { } else { wall._x = wall._x - (Math.sin(wall.car._rotation * (Math.PI/180)) * speed); wall.car._x = halfStageWidth - wall._x; car_x = halfStageWidth; } if (car_y >= halfStageHeight) { } else { wall._y = wall._y + (Math.cos(wall.car._rotation * (Math.PI/180)) * speed); wall.car._y = halfStageHeight - wall._y; car_y = halfStageHeight; } } } if (!game_pause) { if (Key.isDown(32) && (speed > 1)) { speed = speed - (acc * 2); } if (Key.isDown(32) && (speed < -1)) { speed = speed + (acc * 2); } if ((Key.isDown(87) && (speed < maxforw)) || (Key.isDown(38) && (speed < maxforw))) { if (speed < 5) { speed = speed + acc; } else if (speed > 3) { speed = speed + (acc * 1.3); } } else if ((Key.isDown(83) && (speed > maxbackw)) || (Key.isDown(40) && (speed > maxbackw))) { if (speed > 0) { speed = speed - (acc * 2); } speed = speed - acc; } else if (((!Key.isDown(83)) || ((!Key.isDown(38)) && (!Key.isDown(87)))) || (!Key.isDown(40))) { if ((speed < wheel_rot_speed) && (speed > (-wheel_rot_speed))) { speed = 0; } else { speed = speed * friction; } } if (Key.isDown(65) || (Key.isDown(37))) { wall.car._rotation = wall.car._rotation - (rot * Math.min(speed / maxforw, 1)); if (wheel_rot >= -20) { wheel_rot = wheel_rot - wheel_rot_speed; } } if (Key.isDown(68) || (Key.isDown(39))) { wall.car._rotation = wall.car._rotation + (rot * Math.min(speed / maxforw, 1)); if (wheel_rot <= 20) { wheel_rot = wheel_rot + wheel_rot_speed; } } if ((((!Key.isDown(65)) && (!Key.isDown(37))) && (!Key.isDown(68))) && (!Key.isDown(39))) { if (wheel_rot < wheel_rot_speed) { wheel_rot = wheel_rot + wheel_rot_speed; } else if (wheel_rot > wheel_rot_speed) { wheel_rot = wheel_rot - wheel_rot_speed; } } if (currentCar != 3) { wall.car.car_in["left_wheel" + currentCar]._rotation = wheel_rot; wall.car.car_in["right_wheel" + currentCar]._rotation = wheel_rot; } else { wall.car.car_in["left_wheel" + currentCar]._rotation = -wheel_rot; wall.car.car_in["right_wheel" + currentCar]._rotation = -wheel_rot; } } if (!game_pause) { if (checkForHits() && (!hitting)) { if (speed > 0) { speed = -2.5; } else { speed = 3.5; } hitting = true; return(undefined); } if ((!checkForHits()) && (hitting)) { hitting = false; return(undefined); } } };
Frame 4
final_score.text = pizzasDeliverd; stop();
Symbol 78 MovieClip Frame 49
gotoAndPlay (1);
Symbol 86 MovieClip Frame 75
gotoAndPlay (1);
Symbol 87 MovieClip Frame 72
stop();
Symbol 375 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon { function OnEnterFrameBeacon () { } static function init() { var _local4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(_local4); var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876); _local3.onEnterFrame = function () { _global.MovieClip.broadcastMessage("onEnterFrame"); }; } } static var version = "1.1.0.52"; }
Symbol 376 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } } function addListener(o) { removeListener(o); if (broadcastMessage == undefined) { broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return(_listeners.push(o)); } function removeListener(o) { var _local2 = _listeners; var _local3 = _local2.length; while (_local3--) { if (_local2[_local3] == o) { _local2.splice(_local3, 1); if (!_local2.length) { broadcastMessage = undefined; } return(true); } } return(false); } function broadcastMessage() { var _local5 = String(arguments.shift()); var _local4 = _listeners.concat(); var _local6 = _local4.length; var _local3 = 0; while (_local3 < _local6) { _local4[_local3][_local5].apply(_local4[_local3], arguments); _local3++; } } static var version = "1.1.0.52"; }
Symbol 377 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween { var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime; function Tween (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return; } this.obj = obj; this.prop = prop; this.begin = begin; position = (begin); this.duration = (duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.finish = (finish); _listeners = []; addListener(this); start(); } function set time(t) { prevTime = _time; if (t > duration) { if (looping) { rewind(t - _duration); update(); broadcastMessage("onMotionLooped", this); } else { if (useSeconds) { _time = _duration; update(); } stop(); broadcastMessage("onMotionFinished", this); } } else if (t < 0) { rewind(); update(); } else { _time = t; update(); } //return(time); } function get time() { return(_time); } function set duration(d) { _duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d)); //return(duration); } function get duration() { return(_duration); } function set FPS(fps) { var _local2 = isPlaying; stopEnterFrame(); _fps = fps; if (_local2) { startEnterFrame(); } //return(FPS); } function get FPS() { return(_fps); } function set position(p) { setPosition(p); //return(position); } function setPosition(p) { prevPos = _pos; obj[prop] = (_pos = p); broadcastMessage("onMotionChanged", this, _pos); updateAfterEvent(); } function get position() { return(getPosition()); } function getPosition(t) { if (t == undefined) { t = _time; } return(func(t, begin, change, _duration)); } function set finish(f) { change = f - begin; //return(finish); } function get finish() { return(begin + change); } function continueTo(finish, duration) { begin = position; this.finish = (finish); if (duration != undefined) { this.duration = (duration); } start(); } function yoyo() { continueTo(begin, time); } function startEnterFrame() { if (_fps == undefined) { _global.MovieClip.addListener(this); } else { _intervalID = setInterval(this, "onEnterFrame", 1000 / _fps); } isPlaying = true; } function stopEnterFrame() { if (_fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(_intervalID); } isPlaying = false; } function start() { rewind(); startEnterFrame(); broadcastMessage("onMotionStarted", this); } function stop() { stopEnterFrame(); broadcastMessage("onMotionStopped", this); } function resume() { fixTime(); startEnterFrame(); broadcastMessage("onMotionResumed", this); } function rewind(t) { _time = ((t == undefined) ? 0 : (t)); fixTime(); update(); } function fforward() { time = (_duration); fixTime(); } function nextFrame() { if (useSeconds) { time = ((getTimer() - _startTime) / 1000); } else { time = (_time + 1); } } function onEnterFrame() { nextFrame(); } function prevFrame() { if (!useSeconds) { time = (_time - 1); } } function toString() { return("[Tween]"); } function fixTime() { if (useSeconds) { _startTime = getTimer() - (_time * 1000); } } function update() { position = (getPosition(_time)); } static var version = "1.1.0.52"; static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init(); static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); function func(t, b, c, d) { return(((c * t) / d) + b); } }
Symbol 95 Button
on (rollOver) { Mouse.show(); this.backGround.useHandCursor = false; }
Symbol 98 Button
on (release) { _root.currentCar = 1; cars_display.gotoAndStop(_root.currentCar); _root.position_bg(level, true); }
Symbol 100 Button
on (release) { _root.currentCar = 2; cars_display.gotoAndStop(_root.currentCar); _root.position_bg(level, true); }
Symbol 103 Button
on (release) { _root.currentCar = 3; cars_display.gotoAndStop(_root.currentCar); _root.position_bg(level, true); }
Symbol 106 Button
on (release) { _root.currentCar = 4; cars_display.gotoAndStop(_root.currentCar); _root.position_bg(level, true); }
Symbol 112 Button
on (release, keyPress "<Space>") { _root.levelUp2(); }
Symbol 116 Button
on (release) { getURL ("http://www.cartitans.com", _blank); }
Symbol 119 MovieClip Frame 1
stop(); var level_scoredVAR; var ammunitionLeftVAR; var lifeLeftVAR; var time_scoredVAR; if (time_scoredVAR != undefined) { text_holder.time_scored.text = time_scoredVAR; } text_holder.level_scored.text = level_scoredVAR; text_holder.ammunitionLeft.text = ammunitionLeftVAR; text_holder.lifeLeft.text = lifeLeftVAR;
Instance of Symbol 107 MovieClip "cars_display" in Symbol 121 MovieClip [popUp] Frame 1
onClipEvent (load) { this.gotoAndStop(_root.currentCar); }
Symbol 122 Button
on (rollOver) { this.useHandCursor = false; }
Symbol 132 Button
on (release, keyPress "<Space>") { _root.gotoTheList2(); }
Symbol 133 MovieClip [theList] Frame 1
levels_pannel_on.gotoAndStop(_root.user_so.data.levelsDone + 1);
Symbol 138 Button
on (release, keyPress "<Space>") { _root.death2(); }
Symbol 139 Button
on (release) { getURL ("http://www.cartitans.com", "_blank"); }
Symbol 144 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 151 Button
on (release) { getURL ("http://www.cartitans.com", _blank); }
Symbol 155 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
soundOnOff.onRelease = function () { if (_root.soundOn == true) { this.gotoAndStop(2); _root.soundOn = false; _root.sndVolOff(); stopAllSounds(); } else { this.gotoAndStop(1); _root.soundOn = true; _root.sndVolOn(); playSound = new Sound(this); playSound.attachSound("Loop"); playSound.start(0, 9999); } }; soundOnOff.onRollOver = function () { if (_root.soundOn == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }; soundOnOff.onRollOut = function () { if (_root.soundOn == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } };
Symbol 163 Button
on (release) { getURL ("http://www.juegosjuegos.com", "_blank"); }
Symbol 186 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 235 MovieClip [pizzaPlaceMc] Frame 1
stop(); the_man.gotoAndStop(1); deliverd = false;
Symbol 235 MovieClip [pizzaPlaceMc] Frame 50
deliverd = true;
Symbol 235 MovieClip [pizzaPlaceMc] Frame 88
stop(); the_man.gotoAndStop(1); this._visible = false; this.gotoAndStop(1);
Symbol 332 Button
on (release) { getURL ("http://www.cartitans.com", _blank); }
Symbol 337 MovieClip Frame 1
stop();
Instance of Symbol 337 MovieClip "minimap_in" in Symbol 338 MovieClip Frame 1
on (release) { if (!_root.game_pause) { _root.gotoTheList1(); } }
Symbol 343 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 1
stop(); _root.userInterface.time_left_mc.time_left.text = _root.time_to_string(_root.sec);
Symbol 348 MovieClip Frame 105
gotoAndStop (1);
Symbol 348 MovieClip Frame 155
gotoAndStop (1);
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 461
stop(); _root.tuto = false;
Symbol 362 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 161
stop();
Symbol 365 MovieClip Frame 1
stopAllSounds();
Symbol 365 MovieClip Frame 2
stop();
Symbol 374 Button
on (release) { _root.gotoAndStop("TS"); }

Library Items

Symbol 1 Sound [thanks6]Used by:144
Symbol 2 Sound [thanks4]Used by:144
Symbol 3 Sound [thanks1]Used by:144
Symbol 4 Sound [thanks5]Used by:144
Symbol 5 Sound [thanks3]Used by:144
Symbol 6 Sound [thanks7]Used by:144
Symbol 7 Sound [thanks2]Used by:144
Symbol 8 GraphicUsed by:Timeline
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:87
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:87
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:87
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:87
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:87
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:87
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:87
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:87
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:87
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:87
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:87
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:87
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:87
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:87
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:87
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:87
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:87
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:87
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:87
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:87
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:87
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:87
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:87
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:87
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:87
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:87
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:87
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:65
Symbol 65 MovieClipUses:64Used by:69
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:69
Symbol 69 MovieClipUses:65 68Used by:87
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:87
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:87
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:87
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 MovieClipUses:77Used by:87
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:87
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:87
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:86
Symbol 86 MovieClipUses:85Used by:87
Symbol 87 MovieClipUses:10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 69 71 73 75 78 80 82 86Used by:92
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 MovieClipUses:87 91Used by:Timeline
Symbol 375 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon]
Symbol 376 MovieClip [__Packages.mx.transitions.BroadcasterMX]
Symbol 377 MovieClip [__Packages.mx.transitions.Tween]
Symbol 93 BitmapUsed by:94 145
Symbol 94 GraphicUses:93Used by:95 122
Symbol 95 ButtonUses:94Used by:121 141
Symbol 96 MovieClipUsed by:98 107
Symbol 97 GraphicUsed by:98 332
Symbol 98 ButtonUses:96 97Used by:121
Symbol 99 MovieClipUsed by:100 107
Symbol 100 ButtonUses:99Used by:121
Symbol 101 MovieClipUsed by:103 107
Symbol 102 GraphicUsed by:103
Symbol 103 ButtonUses:101 102Used by:121
Symbol 104 MovieClipUsed by:106 107
Symbol 105 GraphicUsed by:106
Symbol 106 ButtonUses:104 105Used by:121
Symbol 107 MovieClipUses:96 99 101 104Used by:121
Symbol 108 FontUsed by:109 110 113 114 117 120 131 134 135 136 140 147 148 150 153 154 324 329 330 331 339 340 341 342 345 346 347 352 355 357 359 361 363 367 368 369 370 371 372
Symbol 109 TextUses:108Used by:112 132
Symbol 110 TextUses:108Used by:112 132
Symbol 111 GraphicUsed by:112 132
Symbol 112 ButtonUses:109 110 111Used by:121
Symbol 113 TextUses:108Used by:116 139
Symbol 114 TextUses:108Used by:116 139 151
Symbol 115 GraphicUsed by:116 139 151
Symbol 116 ButtonUses:113 114 115Used by:121 133
Symbol 117 EditableTextUses:108Used by:118
Symbol 118 MovieClipUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:121
Symbol 120 TextUses:108Used by:121
Symbol 121 MovieClip [popUp]Uses:95 98 100 103 106 107 112 116 119 120Used by:Timeline
Symbol 122 ButtonUses:94Used by:133
Symbol 123 GraphicUsed by:130
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:130
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:130
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:130 338
Symbol 130 MovieClipUses:123 125 127 129Used by:133 336
Symbol 131 TextUses:108Used by:133
Symbol 132 ButtonUses:109 110 111Used by:133
Symbol 133 MovieClip [theList]Uses:122 130 131 132 116Used by:Timeline
Symbol 134 TextUses:108Used by:141
Symbol 135 TextUses:108Used by:138
Symbol 136 TextUses:108Used by:138
Symbol 137 GraphicUsed by:138
Symbol 138 ButtonUses:135 136 137Used by:141
Symbol 139 ButtonUses:113 114 115Used by:141
Symbol 140 TextUses:108Used by:141
Symbol 141 MovieClip [popDeath]Uses:95 134 138 139 140Used by:Timeline
Symbol 142 GraphicUsed by:144
Symbol 143 Sound [Loop]Used by:144
Symbol 144 MovieClipUses:142 7 6 5 4 3 2 1 143Used by:Timeline
Symbol 145 GraphicUses:93Used by:365  Timeline
Symbol 146 GraphicUsed by:149
Symbol 147 TextUses:108Used by:149
Symbol 148 TextUses:108Used by:149
Symbol 149 MovieClipUses:146 147 148Used by:Timeline
Symbol 150 TextUses:108Used by:151
Symbol 151 ButtonUses:150 114 115Used by:Timeline
Symbol 152 GraphicUsed by:155
Symbol 153 TextUses:108Used by:155
Symbol 154 TextUses:108Used by:155
Symbol 155 MovieClipUses:152 153 154Used by:Timeline
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:157 158Used by:160
Symbol 160 MovieClipUses:159Used by:364  Timeline
Symbol 161 BitmapUsed by:162
Symbol 162 GraphicUses:161Used by:163
Symbol 163 ButtonUses:162Used by:364  Timeline
Symbol 164 BitmapUsed by:173
Symbol 165 BitmapUsed by:173
Symbol 166 BitmapUsed by:173
Symbol 167 BitmapUsed by:173
Symbol 168 BitmapUsed by:173
Symbol 169 BitmapUsed by:173
Symbol 170 BitmapUsed by:173
Symbol 171 BitmapUsed by:173
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:164 165 166 167 169 168 170 171 172Used by:174
Symbol 174 MovieClipUses:173Used by:326
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:177 187 234
Symbol 177 MovieClipUses:176Used by:326
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:180
Symbol 180 MovieClipUses:179Used by:186
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:186
Symbol 183 MovieClipUsed by:185
Symbol 184 MovieClipUsed by:185
Symbol 185 MovieClipUses:183 184Used by:186
Symbol 186 MovieClipUses:180 182 185Used by:187
Symbol 187 MovieClipUses:186 176Used by:326
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:188 189Used by:235
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:233
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:233
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:233
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:233
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:233
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:233
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:233
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:233
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:233
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:233
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:233
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:233
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:233
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:233
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:233
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:233
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:233
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:233
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:233
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:233
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClipUses:192 194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232Used by:235
Symbol 234 MovieClipUses:176Used by:235
Symbol 235 MovieClip [pizzaPlaceMc]Uses:190 233 234Used by:236
Symbol 236 MovieClipUses:235Used by:326
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:326
Symbol 239 BitmapUsed by:274
Symbol 240 BitmapUsed by:274
Symbol 241 BitmapUsed by:274
Symbol 242 BitmapUsed by:274
Symbol 243 BitmapUsed by:274
Symbol 244 BitmapUsed by:274
Symbol 245 BitmapUsed by:274
Symbol 246 BitmapUsed by:274
Symbol 247 BitmapUsed by:274
Symbol 248 BitmapUsed by:274
Symbol 249 BitmapUsed by:274
Symbol 250 BitmapUsed by:274
Symbol 251 BitmapUsed by:274
Symbol 252 BitmapUsed by:274
Symbol 253 BitmapUsed by:274
Symbol 254 BitmapUsed by:274
Symbol 255 BitmapUsed by:274
Symbol 256 BitmapUsed by:274
Symbol 257 BitmapUsed by:274
Symbol 258 BitmapUsed by:274
Symbol 259 BitmapUsed by:274
Symbol 260 BitmapUsed by:274
Symbol 261 BitmapUsed by:274
Symbol 262 BitmapUsed by:274
Symbol 263 BitmapUsed by:274
Symbol 264 BitmapUsed by:274
Symbol 265 BitmapUsed by:274
Symbol 266 BitmapUsed by:274
Symbol 267 BitmapUsed by:274
Symbol 268 BitmapUsed by:274
Symbol 269 BitmapUsed by:274
Symbol 270 BitmapUsed by:274
Symbol 271 BitmapUsed by:274
Symbol 272 BitmapUsed by:274
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273Used by:318
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:317
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:317
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:317
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:317
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:317
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:317
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:317
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:317
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:317
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:317
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:317
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:317
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:317
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:317
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:317
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:317
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:317
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:317
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:317
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:317
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:317
Symbol 317 MovieClipUses:276 278 280 282 284 286 288 290 292 294 296 298 300 302 304 306 308 310 312 314 316Used by:318
Symbol 318 MovieClipUses:274 317Used by:326
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:326 338
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321Used by:326 338
Symbol 323 GraphicUsed by:325 360 362
Symbol 324 TextUses:108Used by:325
Symbol 325 MovieClipUses:323 324Used by:326
Symbol 326 MovieClipUses:174 177 187 236 238 318 320 322 325Used by:Timeline
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:364
Symbol 329 TextUses:108Used by:364
Symbol 330 TextUses:108Used by:332
Symbol 331 TextUses:108Used by:332
Symbol 332 ButtonUses:330 331 97Used by:364
Symbol 333 GraphicUsed by:338
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:334Used by:337
Symbol 336 MovieClipUses:130Used by:337
Symbol 337 MovieClipUses:335 336Used by:338
Symbol 338 MovieClipUses:333 337 320 322 129Used by:364
Symbol 339 TextUses:108Used by:343
Symbol 340 TextUses:108Used by:343
Symbol 341 TextUses:108Used by:343
Symbol 342 TextUses:108Used by:343
Symbol 343 MovieClipUses:339 340 341 342Used by:364
Symbol 344 GraphicUsed by:348
Symbol 345 EditableTextUses:108Used by:348
Symbol 346 EditableTextUses:108Used by:348
Symbol 347 EditableTextUses:108Used by:348
Symbol 348 MovieClipUses:344 345 346 347Used by:354
Symbol 349 ShapeTweeningUsed by:354
Symbol 350 BitmapUsed by:351
Symbol 351 GraphicUses:350Used by:354
Symbol 352 TextUses:108Used by:354
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:348 349 351 352 353Used by:364
Symbol 355 TextUses:108Used by:360
Symbol 356 GraphicUsed by:360
Symbol 357 TextUses:108Used by:360
Symbol 358 GraphicUsed by:360
Symbol 359 TextUses:108Used by:360
Symbol 360 MovieClipUses:323 355 356 357 358 359Used by:364
Symbol 361 TextUses:108Used by:362
Symbol 362 MovieClipUses:323 361Used by:364
Symbol 363 EditableTextUses:108Used by:364
Symbol 364 MovieClipUses:328 329 160 332 338 343 354 360 163 362 363Used by:Timeline
Symbol 365 MovieClipUses:145Used by:Timeline
Symbol 366 FontUsed by:367 368
Symbol 367 EditableTextUses:108 366Used by:Timeline
Symbol 368 EditableTextUses:108 366Used by:Timeline
Symbol 369 TextUses:108Used by:Timeline
Symbol 370 TextUses:108Used by:Timeline
Symbol 371 TextUses:108Used by:374
Symbol 372 TextUses:108Used by:374
Symbol 373 GraphicUsed by:374
Symbol 374 ButtonUses:371 372 373Used by:Timeline

Instance Names

"cMore"Frame 1Symbol 92 MovieClip
"start_btn"Frame 2Symbol 149 MovieClip
"continue_btn"Frame 2Symbol 155 MovieClip
"wall"Frame 3Symbol 326 MovieClip
"userInterface"Frame 3Symbol 364 MovieClip
"final_score"Frame 4Symbol 367 EditableText
"shaddow"Symbol 87 MovieClip Frame 60Symbol 78 MovieClip
"shaddow"Symbol 87 MovieClip Frame 72Symbol 78 MovieClip
"growBar"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"preloadClip"Symbol 92 MovieClip Frame 1Symbol 91 MovieClip
"time_scored"Symbol 118 MovieClip Frame 1Symbol 117 EditableText
"text_holder"Symbol 119 MovieClip Frame 1Symbol 118 MovieClip
"backGround"Symbol 121 MovieClip [popUp] Frame 1Symbol 95 Button
"cars_display"Symbol 121 MovieClip [popUp] Frame 1Symbol 107 MovieClip
"popButton"Symbol 121 MovieClip [popUp] Frame 1Symbol 112 Button
"popText"Symbol 121 MovieClip [popUp] Frame 1Symbol 119 MovieClip
"pizza1"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"pizza2"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"pizza3"Symbol 130 MovieClip Frame 1Symbol 125 MovieClip
"base"Symbol 130 MovieClip Frame 1Symbol 127 MovieClip
"car"Symbol 130 MovieClip Frame 1Symbol 129 MovieClip
"map_in"Symbol 133 MovieClip [theList] Frame 1Symbol 130 MovieClip
"popButton"Symbol 133 MovieClip [theList] Frame 1Symbol 132 Button
"backGround"Symbol 141 MovieClip [popDeath] Frame 1Symbol 95 Button
"soundOnOff"Symbol 160 MovieClip Frame 1Symbol 159 MovieClip
"fl_p"Symbol 185 MovieClip Frame 1Symbol 183 MovieClip
"br_p"Symbol 185 MovieClip Frame 1Symbol 183 MovieClip
"fr_p"Symbol 185 MovieClip Frame 1Symbol 183 MovieClip
"bl_p"Symbol 185 MovieClip Frame 1Symbol 183 MovieClip
"left_wheel1"Symbol 186 MovieClip Frame 1Symbol 180 MovieClip
"right_wheel1"Symbol 186 MovieClip Frame 1Symbol 180 MovieClip
"hit_points"Symbol 186 MovieClip Frame 1Symbol 185 MovieClip
"car_in"Symbol 187 MovieClip Frame 1Symbol 186 MovieClip
"the_man"Symbol 235 MovieClip [pizzaPlaceMc] Frame 1Symbol 233 MovieClip
"the_man"Symbol 235 MovieClip [pizzaPlaceMc] Frame 51Symbol 233 MovieClip
"base"Symbol 318 MovieClip Frame 1Symbol 317 MovieClip
"lvl"Symbol 326 MovieClip Frame 1Symbol 174 MovieClip
"pizza1"Symbol 326 MovieClip Frame 1Symbol 177 MovieClip
"pizza2"Symbol 326 MovieClip Frame 1Symbol 177 MovieClip
"pizza3"Symbol 326 MovieClip Frame 1Symbol 177 MovieClip
"car"Symbol 326 MovieClip Frame 1Symbol 187 MovieClip
"pizzas"Symbol 326 MovieClip Frame 1Symbol 236 MovieClip
"wall"Symbol 326 MovieClip Frame 1Symbol 238 MovieClip
"above"Symbol 326 MovieClip Frame 1Symbol 318 MovieClip
"pointer1"Symbol 326 MovieClip Frame 1Symbol 320 MovieClip
"pointer2"Symbol 326 MovieClip Frame 1Symbol 320 MovieClip
"pointer3"Symbol 326 MovieClip Frame 1Symbol 320 MovieClip
"basePointer"Symbol 326 MovieClip Frame 1Symbol 322 MovieClip
"tutorial1"Symbol 326 MovieClip Frame 1Symbol 325 MovieClip
"the_map_in"Symbol 336 MovieClip Frame 1Symbol 130 MovieClip
"the_map"Symbol 337 MovieClip Frame 1Symbol 336 MovieClip
"the_map"Symbol 337 MovieClip Frame 2Symbol 336 MovieClip
"minimap_in"Symbol 338 MovieClip Frame 1Symbol 337 MovieClip
"pointer2"Symbol 338 MovieClip Frame 1Symbol 320 MovieClip
"pointer3"Symbol 338 MovieClip Frame 1Symbol 320 MovieClip
"pointer1"Symbol 338 MovieClip Frame 1Symbol 320 MovieClip
"basePointer"Symbol 338 MovieClip Frame 1Symbol 322 MovieClip
"rotator"Symbol 338 MovieClip Frame 1Symbol 129 MovieClip
"time_left"Symbol 348 MovieClip Frame 1Symbol 345 EditableText
"time_left"Symbol 348 MovieClip Frame 2Symbol 346 EditableText
"time_left"Symbol 348 MovieClip Frame 106Symbol 347 EditableText
"time_left_mc"Symbol 354 MovieClip Frame 1Symbol 348 MovieClip
"minimap"Symbol 364 MovieClip Frame 1Symbol 338 MovieClip
"UI_pizzasLoaded"Symbol 364 MovieClip Frame 1Symbol 343 MovieClip
"tipometer"Symbol 364 MovieClip Frame 1Symbol 354 MovieClip
"tutorial3"Symbol 364 MovieClip Frame 1Symbol 360 MovieClip
"tutorial2"Symbol 364 MovieClip Frame 1Symbol 362 MovieClip
"target_txt"Symbol 364 MovieClip Frame 1Symbol 363 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 11284 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..."
ExportAssets (56)Timeline Frame 1Symbol 1 as "thanks6"
ExportAssets (56)Timeline Frame 1Symbol 2 as "thanks4"
ExportAssets (56)Timeline Frame 1Symbol 3 as "thanks1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "thanks5"
ExportAssets (56)Timeline Frame 1Symbol 5 as "thanks3"
ExportAssets (56)Timeline Frame 1Symbol 6 as "thanks7"
ExportAssets (56)Timeline Frame 1Symbol 7 as "thanks2"
ExportAssets (56)Timeline Frame 1Symbol 375 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 376 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 377 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 2Symbol 121 as "popUp"
ExportAssets (56)Timeline Frame 2Symbol 133 as "theList"
ExportAssets (56)Timeline Frame 2Symbol 141 as "popDeath"
ExportAssets (56)Timeline Frame 2Symbol 143 as "Loop"
ExportAssets (56)Timeline Frame 3Symbol 235 as "pizzaPlaceMc"

Labels

"TS"Frame 2
"game"Frame 3
"congrats"Frame 4
"normal"Symbol 348 MovieClip Frame 1
"good"Symbol 348 MovieClip Frame 2
"bad"Symbol 348 MovieClip Frame 106




http://swfchan.com/24/118367/info.shtml
Created: 7/3 -2019 06:51:50 Last modified: 7/3 -2019 06:51:50 Server time: 27/04 -2024 13:59:01