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

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

Rock Collecting 2.swf

This is the info page for
Flash #120647

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


Text
HELP

Use the Arrow keys to move, and Ctrl makes
you jump.
Try to collect all the rocks, getting to the end
of a level or hitting reset will make a new
track

back

3

Your Rich! You were able to collect ALL
the rocks that landed on earth
You win!

Crash and burn.
Try again?

Reset

Menu

3

ActionScript [AS1/AS2]

Frame 114
stop();
Frame 115
stop();
Frame 116
function showlives() { lives_txt.text = lives; } function wheelControl() { this._y = this._y + this.dy; accelerating = false; if (Key.isDown(39) && (oneOnGround)) { this.dx = this.dx + 0.6; mydir = 1; accelerating = true; } if (Key.isDown(37) && (oneOnGround)) { this.dx = this.dx - 0.6; mydir = -1; accelerating = true; } if (accelerating && (Math.abs(this.dx) < 2)) { enginerev.start(0, 0); } if (oneOnGround) { this.dx = this.dx * 0.98; } this.dy = this.dy + 0.5; if (ground.hitTest(this._x, this._y, true)) { var _local2 = this._y; var _local3 = 0; while (ground.hitTest(this._x, _local2, true)) { _local2--; _local3++; } if (_local3 > 70) { wheel0.dx = wheel0.dx * -1; wheel1.dx = wheel1.dx * -1; ground._x = ground._x - this.dx; crash.start(0, 0); } else { if (_local3 < 5) { _local3 = 0; } this._y = _local2; this.dy = this.dy + ((-_local3) / 3); this.onGround = true; } } else { this.onGround = false; } if (this.dy > 15) { this.dy = 15; } if (this.dy < -15) { this.dy = -15; } } function setWetLevel(lvl) { waterMeter._yscale = lvl * 100; } function myOnKeyDown() { if (Key.isDown(17) && (oneOnGround)) { bounce.start(0, 0); if (mydir == -1) { wheel0.dy = -11; wheel1.dy = -10; } else { wheel0.dy = -10; wheel1.dy = -11; } } } stop(); makeRandomTerrain = function () { var _local8 = 250; var _local3 = 0; var _local5 = 0; var _local2 = _local8 - 220; var _local6 = 0; var _local7 = 0; var _local9 = 0; ground.clear(); ground.moveTo(_local3, _local8); ground.beginFill(9523257); ground.createEmptyMovieClip("objs", 1); _root.waterMC.removeMovieClip(); _root.createEmptyMovieClip("waterMC", _root.getNextHighestDepth()); waterMC._y = 295; var _local10 = 0; while (_local3 < 15100) { var _local4 = (Math.random() * 100) + 50; _local2 = _local2 + (Math.sin(_local5) * _local4); _local5 = _local5 + ((Math.random() * 2) - 1); if (_local6 > 0) { _local2 = _local8 + 300; _local6--; } else if (_local2 < -100) { _local2 = -100; _local5 = 0.1; } else if (_local2 > (_local8 - 100)) { _local2 = _local8 - 100; _local5 = -0.1; } if (_local7 > 0) { _local7--; } if ((((Math.random() < 0.033) && (_local6 == 0)) && (_local3 > 700)) && (_local7 == 0)) { _local6 = Math.floor(Math.random() * 3) + 3; _local7 = _local6 + 5; _local2 = ohei - 40; } if (random(10) > 10) { _local3 = _local3 + _local4; ground.lineTo(_local3, _local2); } else { ground.curveTo(_local3 + (_local4 / 2), _local2 + (_local5 * 10), _local3 + _local4, _local2); _local3 = _local3 + _local4; } if ((((Math.random() < 0.1) && (_local5 > -0.1)) && (_local3 > 500)) && (_local3 < 14000)) { var _local11 = "bldr" + _local9; ground.objs.attachMovie("trackObjects", _local11, _local9); ground.objs[_local11]._x = _local3; ground.objs[_local11]._y = _local2 + 10; ground.objs[_local11].gotoAndStop(Math.floor(Math.random() * 4) + 1); _local9++; } if ((_local10 % 25) == 20) { var _local11 = "drop" + waterMC.getNextHighestDepth(); waterMC.attachMovie("waterDrop", _local11, waterMC.getNextHighestDepth()); waterMC[_local11]._x = _local3; waterMC[_local11]._y = _local2 + 2; } _local10++; ohei = _local2; } var _local11 = "finisher"; ground.objs.attachMovie("trackObjects", _local11, _local9); ground.objs[_local11]._x = _local3 - 600; ground.objs[_local11]._y = _local2 + 10; ground.objs[_local11].gotoAndStop(6); ground.lineTo(_local3, _local8 + 400); ground.lineTo(0, _local8 + 400); ground.endFill(); lastGet = 0; }; wheel1.dx = 0; wheel1.dy = 0; wheel1.onEnterFrame = wheelControl; wheel0.dx = 0; wheel0.dy = 0; wheel0.onEnterFrame = wheelControl; _quality = "MEDIUM"; ground.onEnterFrame = function () { this._x = this._x - wheel1.dx; waterMC._x = this._x; minicar._x = ((-this._x) / this._width) * 640; if (this._x > 0) { this._x = 0; wheel1.dx = 0; wheel0.dx = 0; } if (wheel1._y > 600) { if (lives == 0) { endClip._visible = true; endClip.gotoAndStop(2); delete wheel0.onEnterFrame; delete wheel1.onEnterFrame; delete this.onEnterFrame; delete car.onEnterFrame; return(false); } wheel1._y = 100; wheel1.dx = 0; wheel1.dy = 0; wheel0._y = 100; wheel0.dx = 0; wheel0.dy = 0; this._x = 0; fall.start(0, 0); lives--; showlives(); } if ((-this._x) > this.objs.finisher._x) { wheel1._y = 100; wheel1.dx = 0; wheel1.dy = 0; wheel0._y = 100; wheel0.dx = 0; wheel0.dy = 0; this._x = 0; makeRandomTerrain(); } }; ground._x = 0; ground._y = 295; ground.c = new Color(ground); ground.t = new Object(); ground.t.ra = 100; ground.t.ga = 100; ground.t.ba = 100; ground.t.rb = 0; ground.t.gb = 0; ground.t.bb = 0; sky.c = new Color(sky); sky.t = new Object(); sky.t.ra = 100; sky.t.ga = 100; sky.t.ba = 100; sky.t.rb = 0; sky.t.gb = 0; sky.t.bb = 0; var myListener = new Object(); myListener.onKeyDown = myOnKeyDown; Key.addListener(myListener); car.onEnterFrame = function () { var _local7 = (wheel1._y + wheel0._y) / 2; this._x = 189.1; this._y = _local7; var _local5 = wheel1._x - wheel0._x; var _local4 = wheel1._y - wheel0._y; var _local3 = Math.atan2(_local4, _local5); this._rotation = 180 * (_local3 / Math.PI); wheel0._rotation = this._rotation + 40; wheel1._rotation = this._rotation - 40; allOnGround = wheel0.onGround & wheel1.onGround; oneOnGround = wheel0.onGround | wheel1.onGround; if ((allOnGround && (!accelerating)) && ((_local3 < -0.1) || (_local3 > 0.1))) { wheel0.dx = wheel0.dx + (_local3 / 2); wheel1.dx = wheel1.dx + (_local3 / 2); } if (_local3 < -1.4) { _local3 = -1.4; } if (_local3 > 1.4) { _local3 = 1.4; } var _local6 = Math.sqrt((_local5 * _local5) + (_local4 * _local4)); if ((_local6 > 61) || (_local6 < 58)) { wheel0._x = this._x - (Math.cos(_local3) * 30); wheel0._y = this._y - (Math.sin(_local3) * 30); wheel1._x = this._x + (Math.cos(_local3) * 30); wheel1._y = this._y + (Math.sin(_local3) * 30); } this._xscale = mydir * 153.8; if (waterMC.hitTest(this._x, this._y, true)) { var _local2 = lastGet; while (_local2 < waterMC.getNextHighestDepth()) { if (waterMC["drop" + _local2].hitTest(this._x, this._y, true)) { waterMC["drop" + _local2].removeMovieClip(); lastGet = _local2 + 1; gWetLevel = gWetLevel + 0.02; setWetLevel(gWetLevel); lives++; showlives(); if (gWetLevel >= 1) { endClip._visible = true; endClip.gotoAndStop(1); delete wheel0.onEnterFrame; delete wheel1.onEnterFrame; delete ground.onEnterFrame; delete this.onEnterFrame; } break; } _local2++; } } }; crash = new Sound(); crash.attachSound("crash"); fall = new Sound(); fall.attachSound("fall"); bounce = new Sound(); bounce.attachSound("bounce"); engineloop = new Sound(car); engineloop.attachSound("engineloop"); engineloop.start(0, 99999); engineloop.setVolume(50); gWetLevel = 0; makeRandomTerrain(); setWetLevel(gWetLevel); lives = 10; showlives(); endClip._visible = false; endClip.stop();
Frame 117
stopAllSounds();
Frame 118
function showlives() { lives_txt.text = lives; } function wheelControl() { this._y = this._y + this.dy; accelerating = false; if (Key.isDown(39) && (oneOnGround)) { this.dx = this.dx + 0.6; mydir = 1; accelerating = true; } if (Key.isDown(37) && (oneOnGround)) { this.dx = this.dx - 0.6; mydir = -1; accelerating = true; } if (accelerating && (Math.abs(this.dx) < 2)) { enginerev.start(0, 0); } if (oneOnGround) { this.dx = this.dx * 0.98; } this.dy = this.dy + 0.5; if (ground.hitTest(this._x, this._y, true)) { var _local2 = this._y; var _local3 = 0; while (ground.hitTest(this._x, _local2, true)) { _local2--; _local3++; } if (_local3 > 70) { wheel0.dx = wheel0.dx * -1; wheel1.dx = wheel1.dx * -1; ground._x = ground._x - this.dx; crash.start(0, 0); } else { if (_local3 < 5) { _local3 = 0; } this._y = _local2; this.dy = this.dy + ((-_local3) / 3); this.onGround = true; } } else { this.onGround = false; } if (this.dy > 15) { this.dy = 15; } if (this.dy < -15) { this.dy = -15; } } function setWetLevel(lvl) { waterMeter._yscale = lvl * 100; } function myOnKeyDown() { if (Key.isDown(17) && (oneOnGround)) { bounce.start(0, 0); if (mydir == -1) { wheel0.dy = -11; wheel1.dy = -10; } else { wheel0.dy = -10; wheel1.dy = -11; } } } stop(); makeRandomTerrain = function () { var _local8 = 250; var _local3 = 0; var _local5 = 0; var _local2 = _local8 - 220; var _local6 = 0; var _local7 = 0; var _local9 = 0; ground.clear(); ground.moveTo(_local3, _local8); ground.beginFill(9523257); ground.createEmptyMovieClip("objs", 1); _root.waterMC.removeMovieClip(); _root.createEmptyMovieClip("waterMC", _root.getNextHighestDepth()); waterMC._y = 295; var _local10 = 0; while (_local3 < 15100) { var _local4 = (Math.random() * 100) + 50; _local2 = _local2 + (Math.sin(_local5) * _local4); _local5 = _local5 + ((Math.random() * 2) - 1); if (_local6 > 0) { _local2 = _local8 + 300; _local6--; } else if (_local2 < -100) { _local2 = -100; _local5 = 0.1; } else if (_local2 > (_local8 - 100)) { _local2 = _local8 - 100; _local5 = -0.1; } if (_local7 > 0) { _local7--; } if ((((Math.random() < 0.033) && (_local6 == 0)) && (_local3 > 700)) && (_local7 == 0)) { _local6 = Math.floor(Math.random() * 3) + 3; _local7 = _local6 + 5; _local2 = ohei - 40; } if (random(10) > 10) { _local3 = _local3 + _local4; ground.lineTo(_local3, _local2); } else { ground.curveTo(_local3 + (_local4 / 2), _local2 + (_local5 * 10), _local3 + _local4, _local2); _local3 = _local3 + _local4; } if ((((Math.random() < 0.1) && (_local5 > -0.1)) && (_local3 > 500)) && (_local3 < 14000)) { var _local11 = "bldr" + _local9; ground.objs.attachMovie("trackObjects", _local11, _local9); ground.objs[_local11]._x = _local3; ground.objs[_local11]._y = _local2 + 10; ground.objs[_local11].gotoAndStop(Math.floor(Math.random() * 4) + 1); _local9++; } if ((_local10 % 25) == 20) { var _local11 = "drop" + waterMC.getNextHighestDepth(); waterMC.attachMovie("waterDrop", _local11, waterMC.getNextHighestDepth()); waterMC[_local11]._x = _local3; waterMC[_local11]._y = _local2 + 2; } _local10++; ohei = _local2; } var _local11 = "finisher"; ground.objs.attachMovie("trackObjects", _local11, _local9); ground.objs[_local11]._x = _local3 - 600; ground.objs[_local11]._y = _local2 + 10; ground.objs[_local11].gotoAndStop(6); ground.lineTo(_local3, _local8 + 400); ground.lineTo(0, _local8 + 400); ground.endFill(); lastGet = 0; }; wheel1.dx = 0; wheel1.dy = 0; wheel1.onEnterFrame = wheelControl; wheel0.dx = 0; wheel0.dy = 0; wheel0.onEnterFrame = wheelControl; _quality = "MEDIUM"; ground.onEnterFrame = function () { this._x = this._x - wheel1.dx; waterMC._x = this._x; minicar._x = ((-this._x) / this._width) * 640; if (this._x > 0) { this._x = 0; wheel1.dx = 0; wheel0.dx = 0; } if (wheel1._y > 600) { if (lives == 0) { endClip._visible = true; endClip.gotoAndStop(2); delete wheel0.onEnterFrame; delete wheel1.onEnterFrame; delete this.onEnterFrame; delete car.onEnterFrame; return(false); } wheel1._y = 100; wheel1.dx = 0; wheel1.dy = 0; wheel0._y = 100; wheel0.dx = 0; wheel0.dy = 0; this._x = 0; fall.start(0, 0); lives--; showlives(); } if ((-this._x) > this.objs.finisher._x) { wheel1._y = 100; wheel1.dx = 0; wheel1.dy = 0; wheel0._y = 100; wheel0.dx = 0; wheel0.dy = 0; this._x = 0; makeRandomTerrain(); } }; ground._x = 0; ground._y = 295; ground.c = new Color(ground); ground.t = new Object(); ground.t.ra = 100; ground.t.ga = 100; ground.t.ba = 100; ground.t.rb = 0; ground.t.gb = 0; ground.t.bb = 0; sky.c = new Color(sky); sky.t = new Object(); sky.t.ra = 100; sky.t.ga = 100; sky.t.ba = 100; sky.t.rb = 0; sky.t.gb = 0; sky.t.bb = 0; var myListener = new Object(); myListener.onKeyDown = myOnKeyDown; Key.addListener(myListener); car.onEnterFrame = function () { var _local7 = (wheel1._y + wheel0._y) / 2; this._x = 189.1; this._y = _local7; var _local5 = wheel1._x - wheel0._x; var _local4 = wheel1._y - wheel0._y; var _local3 = Math.atan2(_local4, _local5); this._rotation = 180 * (_local3 / Math.PI); wheel0._rotation = this._rotation + 40; wheel1._rotation = this._rotation - 40; allOnGround = wheel0.onGround & wheel1.onGround; oneOnGround = wheel0.onGround | wheel1.onGround; if ((allOnGround && (!accelerating)) && ((_local3 < -0.1) || (_local3 > 0.1))) { wheel0.dx = wheel0.dx + (_local3 / 2); wheel1.dx = wheel1.dx + (_local3 / 2); } if (_local3 < -1.4) { _local3 = -1.4; } if (_local3 > 1.4) { _local3 = 1.4; } var _local6 = Math.sqrt((_local5 * _local5) + (_local4 * _local4)); if ((_local6 > 61) || (_local6 < 58)) { wheel0._x = this._x - (Math.cos(_local3) * 30); wheel0._y = this._y - (Math.sin(_local3) * 30); wheel1._x = this._x + (Math.cos(_local3) * 30); wheel1._y = this._y + (Math.sin(_local3) * 30); } this._xscale = mydir * 153.8; if (waterMC.hitTest(this._x, this._y, true)) { var _local2 = lastGet; while (_local2 < waterMC.getNextHighestDepth()) { if (waterMC["drop" + _local2].hitTest(this._x, this._y, true)) { waterMC["drop" + _local2].removeMovieClip(); lastGet = _local2 + 1; gWetLevel = gWetLevel + 0.02; setWetLevel(gWetLevel); lives++; showlives(); if (gWetLevel >= 1) { endClip._visible = true; endClip.gotoAndStop(1); delete wheel0.onEnterFrame; delete wheel1.onEnterFrame; delete ground.onEnterFrame; delete this.onEnterFrame; } break; } _local2++; } } }; crash = new Sound(); crash.attachSound("crash"); fall = new Sound(); fall.attachSound("fall"); bounce = new Sound(); bounce.attachSound("bounce"); engineloop = new Sound(car); engineloop.attachSound("engineloop"); engineloop.start(0, 99999); engineloop.setVolume(50); gWetLevel = 0; makeRandomTerrain(); setWetLevel(gWetLevel); lives = 10; showlives(); endClip._visible = false; endClip.stop();
Symbol 61 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 63 MovieClip Frame 40
stop();
Symbol 89 Button
on (release) { _root.play(); }
Symbol 90 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { play(); bar._x = initX; loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 90 MovieClip Frame 51
Symbol 94 Button
on (release) { gotoAndStop (114); }
Symbol 195 Button
on (release) { gotoAndPlay (115); }
Symbol 201 Button
on (release) { gotoAndStop(help); }
Symbol 203 Button
on (release) { gotoAndStop ("easy"); }
Symbol 214 Button
on (release) { gotoAndPlay ("hard"); }
Symbol 220 Button
on (release) { gotoAndStop (114); }
Symbol 243 Button
on (release) { makeRandomTerrain(); }
Symbol 245 Button
on (release) { stopAllSounds(); gotoAndStop (114); }
Symbol 247 Button
on (release) { gotoAndStop (2); }
Symbol 250 Button
on (release) { gotoAndStop (1); }
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
stopAllSounds();
Symbol 255 Button
on (release) { gotoAndStop (3); }
Symbol 258 Button
on (release) { gotoAndStop (2); }
Symbol 259 MovieClip Frame 1
stopAllSounds();
Symbol 259 MovieClip Frame 2
stop();
Symbol 259 MovieClip Frame 3
stopAllSounds();

Library Items

Symbol 1 Sound [crash]
Symbol 2 Sound [fall]
Symbol 3 Sound [bounce]
Symbol 4 Sound [engineloop]
Symbol 5 Sound [enginerev]
Symbol 6 GraphicUsed by:12
Symbol 7 GraphicUsed by:12
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [trackObjects]Uses:6 7 8 9 10 11
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip [waterDrop]Uses:13
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:90
Symbol 18 GraphicUsed by:90
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:90
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:21 22Used by:90
Symbol 24 GraphicUsed by:90
Symbol 25 GraphicUsed by:90
Symbol 26 GraphicUsed by:90
Symbol 27 GraphicUsed by:34 63
Symbol 28 GraphicUsed by:34 63
Symbol 29 GraphicUsed by:34 63
Symbol 30 GraphicUsed by:34 63
Symbol 31 GraphicUsed by:34 63
Symbol 32 GraphicUsed by:34 63
Symbol 33 GraphicUsed by:34 63
Symbol 34 MovieClipUses:27 28 29 30 31 32 33Used by:90
Symbol 35 GraphicUsed by:90
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:90
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:90
Symbol 40 GraphicUsed by:44
Symbol 41 GraphicUsed by:44
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44 47
Symbol 44 MovieClipUses:40 41 43Used by:58
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:45 46 43Used by:58
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51 54
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:48 49 50Used by:55
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:52 49 53Used by:55
Symbol 55 MovieClipUses:51 54Used by:58
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:44 47 55 57Used by:90
Symbol 59 GraphicUsed by:90
Symbol 60 GraphicUsed by:61  Timeline
Symbol 61 ButtonUses:60Used by:90
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:27 28 29 30 31 32 33 62Used by:90
Symbol 64 GraphicUsed by:90
Symbol 65 GraphicUsed by:90
Symbol 66 GraphicUsed by:90
Symbol 67 GraphicUsed by:90
Symbol 68 GraphicUsed by:90
Symbol 69 GraphicUsed by:90
Symbol 70 GraphicUsed by:90
Symbol 71 GraphicUsed by:90
Symbol 72 GraphicUsed by:90
Symbol 73 GraphicUsed by:90
Symbol 74 GraphicUsed by:90
Symbol 75 GraphicUsed by:90
Symbol 76 ShapeTweeningUsed by:90
Symbol 77 GraphicUsed by:90
Symbol 78 ShapeTweeningUsed by:90
Symbol 79 ShapeTweeningUsed by:90
Symbol 80 GraphicUsed by:90
Symbol 81 GraphicUsed by:89
Symbol 82 GraphicUsed by:89
Symbol 83 GraphicUsed by:89
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:86 87Used by:89
Symbol 89 ButtonUses:81 82 83 84 85 88Used by:90
Symbol 90 MovieClipUses:17 18 20 23 24 25 26 34 35 37 39 58 59 61 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 89Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 ButtonUses:92 93Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 GraphicUsed by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:195 201
Symbol 195 ButtonUses:194Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 ButtonUses:194Used by:Timeline
Symbol 202 GraphicUsed by:203
Symbol 203 ButtonUses:202Used by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 GraphicUsed by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUsed by:212 214
Symbol 212 ButtonUses:211Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 ButtonUses:211Used by:Timeline
Symbol 215 FontUsed by:216 217 219 238 239 242 244
Symbol 216 TextUses:215Used by:Timeline
Symbol 217 TextUses:215Used by:Timeline
Symbol 218 GraphicUsed by:220
Symbol 219 TextUses:215Used by:220
Symbol 220 ButtonUses:218 219Used by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 MovieClipUsed by:Timeline
Symbol 224 GraphicUsed by:226
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:224 225Used by:Timeline
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:227 228Used by:231  Timeline
Symbol 230 GraphicUsed by:Timeline
Symbol 231 MovieClipUses:229Used by:Timeline
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 FontUsed by:236 253
Symbol 236 EditableTextUses:235Used by:Timeline
Symbol 237 GraphicUsed by:240
Symbol 238 TextUses:215Used by:240
Symbol 239 TextUses:215Used by:240
Symbol 240 MovieClipUses:237 238 239Used by:Timeline
Symbol 241 GraphicUsed by:243 245
Symbol 242 TextUses:215Used by:243
Symbol 243 ButtonUses:241 242Used by:Timeline
Symbol 244 TextUses:215Used by:245
Symbol 245 ButtonUses:241 244Used by:Timeline
Symbol 246 GraphicUsed by:247 255
Symbol 247 ButtonUses:246Used by:251
Symbol 248 SoundUsed by:251
Symbol 249 GraphicUsed by:250
Symbol 250 ButtonUses:249Used by:251
Symbol 251 MovieClipUses:247 248 250Used by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 EditableTextUses:235Used by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 ButtonUses:246Used by:259
Symbol 256 SoundUsed by:259
Symbol 257 GraphicUsed by:258
Symbol 258 ButtonUses:257Used by:259
Symbol 259 MovieClipUses:255 256 258Used by:Timeline

Instance Names

"sky"Frame 116Symbol 222 MovieClip
"ground"Frame 116Symbol 223 MovieClip
"wheel1"Frame 116Symbol 226 MovieClip
"wheel0"Frame 116Symbol 226 MovieClip
"car"Frame 116Symbol 229 MovieClip
"minicar"Frame 116Symbol 231 MovieClip
"waterMeter"Frame 116Symbol 233 MovieClip
"lives_txt"Frame 116Symbol 236 EditableText
"endClip"Frame 116Symbol 240 MovieClip
"sky"Frame 118Symbol 222 MovieClip
"ground"Frame 118Symbol 223 MovieClip
"wheel1"Frame 118Symbol 226 MovieClip
"wheel0"Frame 118Symbol 226 MovieClip
"car"Frame 118Symbol 229 MovieClip
"minicar"Frame 118Symbol 231 MovieClip
"waterMeter"Frame 118Symbol 233 MovieClip
"lives_txt"Frame 118Symbol 253 EditableText
"endClip"Frame 118Symbol 240 MovieClip
"bar"Symbol 90 MovieClip Frame 1Symbol 20 MovieClip
"bargfx"Symbol 90 MovieClip Frame 1Symbol 23 MovieClip
"tank"Symbol 90 MovieClip Frame 1Symbol 37 MovieClip
"bargfx"Symbol 90 MovieClip Frame 2Symbol 23 MovieClip
"bargfx"Symbol 90 MovieClip Frame 20Symbol 23 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "crash"
ExportAssets (56)Timeline Frame 1Symbol 2 as "fall"
ExportAssets (56)Timeline Frame 1Symbol 3 as "bounce"
ExportAssets (56)Timeline Frame 1Symbol 4 as "engineloop"
ExportAssets (56)Timeline Frame 1Symbol 5 as "enginerev"
ExportAssets (56)Timeline Frame 1Symbol 12 as "trackObjects"
ExportAssets (56)Timeline Frame 1Symbol 14 as "waterDrop"

Labels

"help"Frame 115
"easy"Frame 116
"hard"Frame 118
"LOAD"Symbol 90 MovieClip Frame 1
"COMPLETE_STOP"Symbol 90 MovieClip Frame 2




http://swfchan.com/25/120647/info.shtml
Created: 5/3 -2019 05:24:23 Last modified: 5/3 -2019 05:24:23 Server time: 04/05 -2024 01:59:30