STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #122366 |
Well done!! You have made it onto the high score table. Please enter your name below: |
Trucks carrying building materials are what you’re after. Avoid civilian traffic as it will lose you points. Whilst you need to avoid most civilian traffic, you can earn extra points by catching speeding cars. Look out for boy racers to max your score!! One last thing - anything other than building materials will reduce the completion percentage so even though boy racers can get you points, they might mean you don't get the job done in time. |
Hit spacebar to drop magnet down. Be sure to time it right as once the mighty magnet is under way, there’s no stopping it!! |
Use arrow keys to move the cranes magnet around. There is a target that should help you aim for the right lane and right vehicle. |
complete: |
complete: |
complete: |
score: |
score: |
score: |
ActionScript [AS1/AS2]
Instance of Symbol 72 MovieClip "loading" in Frame 1onClipEvent (load) { this.swapDepths(9999999993); }Frame 2if (_framesloaded == _totalframes) { _root.gotoAndStop(5); _root.loading._visible = false; } else { _root.gotoAndPlay(1); }Frame 5carhorn1 = new Sound(); carhorn1.attachSound("carhorn1"); carhorn2 = new Sound(); carhorn2.attachSound("carhorn2"); chime = new Sound(); chime.attachSound("chime"); citytraffic1 = new Sound(); citytraffic1.attachSound("citytraffic1"); citytraffic1.setVolume(10); constant = new Sound(); constant.attachSound("constant"); drop = new Sound(); drop.attachSound("drop"); drop2 = new Sound(); drop2.attachSound("drop2"); endmove = new Sound(); endmove.attachSound("endmove"); honk = new Sound(); honk.attachSound("honk"); startmove = new Sound(); startmove.attachSound("startmove"); function remove(clipname) { eval (clipname).removeMovieClip(); if (0 < _root.world.vehicles) { _root.world.vehicles--; } } stop(); _root.winscreen._visible = false; _root.losescreen._visible = false; world = new Object(); world.counter = 1; world.vehicles = 0; world.level = 2; world.vehiclesMax = world.level + 2; world.clawActive = undefined; world.active = false; world.score = 0; world.percentage = 0; world.scoreHolder = 0; world.percentageHolder = 0; world.dropping = false; world.startMask = _root.maskmovie._y; world.registerScore = function () { if (_root.world.percentageHolder < 0) { _root.world.percentageHolder = 0; } _root.score.scorekeep = _root.world.scoreHolder; _root.percentage.percentagekeep = _root.world.percentageHolder + "%"; _root.maskMovie._y = _root.world.startmask - (_root.world.percentageHolder * 2); if (_root.world.percentageHolder >= "100") { _root.world.winGame(); } updateAfterEvent(); }; world.vehicleArray1 = ["car1", "sports1", "lorry", "bus", "bike1"]; world.vehicleArray2 = ["car2", "sports2", "lorry2", "limo", "bike2"]; world.createVehicle = function (lane) { tmp_rand = Math.floor(Math.random() * _root.world.vehicleArray1.length); if ((lane == null) || undefined) { lane = Math.floor(Math.random() * 2) + 1; } if (lane == 1) { _root.carhorn1.start(0, 0); tmp_vehicle = _root.world.vehicleArray1[tmp_rand]; } else if (lane == 2) { _root.carhorn2.start(0, 0); tmp_vehicle = _root.world.vehicleArray2[tmp_rand]; } suffix = "_" + _root.world.counter; eval ("_root." + tmp_vehicle).duplicateMovieClip(tmp_vehicle + suffix, _root.world.counter + 1000); _root.world.counter++; _root.world.vehicles++; }; world.grab = function (name, linkage, lane, tmp_score, tmp_percentage) { if (_root.world.active == true) { _root.dropHit.dropActive = true; _root.world.active = false; _root.claw.active = false; _root.claw.magnet.container.attachMovie(linkage, "grabbed", 666); _root.world.scoreHolder = _root.world.scoreHolder + tmp_score; _root.world.percentageHolder = _root.world.percentageHolder + tmp_percentage; } }; world.drop = function () { if (_root.world.active == false) { _root.drop2.start(0, 0); _root.world.registerScore(); trace("dropped vehicle"); _root.claw.magnet.container.grabbed.removeMovieClip(); _root.world.vehicles--; _root.world.createVehicle(); _root.world.active = true; } }; world.startGame = function () { trace("world.starting game"); _root.gametime.gametime = 60; var z = 0; while (z < _root.world.level) { _root.world.createVehicle(); updateAfterEvent(); z++; } _root.world.percentageHolder = 0; _root.world.registerScore(); _root.world.active = true; _root.claw.active = true; _root.claw.begin = true; _root.citytraffic1.start(0, 99999); }; world.winGame = function () { trace("win game"); _root.citytraffic1.stop(); _root.world.active = false; _root.world.clawActive = false; _root.world.level++; _root.world.vehicles = 0; _root.winscreen_1._visible = true; _root.winscreen_1.swapDepths(99999999); }; world.endGame = function () { if (_root.score.scorekeep >= _root.highscores.score10) { _root.highscores._visible = true; _root.highscores.gotoAndStop(2); } trace("end game"); _root.citytraffic1.stop(); _root.world.active = false; _root.world.clawActive = false; _root.world.level = 2; _root.losescreen_1._visible = true; _root.losescreen_1.swapDepths(99999999); }; world.resetGame = function () { trace("reset game"); _root.world.scoreHolder = 0; _root.world.percentageHolder = 0; _root.world.level = 2; _root.world.registerScore(); _root.crane.gotoAndPlay(2); }; world.activate = function () { _root.world.active = true; _root.world.clawActive = true; }; world.deactivate = function () { _root.world.active = false; _root.world.clawActive = false; }; _root.constant.setVolume(70);Instance of Symbol 122 MovieClip "highscores" in Frame 5onClipEvent (load) { function readscores() { this.loadVariables("highscore_read.php"); } function writescores() { this.loadVariables("highscore_write.php", "POST"); this.gotoAndStop(1); } readscores(); } onClipEvent (load) { this.swapDepths(9999999991); }Instance of Symbol 146 MovieClip "intro_1" in Frame 5onClipEvent (load) { this.swapDepths(999999999); }Instance of Symbol 166 MovieClip "timer1" in Frame 5onClipEvent (enterFrame) { if (_root.world.percentageHolder >= "100") { _root.claw.active = false; _root.world.active = false; } if (_root.gametime.gametime == 0) { _root.claw.active = false; _root.world.active = false; } }Instance of Symbol 170 MovieClip "winscreen_1" in Frame 5onClipEvent (load) { this._visible = false; }Instance of Symbol 173 MovieClip "losescreen_1" in Frame 5onClipEvent (load) { this._visible = false; }Instance of Symbol 174 MovieClip "dropHit" in Frame 5onClipEvent (load) { this.dropActive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.claw.magnet)) { _root.claw.dropping = false; } if (_root.claw.active == false) { if (this.hitTest(_root.claw.magnet) && (this.dropActive == true)) { trace("dropper is hit"); this.dropActive = false; _root.claw.gotoAndPlay("drop"); } } }Instance of Symbol 174 MovieClip "hit" in Frame 5/* no clip actions */Instance of Symbol 177 MovieClip "frontbeamcover" in Frame 5onClipEvent (enterFrame) { this.swapDepths(999999); this._x = _root.claw._x; }Instance of Symbol 180 MovieClip "frontbeam" in Frame 5onClipEvent (enterFrame) { this._x = _root.claw._x; }Instance of Symbol 183 MovieClip "target" in Frame 5onClipEvent (enterFrame) { this._x = _root.claw._x; this._y = _root.claw._y + 293; }Instance of Symbol 16 MovieClip [claw] "claw" in Frame 5onClipEvent (load) { function changeLane() { if (this.lane == 2) { this.lane = 1; this.Xpos = this.Xpos - this.displacement; this.Ypos = this.Ypos - this.displacement; } else if (this.lane == 1) { this.lane = 2; this.Xpos = this.Xpos + this.displacement; this.Ypos = this.Ypos + this.displacement; } } this.swapDepths(99999); this.speed = 50; this.lane = 1; this.dropping = false; this.active = false; this.displacement = 50; this.begin = false; } onClipEvent (enterFrame) { while (this.Xpos < 60) { this.Xpos++; } while (470 < this.Xpos) { this.Xpos--; } if (this.active == true) { if (Key.isDown(37) && (!Key.isDown(39))) { Xpos = Xpos - 6; _root.constant.start(0, 0); } if (Key.isDown(39) && (!Key.isDown(37))) { Xpos = Xpos + 6; _root.constant.start(0, 0); } if (Key.isDown(38) && (!Key.isDown(40))) { if (this.lane == 2) { this.changeLane(); } } if (Key.isDown(40) && (!Key.isDown(38))) { if (this.lane == 1) { this.changeLane(); } } if (Key.isDown(32) && (this.dropping == false)) { _root.drop.start(0, 0); this.dropping = true; _root.claw.gotoAndPlay("lower"); } } if (this.begin == true) { if ((this.Xpos == null) || undefined) { this.Xpos = this._x; } if ((this.Ypos == null) || undefined) { this.Ypos = this._y; } this.Ysquare = this._y; this.Xsquare = this._x; this.Ydiff = this.Ypos - this.Ysquare; this.Xdiff = this.Xpos - this.Xsquare; this.Ymove = Math.floor(this.Ydiff / 2); this.Xmove = Math.floor(this.Xdiff / 2); this._x = Math.floor(this.Xsquare + this.Xmove); this._y = Math.floor(this.Ysquare + this.Ymove); } }Instance of Symbol 22 MovieClip [bike2] "bike2" in Frame 5onClipEvent (load) { if (this._name != "bike2") { this._x = 600 + (this.width / 2); this._y = 362; } tmp_speed = Math.floor(Math.random() * 5) + 5; this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "bike2") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 2)) && (_root.claw.active == true)) { _root.world.grab(this._name, "bike2", 2, -57, -5); _root.remove(this._name); } this._x = this._x - this.speed; if (this._x < (-(this._width / 2))) { _root.world.createVehicle(2); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 28 MovieClip [bike1] "bike1" in Frame 5onClipEvent (load) { if (this._name != "bike1") { this._x = -(this.width / 2); this._y = 300; } tmp_speed = Math.floor(Math.random() * 5) + 5; this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "bike1") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 1)) && (_root.claw.active == true)) { _root.world.grab(this._name, "bike1", 1, -63, -5); _root.remove(this._name); } this._x = this._x + this.speed; if ((600 + (this._width / 2)) < this._x) { _root.world.createVehicle(1); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 34 MovieClip [bus] "bus" in Frame 5onClipEvent (load) { if (this._name != "bus") { this._x = -(this.width / 2); this._y = 280; } tmp_speed = Math.floor(Math.random() * 3); this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "bus") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 1)) && (_root.claw.active == true)) { _root.world.grab(this._name, "bus", 1, -200, -10); _root.remove(this._name); } this._x = this._x + this.speed; if ((600 + (this._width / 2)) < this._x) { _root.world.createVehicle(1); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 40 MovieClip [limo] "limo" in Frame 5onClipEvent (load) { if (this._name != "limo") { this._x = 600 + (this.width / 2); this._y = 370; } tmp_speed = Math.floor(Math.random() * 3); this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "limo") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 2)) && (_root.claw.active == true)) { _root.world.grab(this._name, "limo", 2, -200, -10); _root.remove(this._name); } this._x = this._x - this.speed; if (this._x < (-(this._width / 2))) { _root.world.createVehicle(2); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 44 MovieClip [sports2] "sports2" in Frame 5onClipEvent (load) { if (this._name != "sports2") { this._x = 600 + (this.width / 2); this._y = 370; } tmp_speed = Math.floor(Math.random() * 5) + 5; this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "sports2") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 2)) && (_root.claw.active == true)) { _root.world.grab(this._name, "sports2", 2, 1078, -5); _root.remove(this._name); } this._x = this._x - this.speed; if (this._x < (-(this._width / 2))) { _root.world.createVehicle(2); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 48 MovieClip [sports1] "sports1" in Frame 5onClipEvent (load) { if (this._name != "sports1") { this._x = -(this.width / 2); this._y = 312; } tmp_speed = Math.floor(Math.random() * 5) + 5; this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "sports1") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 1)) && (_root.claw.active == true)) { _root.world.grab(this._name, "sports1", 1, 1032, -5); _root.remove(this._name); } this._x = this._x + this.speed; if ((600 + (this._width / 2)) < this._x) { _root.world.createVehicle(1); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 54 MovieClip [car1] "car1" in Frame 5onClipEvent (load) { if (this._name != "car1") { this._x = -(this.width / 2); this._y = 306; } tmp_speed = Math.floor(Math.random() * 5) + 5; this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "car1") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 1)) && (_root.claw.active == true)) { _root.world.grab(this._name, "car1", 1, -57, -5); _root.remove(this._name); } this._x = this._x + this.speed; if ((600 + (this._width / 2)) < this._x) { _root.world.createVehicle(1); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 60 MovieClip [car2] "car2" in Frame 5onClipEvent (load) { if (this._name != "car2") { this._x = 600 + (this.width / 2); this._y = 370; } tmp_speed = Math.floor(Math.random() * 5) + 5; this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { if (((this._name != "car2") || "grabbed") || "dropped") { if ((this.hitTest(_root.claw.magnet.container) && (_root.claw.lane == 2)) && (_root.claw.active == true)) { _root.world.grab(this._name, "car2", 2, -123, -5); _root.remove(this._name); } this._x = this._x - this.speed; if (this._x < (-(this._width / 2))) { _root.world.createVehicle(2); this.alive = false; _root.remove(this._name); } } } }Instance of Symbol 137 MovieClip "lorry2" in Frame 5onClipEvent (load) { if (this._name != "lorry2") { this._x = 600 + (this._width / 2); this._y = 364; } tmp_speed = Math.floor(Math.random() * 5); this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { this._x = this._x - this.speed; if (this._x < (-(this._width / 2))) { this.alive = false; _root.remove(this._name); } } }Instance of Symbol 66 MovieClip [girders] "girders" in Frame 5onClipEvent (enterFrame) { if ((((_root.world.active == true) && (((_name != "girders") || "grabbed") || "dropped")) && (_root.world.clawActive == true)) && (_root.claw.lane == 1)) { if (this.hitTest(_root.claw.magnet.container)) { trace("girders picked up"); _root.world.grab(this._name, "girders", 1, 200, 10); this._visible = false; } } }Instance of Symbol 188 MovieClip "lorry" in Frame 5onClipEvent (load) { if (this._name != "lorry") { this._x = -(this._width / 2); this._y = 304; } tmp_speed = Math.floor(Math.random() * 5); this.speed = tmp_speed + (2 * _root.world.level); this.alive = true; } onClipEvent (enterFrame) { if (this.alive == true) { this._x = this._x + this.speed; if ((600 + (this._width / 2)) < this._x) { this.alive = false; _root.remove(this._name); } } }Symbol 16 MovieClip [claw] Frame 1stop();Symbol 16 MovieClip [claw] Frame 2Symbol 16 MovieClip [claw] Frame 39this.dropping = false; _root.world.dropping = false; if (this.lane == 2) { this.changeLane(); this.Xpos = 57; } else { this.Xpos = 57; }Symbol 16 MovieClip [claw] Frame 40stop();Symbol 16 MovieClip [claw] Frame 43_root.world.drop(); this.Xpos = this.Xpos + 50;Symbol 16 MovieClip [claw] Frame 52this.dropping = false; _root.world.dropping = false; this.active = true;Instance of Symbol 39 MovieClip "limo_clip" in Symbol 40 MovieClip [limo] Frame 1onClipEvent (load) { if (_parent.lane == 0) { this._visible = false; } }Instance of Symbol 53 MovieClip "car_lane_right" in Symbol 54 MovieClip [car1] Frame 1onClipEvent (load) { if (_parent.lane == 1) { this._visible = false; } }Instance of Symbol 59 MovieClip "car_lane_left" in Symbol 60 MovieClip [car2] Frame 1onClipEvent (load) { if (_parent.lane == 0) { this._visible = false; } }Symbol 81 Buttonon (press) { _root.highscores._visible = false; _root.world.resetGame(); _root.crane.gotoAndPlay(2); _root.intro_1.gotoAndStop(5); _root.sky.gotoAndStop(1); }Symbol 87 Buttonon (press) { _root.intro_timer.gotoAndStop(2); _root.intro_timer.gotoAndStop(101); _root.highscores._visible = false; }Symbol 119 Buttonon (press) { this.score = _root.score.scorekeep; writescores(); _root.losescreen_1._visible = false; _root.intro_1.gotoAndStop(1); }Symbol 122 MovieClip Frame 1stop();Symbol 122 MovieClip Frame 2stop();Symbol 123 MovieClip Frame 100gotoAndPlay (1); _parent.nextFrame();Symbol 123 MovieClip Frame 101stop();Symbol 129 Buttonon (release) { _root.highscores._visible = true; intro_timer.gotoAndStop(101); gotoAndStop (2); }Symbol 130 Buttonon (press) { intro_timer.gotoAndStop(101); gotoAndStop (2); }Instance of Symbol 63 MovieClip [pipes] "pipes" in Symbol 137 MovieClip Frame 1onClipEvent (enterFrame) { if ((((_root.world.active == true) && (((_name != "pipes1") || "grabbed") || "dropped")) && (_root.claw.active == true)) && (_root.claw.lane == 2)) { if (this.hitTest(_root.claw.magnet.container)) { trace("pipes picked up"); _root.world.grab(this._name, "pipes", 2, 425, 10); this._visible = false; } } }Symbol 146 MovieClip Frame 1stop(); _root.highscores._visible = false;Symbol 146 MovieClip Frame 2Symbol 146 MovieClip Frame 3_root.highscores.gotoAndStop(1); _root.highscores._visible = true;Symbol 146 MovieClip Frame 4gotoAndStop (1);Symbol 166 MovieClip Frame 30if (_root.world.active == true) { trace("Vehicles in world: " + _root.world.vehicles); _root.gametime.gametime--; if (_root.gametime.gametime == 0) { _root.world.endGame(); } if (_root.world.vehicles < _root.world.vehiclesMax) { var decide = Math.floor(Math.random() * 100); if (decide < 80) { trace("better make another vehicle"); _root.world.createVehicle(); } } }Symbol 169 Buttonon (press) { _root.sky.nextFrame(); _root.world.startGame(); this._visible = false; }Symbol 172 Buttonon (press) { _root.world.resetGame(); this._visible = false; _root.intro_1.gotoAndStop(1); _root.sky.gotoAndStop(1); }Instance of Symbol 66 MovieClip [girders] "girders1" in Symbol 188 MovieClip Frame 1onClipEvent (enterFrame) { if ((((_root.world.active == true) && (((_name != "girders") || "grabbed") || "dropped")) && (_root.claw.active == true)) && (_root.claw.lane == 1)) { if (this.hitTest(_root.claw.magnet.container)) { trace("girders picked up"); _root.world.grab(this._name, "girders", 1, 200, 5); this._visible = false; } } }Symbol 201 MovieClip Frame 1stop();Symbol 201 MovieClip Frame 52_root.world.startGame(); stop();Symbol 223 MovieClip Frame 1stop();Symbol 223 MovieClip Frame 2play();Symbol 223 MovieClip Frame 20stop();Symbol 223 MovieClip Frame 21play();Symbol 223 MovieClip Frame 40stop();Symbol 223 MovieClip Frame 41play();
Library Items
Symbol 1 Sound [startmove] | ||
Symbol 2 Sound [honk] | ||
Symbol 3 Sound [endmove] | ||
Symbol 4 Sound [drop2] | ||
Symbol 5 Sound [drop] | ||
Symbol 6 Sound [constant] | ||
Symbol 7 Sound [citytraffic1] | ||
Symbol 8 Sound [chime] | ||
Symbol 9 Sound [carhorn2] | ||
Symbol 10 Sound [carhorn1] | ||
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip [container] | Uses:11 | Used by:15 |
Symbol 13 Bitmap | Used by:14 | |
Symbol 14 Graphic | Uses:13 | Used by:15 |
Symbol 15 MovieClip | Uses:14 12 | Used by:16 |
Symbol 16 MovieClip [claw] | Uses:15 | Used by:Timeline |
Symbol 17 Bitmap | Used by:18 | |
Symbol 18 Graphic | Uses:17 | Used by:21 |
Symbol 19 Bitmap | Used by:20 | |
Symbol 20 Graphic | Uses:19 | Used by:21 |
Symbol 21 MovieClip | Uses:18 20 | Used by:22 |
Symbol 22 MovieClip [bike2] | Uses:21 | Used by:Timeline |
Symbol 23 Bitmap | Used by:24 | |
Symbol 24 Graphic | Uses:23 | Used by:27 |
Symbol 25 Bitmap | Used by:26 | |
Symbol 26 Graphic | Uses:25 | Used by:27 |
Symbol 27 MovieClip | Uses:24 26 | Used by:28 |
Symbol 28 MovieClip [bike1] | Uses:27 | Used by:Timeline |
Symbol 29 Bitmap | Used by:30 | |
Symbol 30 Graphic | Uses:29 | Used by:33 |
Symbol 31 Bitmap | Used by:32 | |
Symbol 32 Graphic | Uses:31 | Used by:33 |
Symbol 33 MovieClip | Uses:30 32 | Used by:34 |
Symbol 34 MovieClip [bus] | Uses:33 | Used by:Timeline |
Symbol 35 Bitmap | Used by:36 | |
Symbol 36 Graphic | Uses:35 | Used by:39 |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:39 |
Symbol 39 MovieClip | Uses:36 38 | Used by:40 |
Symbol 40 MovieClip [limo] | Uses:39 | Used by:Timeline |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:43 |
Symbol 43 MovieClip | Uses:42 | Used by:44 |
Symbol 44 MovieClip [sports2] | Uses:43 | Used by:Timeline |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:47 |
Symbol 47 MovieClip | Uses:46 | Used by:48 146 |
Symbol 48 MovieClip [sports1] | Uses:47 | Used by:Timeline |
Symbol 49 Bitmap | Used by:50 | |
Symbol 50 Graphic | Uses:49 | Used by:53 |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:53 |
Symbol 53 MovieClip | Uses:50 52 | Used by:54 146 |
Symbol 54 MovieClip [car1] | Uses:53 | Used by:Timeline |
Symbol 55 Bitmap | Used by:56 | |
Symbol 56 Graphic | Uses:55 | Used by:59 |
Symbol 57 Bitmap | Used by:58 | |
Symbol 58 Graphic | Uses:57 | Used by:59 |
Symbol 59 MovieClip | Uses:56 58 | Used by:60 |
Symbol 60 MovieClip [car2] | Uses:59 | Used by:146 Timeline |
Symbol 61 Bitmap | Used by:62 | |
Symbol 62 Graphic | Uses:61 | Used by:63 |
Symbol 63 MovieClip [pipes] | Uses:62 | Used by:137 Timeline |
Symbol 64 Bitmap | Used by:65 | |
Symbol 65 Graphic | Uses:64 | Used by:66 |
Symbol 66 MovieClip [girders] | Uses:65 | Used by:188 Timeline |
Symbol 67 Graphic | Used by:70 | |
Symbol 68 Graphic | Used by:70 75 | |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:68 67 69 | Used by:72 |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:70 71 | Used by:Timeline |
Symbol 73 Graphic | Used by:75 | |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:68 73 74 | Used by:122 |
Symbol 76 Graphic | Used by:81 | |
Symbol 77 Graphic | Used by:81 | |
Symbol 78 Graphic | Used by:81 | |
Symbol 79 Graphic | Used by:81 | |
Symbol 80 Graphic | Used by:81 | |
Symbol 81 Button | Uses:76 77 78 79 80 | Used by:122 146 |
Symbol 82 Graphic | Used by:87 130 | |
Symbol 83 Graphic | Used by:87 130 | |
Symbol 84 Graphic | Used by:87 130 | |
Symbol 85 Graphic | Used by:87 130 | |
Symbol 86 Graphic | Used by:87 130 | |
Symbol 87 Button | Uses:82 83 84 85 86 | Used by:122 |
Symbol 88 Font | Used by:89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 147 148 149 151 152 153 154 155 156 158 159 160 161 162 163 | |
Symbol 89 EditableText | Uses:88 | Used by:122 |
Symbol 90 EditableText | Uses:88 | Used by:122 |
Symbol 91 EditableText | Uses:88 | Used by:122 |
Symbol 92 EditableText | Uses:88 | Used by:122 |
Symbol 93 EditableText | Uses:88 | Used by:122 |
Symbol 94 EditableText | Uses:88 | Used by:122 |
Symbol 95 EditableText | Uses:88 | Used by:122 |
Symbol 96 EditableText | Uses:88 | Used by:122 |
Symbol 97 EditableText | Uses:88 | Used by:122 |
Symbol 98 EditableText | Uses:88 | Used by:122 |
Symbol 99 EditableText | Uses:88 | Used by:122 |
Symbol 100 EditableText | Uses:88 | Used by:122 |
Symbol 101 EditableText | Uses:88 | Used by:122 |
Symbol 102 EditableText | Uses:88 | Used by:122 |
Symbol 103 EditableText | Uses:88 | Used by:122 |
Symbol 104 EditableText | Uses:88 | Used by:122 |
Symbol 105 EditableText | Uses:88 | Used by:122 |
Symbol 106 EditableText | Uses:88 | Used by:122 |
Symbol 107 EditableText | Uses:88 | Used by:122 |
Symbol 108 EditableText | Uses:88 | Used by:122 |
Symbol 109 Bitmap | Used by:110 131 | |
Symbol 110 Graphic | Uses:109 | Used by:122 |
Symbol 111 Graphic | Used by:122 173 | |
Symbol 112 Font | Used by:113 120 138 139 142 | |
Symbol 113 Text | Uses:112 | Used by:122 |
Symbol 114 Graphic | Used by:119 | |
Symbol 115 Graphic | Used by:119 | |
Symbol 116 Graphic | Used by:119 | |
Symbol 117 Graphic | Used by:119 | |
Symbol 118 Graphic | Used by:119 | |
Symbol 119 Button | Uses:114 115 116 117 118 | Used by:122 |
Symbol 120 EditableText | Uses:112 | Used by:122 |
Symbol 121 Graphic | Used by:122 | |
Symbol 122 MovieClip | Uses:75 81 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 119 120 121 | Used by:Timeline |
Symbol 123 MovieClip | Used by:146 | |
Symbol 124 Graphic | Used by:129 | |
Symbol 125 Graphic | Used by:129 | |
Symbol 126 Graphic | Used by:129 | |
Symbol 127 Graphic | Used by:129 | |
Symbol 128 Graphic | Used by:129 | |
Symbol 129 Button | Uses:124 125 126 127 128 | Used by:146 |
Symbol 130 Button | Uses:82 83 84 85 86 | Used by:146 |
Symbol 131 Graphic | Uses:109 | Used by:146 |
Symbol 132 Graphic | Used by:146 | |
Symbol 133 Bitmap | Used by:134 | |
Symbol 134 Graphic | Uses:133 | Used by:137 |
Symbol 135 Bitmap | Used by:136 | |
Symbol 136 Graphic | Uses:135 | Used by:137 |
Symbol 137 MovieClip | Uses:63 134 136 | Used by:146 Timeline |
Symbol 138 Text | Uses:112 | Used by:146 |
Symbol 139 Text | Uses:112 | Used by:146 |
Symbol 140 Bitmap | Used by:141 | |
Symbol 141 Graphic | Uses:140 | Used by:146 |
Symbol 142 Text | Uses:112 | Used by:146 |
Symbol 143 Graphic | Used by:146 | |
Symbol 144 Bitmap | Used by:145 | |
Symbol 145 Graphic | Uses:144 | Used by:146 |
Symbol 146 MovieClip | Uses:123 81 129 130 131 132 137 138 53 60 47 139 141 142 143 145 | Used by:Timeline |
Symbol 147 EditableText | Uses:88 | Used by:150 |
Symbol 148 EditableText | Uses:88 | Used by:150 |
Symbol 149 EditableText | Uses:88 | Used by:150 |
Symbol 150 MovieClip | Uses:147 148 149 | Used by:Timeline |
Symbol 151 Text | Uses:88 | Used by:157 |
Symbol 152 EditableText | Uses:88 | Used by:157 |
Symbol 153 Text | Uses:88 | Used by:157 |
Symbol 154 EditableText | Uses:88 | Used by:157 |
Symbol 155 Text | Uses:88 | Used by:157 |
Symbol 156 EditableText | Uses:88 | Used by:157 |
Symbol 157 MovieClip | Uses:151 152 153 154 155 156 | Used by:Timeline |
Symbol 158 Text | Uses:88 | Used by:164 |
Symbol 159 EditableText | Uses:88 | Used by:164 |
Symbol 160 Text | Uses:88 | Used by:164 |
Symbol 161 EditableText | Uses:88 | Used by:164 |
Symbol 162 Text | Uses:88 | Used by:164 |
Symbol 163 EditableText | Uses:88 | Used by:164 |
Symbol 164 MovieClip | Uses:158 159 160 161 162 163 | Used by:Timeline |
Symbol 165 Graphic | Used by:166 174 | |
Symbol 166 MovieClip | Uses:165 | Used by:Timeline |
Symbol 167 Graphic | Used by:170 | |
Symbol 168 Graphic | Used by:169 172 | |
Symbol 169 Button | Uses:168 | Used by:170 |
Symbol 170 MovieClip | Uses:167 169 | Used by:Timeline |
Symbol 171 Graphic | Used by:173 | |
Symbol 172 Button | Uses:168 | Used by:173 |
Symbol 173 MovieClip | Uses:171 111 172 | Used by:Timeline |
Symbol 174 MovieClip | Uses:165 | Used by:Timeline |
Symbol 175 Bitmap | Used by:176 | |
Symbol 176 Graphic | Uses:175 | Used by:177 |
Symbol 177 MovieClip | Uses:176 | Used by:Timeline |
Symbol 178 Bitmap | Used by:179 | |
Symbol 179 Graphic | Uses:178 | Used by:180 |
Symbol 180 MovieClip | Uses:179 | Used by:Timeline |
Symbol 181 Graphic | Used by:183 | |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:181 182 | Used by:Timeline |
Symbol 184 Bitmap | Used by:185 | |
Symbol 185 Graphic | Uses:184 | Used by:188 |
Symbol 186 Bitmap | Used by:187 | |
Symbol 187 Graphic | Uses:186 | Used by:188 |
Symbol 188 MovieClip | Uses:66 185 187 | Used by:Timeline |
Symbol 189 Bitmap | Used by:190 | |
Symbol 190 Graphic | Uses:189 | Used by:191 |
Symbol 191 MovieClip | Uses:190 | Used by:Timeline |
Symbol 192 Bitmap | Used by:193 | |
Symbol 193 Graphic | Uses:192 | Used by:201 |
Symbol 194 Bitmap | Used by:195 | |
Symbol 195 Graphic | Uses:194 | Used by:198 |
Symbol 196 Bitmap | Used by:197 | |
Symbol 197 Graphic | Uses:196 | Used by:198 |
Symbol 198 MovieClip | Uses:195 197 | Used by:201 |
Symbol 199 Bitmap | Used by:200 | |
Symbol 200 Graphic | Uses:199 | Used by:201 |
Symbol 201 MovieClip | Uses:193 198 200 | Used by:Timeline |
Symbol 202 Bitmap | Used by:203 | |
Symbol 203 Graphic | Uses:202 | Used by:204 |
Symbol 204 MovieClip | Uses:203 | Used by:Timeline |
Symbol 205 Graphic | Used by:Timeline | |
Symbol 206 Graphic | Used by:Timeline | |
Symbol 207 Graphic | Used by:208 | |
Symbol 208 MovieClip | Uses:207 | Used by:Timeline |
Symbol 209 Bitmap | Used by:210 | |
Symbol 210 Graphic | Uses:209 | Used by:211 |
Symbol 211 MovieClip | Uses:210 | Used by:Timeline |
Symbol 212 Graphic | Used by:213 214 | |
Symbol 213 MovieClip | Uses:212 | Used by:223 |
Symbol 214 MovieClip | Uses:212 | Used by:223 |
Symbol 215 Graphic | Used by:223 | |
Symbol 216 ShapeTweening | Used by:223 | |
Symbol 217 Graphic | Used by:223 | |
Symbol 218 Graphic | Used by:223 | |
Symbol 219 Graphic | Used by:223 | |
Symbol 220 ShapeTweening | Used by:223 | |
Symbol 221 Graphic | Used by:223 | |
Symbol 222 ShapeTweening | Used by:223 | |
Symbol 223 MovieClip | Uses:213 214 215 216 217 218 219 220 221 222 | Used by:Timeline |
Instance Names
"loading" | Frame 1 | Symbol 72 MovieClip |
"highscores" | Frame 5 | Symbol 122 MovieClip |
"intro_1" | Frame 5 | Symbol 146 MovieClip |
"gametime" | Frame 5 | Symbol 150 MovieClip |
"percentage" | Frame 5 | Symbol 157 MovieClip |
"score" | Frame 5 | Symbol 164 MovieClip |
"timer1" | Frame 5 | Symbol 166 MovieClip |
"winscreen_1" | Frame 5 | Symbol 170 MovieClip |
"losescreen_1" | Frame 5 | Symbol 173 MovieClip |
"dropHit" | Frame 5 | Symbol 174 MovieClip |
"hit" | Frame 5 | Symbol 174 MovieClip |
"frontbeamcover" | Frame 5 | Symbol 177 MovieClip |
"frontbeam" | Frame 5 | Symbol 180 MovieClip |
"target" | Frame 5 | Symbol 183 MovieClip |
"claw" | Frame 5 | Symbol 16 MovieClip [claw] |
"bike2" | Frame 5 | Symbol 22 MovieClip [bike2] |
"bike1" | Frame 5 | Symbol 28 MovieClip [bike1] |
"bus" | Frame 5 | Symbol 34 MovieClip [bus] |
"limo" | Frame 5 | Symbol 40 MovieClip [limo] |
"sports2" | Frame 5 | Symbol 44 MovieClip [sports2] |
"sports1" | Frame 5 | Symbol 48 MovieClip [sports1] |
"car1" | Frame 5 | Symbol 54 MovieClip [car1] |
"car2" | Frame 5 | Symbol 60 MovieClip [car2] |
"pipes" | Frame 5 | Symbol 63 MovieClip [pipes] |
"lorry2" | Frame 5 | Symbol 137 MovieClip |
"girders" | Frame 5 | Symbol 66 MovieClip [girders] |
"lorry" | Frame 5 | Symbol 188 MovieClip |
"crane" | Frame 5 | Symbol 201 MovieClip |
"maskmovie" | Frame 5 | Symbol 208 MovieClip |
"sky" | Frame 5 | Symbol 223 MovieClip |
"container" | Symbol 15 MovieClip Frame 1 | Symbol 12 MovieClip [container] |
"magnet" | Symbol 16 MovieClip [claw] Frame 1 | Symbol 15 MovieClip |
"limo_clip" | Symbol 40 MovieClip [limo] Frame 1 | Symbol 39 MovieClip |
"car_lane_right" | Symbol 54 MovieClip [car1] Frame 1 | Symbol 53 MovieClip |
"car_lane_left" | Symbol 60 MovieClip [car2] Frame 1 | Symbol 59 MovieClip |
"pipes" | Symbol 137 MovieClip Frame 1 | Symbol 63 MovieClip [pipes] |
"intro_timer" | Symbol 146 MovieClip Frame 1 | Symbol 123 MovieClip |
"girders1" | Symbol 188 MovieClip Frame 1 | Symbol 66 MovieClip [girders] |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "startmove" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "honk" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "endmove" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "drop2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "drop" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "constant" |
ExportAssets (56) | Timeline Frame 1 | Symbol 7 as "citytraffic1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "chime" |
ExportAssets (56) | Timeline Frame 1 | Symbol 9 as "carhorn2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 10 as "carhorn1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 12 as "container" |
ExportAssets (56) | Timeline Frame 1 | Symbol 12 as "container" |
ExportAssets (56) | Timeline Frame 1 | Symbol 16 as "claw" |
ExportAssets (56) | Timeline Frame 1 | Symbol 22 as "bike2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 28 as "bike1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 34 as "bus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 40 as "limo" |
ExportAssets (56) | Timeline Frame 1 | Symbol 44 as "sports2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 48 as "sports1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 54 as "car1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 60 as "car2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 63 as "pipes" |
ExportAssets (56) | Timeline Frame 1 | Symbol 66 as "girders" |
ExportAssets (56) | Timeline Frame 5 | Symbol 63 as "pipes" |
ExportAssets (56) | Timeline Frame 5 | Symbol 63 as "pipes" |
ExportAssets (56) | Timeline Frame 5 | Symbol 60 as "car2" |
ExportAssets (56) | Timeline Frame 5 | Symbol 60 as "car2" |
ExportAssets (56) | Timeline Frame 5 | Symbol 16 as "claw" |
ExportAssets (56) | Timeline Frame 5 | Symbol 22 as "bike2" |
ExportAssets (56) | Timeline Frame 5 | Symbol 28 as "bike1" |
ExportAssets (56) | Timeline Frame 5 | Symbol 34 as "bus" |
ExportAssets (56) | Timeline Frame 5 | Symbol 40 as "limo" |
ExportAssets (56) | Timeline Frame 5 | Symbol 44 as "sports2" |
ExportAssets (56) | Timeline Frame 5 | Symbol 48 as "sports1" |
ExportAssets (56) | Timeline Frame 5 | Symbol 54 as "car1" |
ExportAssets (56) | Timeline Frame 5 | Symbol 60 as "car2" |
ExportAssets (56) | Timeline Frame 5 | Symbol 63 as "pipes" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "girders" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "girders" |
ExportAssets (56) | Timeline Frame 5 | Symbol 66 as "girders" |
EnableDebugger2 (64) | Timeline Frame 1 | 31 bytes "..$1$L9$o5WiuNeESsDjsqZHHhfGo1." |
DebugMX1 (63) | Timeline Frame 1 | 16 bytes "”ׄ€°Q.Ö¬æªÌÌØ" |
Labels
"lower" | Symbol 16 MovieClip [claw] Frame 2 |
"drop" | Symbol 16 MovieClip [claw] Frame 41 |
Dynamic Text Variables
name10 | Symbol 89 EditableText | "" |
score10 | Symbol 90 EditableText | "" |
name9 | Symbol 91 EditableText | "" |
score9 | Symbol 92 EditableText | "" |
name8 | Symbol 93 EditableText | "" |
score8 | Symbol 94 EditableText | "" |
name7 | Symbol 95 EditableText | "" |
score7 | Symbol 96 EditableText | "" |
name6 | Symbol 97 EditableText | "" |
score6 | Symbol 98 EditableText | "" |
name5 | Symbol 99 EditableText | "" |
score5 | Symbol 100 EditableText | "" |
name4 | Symbol 101 EditableText | "" |
score4 | Symbol 102 EditableText | "" |
name3 | Symbol 103 EditableText | "" |
score3 | Symbol 104 EditableText | "" |
name2 | Symbol 105 EditableText | "" |
score2 | Symbol 106 EditableText | "" |
name1 | Symbol 107 EditableText | "" |
score1 | Symbol 108 EditableText | "" |
name | Symbol 120 EditableText | "" |
gametime | Symbol 147 EditableText | "" |
gametime | Symbol 148 EditableText | "" |
gametime | Symbol 149 EditableText | "" |
percentagekeep | Symbol 152 EditableText | "" |
percentagekeep | Symbol 154 EditableText | "" |
percentagekeep | Symbol 156 EditableText | "" |
scorekeep | Symbol 159 EditableText | "" |
scorekeep | Symbol 161 EditableText | "" |
scorekeep | Symbol 163 EditableText | "" |
|