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

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

Krazy Kranes.swf

This is the info page for
Flash #122366

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


Text
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 1
onClipEvent (load) { this.swapDepths(9999999993); }
Frame 2
if (_framesloaded == _totalframes) { _root.gotoAndStop(5); _root.loading._visible = false; } else { _root.gotoAndPlay(1); }
Frame 5
carhorn1 = 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 5
onClipEvent (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 5
onClipEvent (load) { this.swapDepths(999999999); }
Instance of Symbol 166 MovieClip "timer1" in Frame 5
onClipEvent (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 5
onClipEvent (load) { this._visible = false; }
Instance of Symbol 173 MovieClip "losescreen_1" in Frame 5
onClipEvent (load) { this._visible = false; }
Instance of Symbol 174 MovieClip "dropHit" in Frame 5
onClipEvent (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 5
onClipEvent (enterFrame) { this.swapDepths(999999); this._x = _root.claw._x; }
Instance of Symbol 180 MovieClip "frontbeam" in Frame 5
onClipEvent (enterFrame) { this._x = _root.claw._x; }
Instance of Symbol 183 MovieClip "target" in Frame 5
onClipEvent (enterFrame) { this._x = _root.claw._x; this._y = _root.claw._y + 293; }
Instance of Symbol 16 MovieClip [claw] "claw" in Frame 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 5
onClipEvent (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 1
stop();
Symbol 16 MovieClip [claw] Frame 2
Symbol 16 MovieClip [claw] Frame 39
this.dropping = false; _root.world.dropping = false; if (this.lane == 2) { this.changeLane(); this.Xpos = 57; } else { this.Xpos = 57; }
Symbol 16 MovieClip [claw] Frame 40
stop();
Symbol 16 MovieClip [claw] Frame 43
_root.world.drop(); this.Xpos = this.Xpos + 50;
Symbol 16 MovieClip [claw] Frame 52
this.dropping = false; _root.world.dropping = false; this.active = true;
Instance of Symbol 39 MovieClip "limo_clip" in Symbol 40 MovieClip [limo] Frame 1
onClipEvent (load) { if (_parent.lane == 0) { this._visible = false; } }
Instance of Symbol 53 MovieClip "car_lane_right" in Symbol 54 MovieClip [car1] Frame 1
onClipEvent (load) { if (_parent.lane == 1) { this._visible = false; } }
Instance of Symbol 59 MovieClip "car_lane_left" in Symbol 60 MovieClip [car2] Frame 1
onClipEvent (load) { if (_parent.lane == 0) { this._visible = false; } }
Symbol 81 Button
on (press) { _root.highscores._visible = false; _root.world.resetGame(); _root.crane.gotoAndPlay(2); _root.intro_1.gotoAndStop(5); _root.sky.gotoAndStop(1); }
Symbol 87 Button
on (press) { _root.intro_timer.gotoAndStop(2); _root.intro_timer.gotoAndStop(101); _root.highscores._visible = false; }
Symbol 119 Button
on (press) { this.score = _root.score.scorekeep; writescores(); _root.losescreen_1._visible = false; _root.intro_1.gotoAndStop(1); }
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 123 MovieClip Frame 100
gotoAndPlay (1); _parent.nextFrame();
Symbol 123 MovieClip Frame 101
stop();
Symbol 129 Button
on (release) { _root.highscores._visible = true; intro_timer.gotoAndStop(101); gotoAndStop (2); }
Symbol 130 Button
on (press) { intro_timer.gotoAndStop(101); gotoAndStop (2); }
Instance of Symbol 63 MovieClip [pipes] "pipes" in Symbol 137 MovieClip Frame 1
onClipEvent (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 1
stop(); _root.highscores._visible = false;
Symbol 146 MovieClip Frame 2
Symbol 146 MovieClip Frame 3
_root.highscores.gotoAndStop(1); _root.highscores._visible = true;
Symbol 146 MovieClip Frame 4
gotoAndStop (1);
Symbol 166 MovieClip Frame 30
if (_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 Button
on (press) { _root.sky.nextFrame(); _root.world.startGame(); this._visible = false; }
Symbol 172 Button
on (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 1
onClipEvent (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 1
stop();
Symbol 201 MovieClip Frame 52
_root.world.startGame(); stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
play();
Symbol 223 MovieClip Frame 20
stop();
Symbol 223 MovieClip Frame 21
play();
Symbol 223 MovieClip Frame 40
stop();
Symbol 223 MovieClip Frame 41
play();

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 GraphicUsed by:12
Symbol 12 MovieClip [container]Uses:11Used by:15
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClipUses:14 12Used by:16
Symbol 16 MovieClip [claw]Uses:15Used by:Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:21
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClipUses:18 20Used by:22
Symbol 22 MovieClip [bike2]Uses:21Used by:Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:27
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 MovieClipUses:24 26Used by:28
Symbol 28 MovieClip [bike1]Uses:27Used by:Timeline
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:33
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 MovieClipUses:30 32Used by:34
Symbol 34 MovieClip [bus]Uses:33Used by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:39
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39
Symbol 39 MovieClipUses:36 38Used by:40
Symbol 40 MovieClip [limo]Uses:39Used by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClip [sports2]Uses:43Used by:Timeline
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClipUses:46Used by:48 146
Symbol 48 MovieClip [sports1]Uses:47Used by:Timeline
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:53
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 MovieClipUses:50 52Used by:54 146
Symbol 54 MovieClip [car1]Uses:53Used by:Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:59
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:59
Symbol 59 MovieClipUses:56 58Used by:60
Symbol 60 MovieClip [car2]Uses:59Used by:146  Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 MovieClip [pipes]Uses:62Used by:137  Timeline
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClip [girders]Uses:65Used by:188  Timeline
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70 75
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:68 67 69Used by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:68 73 74Used by:122
Symbol 76 GraphicUsed by:81
Symbol 77 GraphicUsed by:81
Symbol 78 GraphicUsed by:81
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 ButtonUses:76 77 78 79 80Used by:122 146
Symbol 82 GraphicUsed by:87 130
Symbol 83 GraphicUsed by:87 130
Symbol 84 GraphicUsed by:87 130
Symbol 85 GraphicUsed by:87 130
Symbol 86 GraphicUsed by:87 130
Symbol 87 ButtonUses:82 83 84 85 86Used by:122
Symbol 88 FontUsed 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 EditableTextUses:88Used by:122
Symbol 90 EditableTextUses:88Used by:122
Symbol 91 EditableTextUses:88Used by:122
Symbol 92 EditableTextUses:88Used by:122
Symbol 93 EditableTextUses:88Used by:122
Symbol 94 EditableTextUses:88Used by:122
Symbol 95 EditableTextUses:88Used by:122
Symbol 96 EditableTextUses:88Used by:122
Symbol 97 EditableTextUses:88Used by:122
Symbol 98 EditableTextUses:88Used by:122
Symbol 99 EditableTextUses:88Used by:122
Symbol 100 EditableTextUses:88Used by:122
Symbol 101 EditableTextUses:88Used by:122
Symbol 102 EditableTextUses:88Used by:122
Symbol 103 EditableTextUses:88Used by:122
Symbol 104 EditableTextUses:88Used by:122
Symbol 105 EditableTextUses:88Used by:122
Symbol 106 EditableTextUses:88Used by:122
Symbol 107 EditableTextUses:88Used by:122
Symbol 108 EditableTextUses:88Used by:122
Symbol 109 BitmapUsed by:110 131
Symbol 110 GraphicUses:109Used by:122
Symbol 111 GraphicUsed by:122 173
Symbol 112 FontUsed by:113 120 138 139 142
Symbol 113 TextUses:112Used by:122
Symbol 114 GraphicUsed by:119
Symbol 115 GraphicUsed by:119
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:119
Symbol 118 GraphicUsed by:119
Symbol 119 ButtonUses:114 115 116 117 118Used by:122
Symbol 120 EditableTextUses:112Used by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses: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 121Used by:Timeline
Symbol 123 MovieClipUsed by:146
Symbol 124 GraphicUsed by:129
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 ButtonUses:124 125 126 127 128Used by:146
Symbol 130 ButtonUses:82 83 84 85 86Used by:146
Symbol 131 GraphicUses:109Used by:146
Symbol 132 GraphicUsed by:146
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:137
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClipUses:63 134 136Used by:146  Timeline
Symbol 138 TextUses:112Used by:146
Symbol 139 TextUses:112Used by:146
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:146
Symbol 142 TextUses:112Used by:146
Symbol 143 GraphicUsed by:146
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:146
Symbol 146 MovieClipUses:123 81 129 130 131 132 137 138 53 60 47 139 141 142 143 145Used by:Timeline
Symbol 147 EditableTextUses:88Used by:150
Symbol 148 EditableTextUses:88Used by:150
Symbol 149 EditableTextUses:88Used by:150
Symbol 150 MovieClipUses:147 148 149Used by:Timeline
Symbol 151 TextUses:88Used by:157
Symbol 152 EditableTextUses:88Used by:157
Symbol 153 TextUses:88Used by:157
Symbol 154 EditableTextUses:88Used by:157
Symbol 155 TextUses:88Used by:157
Symbol 156 EditableTextUses:88Used by:157
Symbol 157 MovieClipUses:151 152 153 154 155 156Used by:Timeline
Symbol 158 TextUses:88Used by:164
Symbol 159 EditableTextUses:88Used by:164
Symbol 160 TextUses:88Used by:164
Symbol 161 EditableTextUses:88Used by:164
Symbol 162 TextUses:88Used by:164
Symbol 163 EditableTextUses:88Used by:164
Symbol 164 MovieClipUses:158 159 160 161 162 163Used by:Timeline
Symbol 165 GraphicUsed by:166 174
Symbol 166 MovieClipUses:165Used by:Timeline
Symbol 167 GraphicUsed by:170
Symbol 168 GraphicUsed by:169 172
Symbol 169 ButtonUses:168Used by:170
Symbol 170 MovieClipUses:167 169Used by:Timeline
Symbol 171 GraphicUsed by:173
Symbol 172 ButtonUses:168Used by:173
Symbol 173 MovieClipUses:171 111 172Used by:Timeline
Symbol 174 MovieClipUses:165Used by:Timeline
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 GraphicUsed by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:181 182Used by:Timeline
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:188
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:188
Symbol 188 MovieClipUses:66 185 187Used by:Timeline
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:201
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:198
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:198
Symbol 198 MovieClipUses:195 197Used by:201
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:201
Symbol 201 MovieClipUses:193 198 200Used by:Timeline
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:204
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211
Symbol 211 MovieClipUses:210Used by:Timeline
Symbol 212 GraphicUsed by:213 214
Symbol 213 MovieClipUses:212Used by:223
Symbol 214 MovieClipUses:212Used by:223
Symbol 215 GraphicUsed by:223
Symbol 216 ShapeTweeningUsed by:223
Symbol 217 GraphicUsed by:223
Symbol 218 GraphicUsed by:223
Symbol 219 GraphicUsed by:223
Symbol 220 ShapeTweeningUsed by:223
Symbol 221 GraphicUsed by:223
Symbol 222 ShapeTweeningUsed by:223
Symbol 223 MovieClipUses:213 214 215 216 217 218 219 220 221 222Used by:Timeline

Instance Names

"loading"Frame 1Symbol 72 MovieClip
"highscores"Frame 5Symbol 122 MovieClip
"intro_1"Frame 5Symbol 146 MovieClip
"gametime"Frame 5Symbol 150 MovieClip
"percentage"Frame 5Symbol 157 MovieClip
"score"Frame 5Symbol 164 MovieClip
"timer1"Frame 5Symbol 166 MovieClip
"winscreen_1"Frame 5Symbol 170 MovieClip
"losescreen_1"Frame 5Symbol 173 MovieClip
"dropHit"Frame 5Symbol 174 MovieClip
"hit"Frame 5Symbol 174 MovieClip
"frontbeamcover"Frame 5Symbol 177 MovieClip
"frontbeam"Frame 5Symbol 180 MovieClip
"target"Frame 5Symbol 183 MovieClip
"claw"Frame 5Symbol 16 MovieClip [claw]
"bike2"Frame 5Symbol 22 MovieClip [bike2]
"bike1"Frame 5Symbol 28 MovieClip [bike1]
"bus"Frame 5Symbol 34 MovieClip [bus]
"limo"Frame 5Symbol 40 MovieClip [limo]
"sports2"Frame 5Symbol 44 MovieClip [sports2]
"sports1"Frame 5Symbol 48 MovieClip [sports1]
"car1"Frame 5Symbol 54 MovieClip [car1]
"car2"Frame 5Symbol 60 MovieClip [car2]
"pipes"Frame 5Symbol 63 MovieClip [pipes]
"lorry2"Frame 5Symbol 137 MovieClip
"girders"Frame 5Symbol 66 MovieClip [girders]
"lorry"Frame 5Symbol 188 MovieClip
"crane"Frame 5Symbol 201 MovieClip
"maskmovie"Frame 5Symbol 208 MovieClip
"sky"Frame 5Symbol 223 MovieClip
"container"Symbol 15 MovieClip Frame 1Symbol 12 MovieClip [container]
"magnet"Symbol 16 MovieClip [claw] Frame 1Symbol 15 MovieClip
"limo_clip"Symbol 40 MovieClip [limo] Frame 1Symbol 39 MovieClip
"car_lane_right"Symbol 54 MovieClip [car1] Frame 1Symbol 53 MovieClip
"car_lane_left"Symbol 60 MovieClip [car2] Frame 1Symbol 59 MovieClip
"pipes"Symbol 137 MovieClip Frame 1Symbol 63 MovieClip [pipes]
"intro_timer"Symbol 146 MovieClip Frame 1Symbol 123 MovieClip
"girders1"Symbol 188 MovieClip Frame 1Symbol 66 MovieClip [girders]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "startmove"
ExportAssets (56)Timeline Frame 1Symbol 2 as "honk"
ExportAssets (56)Timeline Frame 1Symbol 3 as "endmove"
ExportAssets (56)Timeline Frame 1Symbol 4 as "drop2"
ExportAssets (56)Timeline Frame 1Symbol 5 as "drop"
ExportAssets (56)Timeline Frame 1Symbol 6 as "constant"
ExportAssets (56)Timeline Frame 1Symbol 7 as "citytraffic1"
ExportAssets (56)Timeline Frame 1Symbol 8 as "chime"
ExportAssets (56)Timeline Frame 1Symbol 9 as "carhorn2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "carhorn1"
ExportAssets (56)Timeline Frame 1Symbol 12 as "container"
ExportAssets (56)Timeline Frame 1Symbol 12 as "container"
ExportAssets (56)Timeline Frame 1Symbol 16 as "claw"
ExportAssets (56)Timeline Frame 1Symbol 22 as "bike2"
ExportAssets (56)Timeline Frame 1Symbol 28 as "bike1"
ExportAssets (56)Timeline Frame 1Symbol 34 as "bus"
ExportAssets (56)Timeline Frame 1Symbol 40 as "limo"
ExportAssets (56)Timeline Frame 1Symbol 44 as "sports2"
ExportAssets (56)Timeline Frame 1Symbol 48 as "sports1"
ExportAssets (56)Timeline Frame 1Symbol 54 as "car1"
ExportAssets (56)Timeline Frame 1Symbol 60 as "car2"
ExportAssets (56)Timeline Frame 1Symbol 63 as "pipes"
ExportAssets (56)Timeline Frame 1Symbol 66 as "girders"
ExportAssets (56)Timeline Frame 5Symbol 63 as "pipes"
ExportAssets (56)Timeline Frame 5Symbol 63 as "pipes"
ExportAssets (56)Timeline Frame 5Symbol 60 as "car2"
ExportAssets (56)Timeline Frame 5Symbol 60 as "car2"
ExportAssets (56)Timeline Frame 5Symbol 16 as "claw"
ExportAssets (56)Timeline Frame 5Symbol 22 as "bike2"
ExportAssets (56)Timeline Frame 5Symbol 28 as "bike1"
ExportAssets (56)Timeline Frame 5Symbol 34 as "bus"
ExportAssets (56)Timeline Frame 5Symbol 40 as "limo"
ExportAssets (56)Timeline Frame 5Symbol 44 as "sports2"
ExportAssets (56)Timeline Frame 5Symbol 48 as "sports1"
ExportAssets (56)Timeline Frame 5Symbol 54 as "car1"
ExportAssets (56)Timeline Frame 5Symbol 60 as "car2"
ExportAssets (56)Timeline Frame 5Symbol 63 as "pipes"
ExportAssets (56)Timeline Frame 5Symbol 66 as "girders"
ExportAssets (56)Timeline Frame 5Symbol 66 as "girders"
ExportAssets (56)Timeline Frame 5Symbol 66 as "girders"
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$L9$o5WiuNeESsDjsqZHHhfGo1."
DebugMX1 (63)Timeline Frame 116 bytes "”ׄ€°Q.Ö¬æªÌ­ÌØ"

Labels

"lower"Symbol 16 MovieClip [claw] Frame 2
"drop"Symbol 16 MovieClip [claw] Frame 41

Dynamic Text Variables

name10Symbol 89 EditableText""
score10Symbol 90 EditableText""
name9Symbol 91 EditableText""
score9Symbol 92 EditableText""
name8Symbol 93 EditableText""
score8Symbol 94 EditableText""
name7Symbol 95 EditableText""
score7Symbol 96 EditableText""
name6Symbol 97 EditableText""
score6Symbol 98 EditableText""
name5Symbol 99 EditableText""
score5Symbol 100 EditableText""
name4Symbol 101 EditableText""
score4Symbol 102 EditableText""
name3Symbol 103 EditableText""
score3Symbol 104 EditableText""
name2Symbol 105 EditableText""
score2Symbol 106 EditableText""
name1Symbol 107 EditableText""
score1Symbol 108 EditableText""
nameSymbol 120 EditableText""
gametimeSymbol 147 EditableText""
gametimeSymbol 148 EditableText""
gametimeSymbol 149 EditableText""
percentagekeepSymbol 152 EditableText""
percentagekeepSymbol 154 EditableText""
percentagekeepSymbol 156 EditableText""
scorekeepSymbol 159 EditableText""
scorekeepSymbol 161 EditableText""
scorekeepSymbol 163 EditableText""




http://swfchan.com/25/122366/info.shtml
Created: 4/3 -2019 00:25:26 Last modified: 4/3 -2019 00:25:26 Server time: 03/05 -2024 10:16:53