| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231344 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #262152 |
| 1 |
| Score: |
| LAUNCH |
| 0 |
| Hi Score: |
| loading scores |
| - - High |
| Scores - - |
| Name Here |
| Send High Score |
| ETGAMES.COM |
| OUTTA THIS WORLD FLASH GAMES |
| WARNING! THIS PRODUCT IS A TOY! USE WITH EXTREME CAUTION! DO NOT ATTEMPT TO FIT INSIDE A CHOPPER THIS SMALL AT HOME. |
| MADE IN TAIWAN |
| 1/1000 SCALE MODEL FULLY FUNCTIONAL AIRCRAFT |
| Spacebar Maintains Height |
| Hold Down Mouse To Raise Helicopter |
| Collect Green Stars - Avoid Obstacles |
ActionScript [AS1/AS2]
Instance of Symbol 40 MovieClip "loader" in Frame 1onClipEvent (enterFrame) { bytes = ((int(_root.getBytesLoaded() / 1000) + "KB / ") + int(_root.getBytesTotal() / 1000)) + "KB"; pct = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; percent = int(pct); loader.bar._xscale = pct; bar._xscale = pct; px = bar._x + bar._width; pc._x = px; if (percent < 100) { pc.percent = percent add "%"; } else { tellTarget (_root) { play(); }; pc.percent = ""; } }Frame 2stop();Frame 3stop(); _root.die = 1;Instance of Symbol 124 MovieClip in Frame 3onClipEvent (load) { this.swapDepths(99999999999999); }Frame 4function soundtrigger(mainname, linkname, loop) { this[mainname] = new Sound(); this[mainname].attachSound(linkname); this[mainname].start(0, loop); } function volume(mainname, value) { _root[mainname].setVolume(value); } function pan(mainname, value) { this[mainname].setPan(value); } if (_root.init < 1) { _root.helispeed = 5; _root.oldhelispeed = 5; _root.grav = _root.helispeed * 0.7; _root.oldgrav = _root.helispeed * 0.7; _root.up = _root.helispeed * 1.2; _root.oldup = _root.helispeed * 1.2; _root.init = 1; _root.score = 0; _root.place = 120; _root.placeoff = 1; walla = 0; _root.soundtrigger("humtwo", "humtwo", "1000"); } smwait++; if ((smwait > 1) and (_root.die < 1)) { smoke++; _root.attachMovie("smoke", "sm" + smoke, smoke + 1000); _root["sm" + smoke]._y = _root.heli._y + 5; _root["sm" + smoke]._x = _root.heli._x - 10; _root["sm" + smoke].onEnterFrame = function () { if (this.smokespeed < 0.1) { this._rotation = random(360); this.smokespeed = 3; } this.smokespeed = this.smokespeed * 0.95; this._alpha = this._alpha * 0.9; this._x = this._x - _root.helispeed; this._y = this._y - this.smokespeed; this._xscale = this._xscale + 15; this._yscale = this._yscale + 15; if (this._x < -220) { this.removeMovieClip(); } }; smwait = 0; } if ((_root.score > _root.best) and (_root.die == 1)) { _root.best = _root.score; } wallawait++; if ((wallawait > 8) and (_root.die < 1)) { wallawait = 0; walla++; _root.score++; if ((walla % 100) == 0) { _root.helispeed = _root.helispeed + 0.5; } if ((walla % 4) == 0) { _root.attachMovie("wall2", "wallx" + walla, walla + 100); _root["wallx" + walla]._y = random(150) + 100; _root["wallx" + walla]._x = 600; _root["wallx" + walla]._yscale = 100 + (walla / 20); _root["wallx" + walla].onEnterFrame = function () { if (_root.die < 1) { this._x = this._x - _root.helispeed; b = _root.heli.getBounds(_root); if (this.hitTest(b.xmax, b.ymax, true)) { _root.heli.gotoandplay("die"); } if (this._x < -100) { this.removeMovieClip(); } } }; } if ((walla % 1) == 0) { _root.attachMovie("bonus", "bonus" + walla, walla + 1000); _root["bonus" + walla]._y = random(100) + 150; _root["bonus" + walla]._x = 600; _root["bonus" + walla].onEnterFrame = function () { if (_root.die < 1) { this._xscale = this._xscale + 0.5; this._x = this._x - _root.helispeed; if (this.hitTest(_root.heli)) { _root.score = _root.score + 5; this.removeMovieClip(); _root.soundtrigger("beep", "beep", "0"); } if (this._x < -100) { this.removeMovieClip(); } } }; } _root.attachMovie("wall1", "wall" + walla, walla); if ((_root.place > 200) or (_root.place < 100)) { _root.placeoff = _root.placeoff * -1; } _root.place = _root.place + _root.placeoff; _root["wall" + walla]._y = _root.place; _root["wall" + walla]._x = 600; _root["wall" + walla]._yscale = 110 - (walla / 20); _root["wall" + walla].health = 100; xwall = "wall" + walla; _root["wall" + walla].onEnterFrame = function () { if (_root.die < 1) { this._xscale = this._xscale + 0.4; this._x = this._x - _root.helispeed; b = _root.heli.getBounds(_root); if (this.hitTest(b.xmax, b.ymax, true)) { _root.heli.gotoandplay("die"); } if (this._x < -150) { this.removeMovieClip(); } } }; } _root.onMouseDown = function () { _root.moused = 1; }; _root.onMouseUp = function () { _root.moused = 0; }; if (Key.isDown(32)) { } else if ((_root.moused == "1") and (_root.die < 1)) { _root.heli._y = _root.heli._y - _root.up; _root.grav = _root.oldgrav; _root.helispeed = _root.oldhelispeed; _root.heli.gotoandstop(1); } else if (_root.die < 1) { _root.up = _root.oldup; _root.grav = _root.grav * 1.05; if (_root.heli._y < 320) { _root.heli._y = _root.heli._y + grav; } _root.heli.gotoandstop(2); _root.helispeed = _root.oldhelispeed; }Frame 5gotoAndPlay (4);Symbol 13 MovieClip [wall1] Frame 1gotoAndStop(random(20) + 1);Symbol 18 MovieClip Frame 2if (_parent._x < (_root.heli._x + 180)) { } else { gotoAndPlay (1); }Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 10onClipEvent (enterFrame) { _x = (_x - 10); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 14onClipEvent (enterFrame) { _x = (_x - 10); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 18onClipEvent (enterFrame) { _x = (_x - 10); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }Symbol 18 MovieClip Frame 63stop();Symbol 21 MovieClip Frame 3if (_parent._x < (_root.heli._x + 100)) { } else { gotoAndPlay (1); }Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 4onClipEvent (enterFrame) { _y = (_y - 5); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }Symbol 21 MovieClip Frame 55stop();Symbol 24 MovieClip Frame 2if (_parent._x < (_root.heli._x + 165)) { } else { gotoAndPlay (1); }Instance of Symbol 17 MovieClip in Symbol 24 MovieClip Frame 23onClipEvent (enterFrame) { _y = (_y + 10); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }Symbol 24 MovieClip Frame 70stop();Symbol 25 MovieClip [wall2] Frame 1gotoAndStop(random(10));Symbol 57 MovieClip Frame 1stop();Symbol 57 MovieClip Frame 2stop();Symbol 57 MovieClip Frame 3_root.die = 1; _root.humtwo.stop();Symbol 57 MovieClip Frame 4_root.soundtrigger("crash", "crash", "0");Symbol 57 MovieClip Frame 70stop();Symbol 114 Buttonon (release) { if (((_root.scoredone == "done") and (_root.score > _root.hiscore20)) and (_root.old_score != _root.score)) { _root.old_score = _root.score; _root.hiscore = _root.score; if (_root.xname eq "Name Here") { _root.xname = "etgames"; } loadVariablesNum ((((((("/scores.php?action=sendscore&game=" + _root.game) + "&hiscore=") + _root.hiscore) + "&xname=") + _root.xname) + "&randx=") + random(100), 0, "POST"); } _visible = 0; }Symbol 117 MovieClip Frame 1if ((_root.score > _root.hiscore20) and (_root.local == 1)) { _visible = 1; } else { _visible = 0; stop(); }Symbol 118 MovieClip Frame 1if (_root.local == 1) { _visible = 1; } else { _visible = 0; stop(); }Symbol 118 MovieClip Frame 2_root.game = "helicopter"; loadVariablesNum ((("/scores.php?action=getscores&game=" + _root.game) + "&randx=") + random(100), 0, "POST");Symbol 118 MovieClip Frame 5if (_root.scoredone == "done") { nothing = nothing; } else { gotoAndPlay (3); }Symbol 118 MovieClip Frame 7stop();Symbol 123 Buttonon (press) { getURL ("http://etgames.com"); }Symbol 124 MovieClip Frame 1stop();Instance of Symbol 62 MovieClip in Symbol 124 MovieClip Frame 1onClipEvent (enterFrame) { if (_root.die < 1) { this._visible = 0; _parent.gotoandstop(1); } else { _parent.gotoandstop(2); this._visible = 1; } } on (press) { _root.walla++; x = 0; while (_root.walla > 0) { _root.walla--; removeMovieClip(_root["wall" + _root.walla]); removeMovieClip(_root["wallx" + _root.walla]); removeMovieClip(_root["bonus" + _root.walla]); } _root.die = 0; _root.init = 0; _root.heli._y = 100; _root.heli.gotoandstop(1); _root.gotoandplay("game"); }
Library Items
| Symbol 1 Sound [beep] | ||
| Symbol 2 Sound [crash] | ||
| Symbol 3 Sound [humtwo] | ||
| Symbol 4 Graphic | Used by:13 | |
| Symbol 5 Graphic | Used by:13 | |
| Symbol 6 Graphic | Used by:13 | |
| Symbol 7 Graphic | Used by:13 | |
| Symbol 8 Graphic | Used by:9 | |
| Symbol 9 MovieClip | Uses:8 | Used by:13 |
| Symbol 10 Graphic | Used by:13 | |
| Symbol 11 Graphic | Used by:13 | |
| Symbol 12 Graphic | Used by:13 | |
| Symbol 13 MovieClip [wall1] | Uses:4 5 6 7 9 10 11 12 | |
| Symbol 14 Graphic | Used by:25 | |
| Symbol 15 Graphic | Used by:18 | |
| Symbol 16 Graphic | Used by:17 | |
| Symbol 17 MovieClip | Uses:16 | Used by:18 24 |
| Symbol 18 MovieClip | Uses:15 17 | Used by:25 |
| Symbol 19 Graphic | Used by:20 | |
| Symbol 20 MovieClip | Uses:19 | Used by:21 |
| Symbol 21 MovieClip | Uses:20 | Used by:25 |
| Symbol 22 Graphic | Used by:23 | |
| Symbol 23 MovieClip | Uses:22 | Used by:24 |
| Symbol 24 MovieClip | Uses:17 23 | Used by:25 |
| Symbol 25 MovieClip [wall2] | Uses:14 18 21 24 | |
| Symbol 26 Graphic | Used by:27 | |
| Symbol 27 MovieClip | Uses:26 | Used by:28 |
| Symbol 28 MovieClip [smoke] | Uses:27 | Used by:57 |
| Symbol 29 Graphic | Used by:31 | |
| Symbol 30 Graphic | Used by:31 | |
| Symbol 31 MovieClip [bonus] | Uses:29 30 | Used by:57 |
| Symbol 32 Graphic | Used by:40 | |
| Symbol 33 Graphic | Used by:34 | |
| Symbol 34 MovieClip | Uses:33 | Used by:40 |
| Symbol 35 Font | Used by:36 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | |
| Symbol 36 EditableText | Uses:35 | Used by:40 |
| Symbol 37 Font | Used by:38 131 132 133 | |
| Symbol 38 EditableText | Uses:37 | Used by:39 |
| Symbol 39 MovieClip | Uses:38 | Used by:40 |
| Symbol 40 MovieClip | Uses:32 34 36 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:Timeline |
| Symbol 44 Graphic | Used by:47 | |
| Symbol 45 Graphic | Used by:47 | |
| Symbol 46 Graphic | Used by:47 | |
| Symbol 47 MovieClip | Uses:44 45 46 | Used by:57 |
| Symbol 48 ShapeTweening | Used by:57 | |
| Symbol 49 ShapeTweening | Used by:52 | |
| Symbol 50 ShapeTweening | Used by:52 | |
| Symbol 51 Graphic | Used by:52 | |
| Symbol 52 MovieClip | Uses:49 50 51 | Used by:57 |
| Symbol 53 ShapeTweening | Used by:57 | |
| Symbol 54 ShapeTweening | Used by:57 | |
| Symbol 55 Graphic | Used by:57 | |
| Symbol 56 ShapeTweening | Used by:57 | |
| Symbol 57 MovieClip | Uses:31 47 48 52 28 53 54 55 56 | Used by:Timeline |
| Symbol 58 Font | Used by:59 61 66 | |
| Symbol 59 EditableText | Uses:58 | Used by:124 |
| Symbol 60 Graphic | Used by:62 | |
| Symbol 61 EditableText | Uses:58 | Used by:62 |
| Symbol 62 MovieClip | Uses:60 61 | Used by:124 |
| Symbol 63 Font | Used by:64 65 | |
| Symbol 64 EditableText | Uses:63 | Used by:124 |
| Symbol 65 EditableText | Uses:63 | Used by:124 |
| Symbol 66 EditableText | Uses:58 | Used by:124 |
| Symbol 67 Font | Used by:68 110 | |
| Symbol 68 EditableText | Uses:67 | Used by:118 |
| Symbol 69 EditableText | Uses:35 | Used by:118 |
| Symbol 70 EditableText | Uses:35 | Used by:118 |
| Symbol 71 EditableText | Uses:35 | Used by:118 |
| Symbol 72 EditableText | Uses:35 | Used by:118 |
| Symbol 73 EditableText | Uses:35 | Used by:118 |
| Symbol 74 EditableText | Uses:35 | Used by:118 |
| Symbol 75 EditableText | Uses:35 | Used by:118 |
| Symbol 76 EditableText | Uses:35 | Used by:118 |
| Symbol 77 EditableText | Uses:35 | Used by:118 |
| Symbol 78 EditableText | Uses:35 | Used by:118 |
| Symbol 79 EditableText | Uses:35 | Used by:118 |
| Symbol 80 EditableText | Uses:35 | Used by:118 |
| Symbol 81 EditableText | Uses:35 | Used by:118 |
| Symbol 82 EditableText | Uses:35 | Used by:118 |
| Symbol 83 EditableText | Uses:35 | Used by:118 |
| Symbol 84 EditableText | Uses:35 | Used by:118 |
| Symbol 85 EditableText | Uses:35 | Used by:118 |
| Symbol 86 EditableText | Uses:35 | Used by:118 |
| Symbol 87 EditableText | Uses:35 | Used by:118 |
| Symbol 88 EditableText | Uses:35 | Used by:118 |
| Symbol 89 EditableText | Uses:35 | Used by:118 |
| Symbol 90 EditableText | Uses:35 | Used by:118 |
| Symbol 91 EditableText | Uses:35 | Used by:118 |
| Symbol 92 EditableText | Uses:35 | Used by:118 |
| Symbol 93 EditableText | Uses:35 | Used by:118 |
| Symbol 94 EditableText | Uses:35 | Used by:118 |
| Symbol 95 EditableText | Uses:35 | Used by:118 |
| Symbol 96 EditableText | Uses:35 | Used by:118 |
| Symbol 97 EditableText | Uses:35 | Used by:118 |
| Symbol 98 EditableText | Uses:35 | Used by:118 |
| Symbol 99 EditableText | Uses:35 | Used by:118 |
| Symbol 100 EditableText | Uses:35 | Used by:118 |
| Symbol 101 EditableText | Uses:35 | Used by:118 |
| Symbol 102 EditableText | Uses:35 | Used by:118 |
| Symbol 103 EditableText | Uses:35 | Used by:118 |
| Symbol 104 EditableText | Uses:35 | Used by:118 |
| Symbol 105 EditableText | Uses:35 | Used by:118 |
| Symbol 106 EditableText | Uses:35 | Used by:118 |
| Symbol 107 EditableText | Uses:35 | Used by:118 |
| Symbol 108 EditableText | Uses:35 | Used by:118 |
| Symbol 109 Graphic | Used by:117 | |
| Symbol 110 EditableText | Uses:67 | Used by:117 |
| Symbol 111 Graphic | Used by:114 | |
| Symbol 112 Graphic | Used by:114 | |
| Symbol 113 Graphic | Used by:114 | |
| Symbol 114 Button | Uses:111 112 113 | Used by:117 |
| Symbol 115 Font | Used by:116 119 121 | |
| Symbol 116 Text | Uses:115 | Used by:117 |
| Symbol 117 MovieClip | Uses:109 110 114 116 | Used by:118 |
| Symbol 118 MovieClip | Uses:68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 117 | Used by:124 |
| Symbol 119 Text | Uses:115 | Used by:120 |
| Symbol 120 MovieClip | Uses:119 | Used by:123 |
| Symbol 121 Text | Uses:115 | Used by:123 |
| Symbol 122 Graphic | Used by:123 | |
| Symbol 123 Button | Uses:120 121 122 | Used by:124 |
| Symbol 124 MovieClip | Uses:59 62 64 65 66 118 123 | Used by:Timeline |
| Symbol 125 Graphic | Used by:Timeline | |
| Symbol 126 Font | Used by:127 128 130 | |
| Symbol 127 EditableText | Uses:126 | Used by:Timeline |
| Symbol 128 EditableText | Uses:126 | Used by:Timeline |
| Symbol 129 Graphic | Used by:Timeline | |
| Symbol 130 EditableText | Uses:126 | Used by:Timeline |
| Symbol 131 EditableText | Uses:37 | Used by:Timeline |
| Symbol 132 EditableText | Uses:37 | Used by:Timeline |
| Symbol 133 EditableText | Uses:37 | Used by:Timeline |
| Symbol 134 Bitmap |
Instance Names
| "loader" | Frame 1 | Symbol 40 MovieClip |
| "heli" | Frame 3 | Symbol 57 MovieClip |
| "bar" | Symbol 40 MovieClip Frame 1 | Symbol 34 MovieClip |
| "pc" | Symbol 40 MovieClip Frame 1 | Symbol 39 MovieClip |
Special Tags
| Protect (24) | Timeline Frame 1 | 0 bytes "" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "beep" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "crash" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "humtwo" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 13 as "wall1" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 25 as "wall2" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 31 as "bonus" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 31 as "bonus" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 31 as "bonus" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 31 as "bonus" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
| ExportAssets (56) | Timeline Frame 3 | Symbol 28 as "smoke" |
Labels
| "game" | Frame 4 |
| "preload" | Symbol 40 MovieClip Frame 1 |
| "fall" | Symbol 57 MovieClip Frame 1 |
| "up" | Symbol 57 MovieClip Frame 2 |
| "die" | Symbol 57 MovieClip Frame 3 |
| "loop" | Symbol 118 MovieClip Frame 3 |
Dynamic Text Variables
| bytes | Symbol 36 EditableText | "" |
| percent | Symbol 38 EditableText | "1" |
| scoretemp | Symbol 59 EditableText | "Score:" |
| _root.best | Symbol 64 EditableText | "" |
| _root.score | Symbol 65 EditableText | "0" |
| scoretempd | Symbol 66 EditableText | "Hi Score:" |
| _root.xname1 | Symbol 69 EditableText | "" |
| _root.hiscore1 | Symbol 70 EditableText | "" |
| _root.xname3 | Symbol 71 EditableText | "" |
| _root.hiscore3 | Symbol 72 EditableText | "" |
| _root.xname4 | Symbol 73 EditableText | "" |
| _root.hiscore4 | Symbol 74 EditableText | "" |
| _root.xname5 | Symbol 75 EditableText | "" |
| _root.hiscore5 | Symbol 76 EditableText | "" |
| _root.xname6 | Symbol 77 EditableText | "" |
| _root.hiscore6 | Symbol 78 EditableText | "" |
| _root.xname7 | Symbol 79 EditableText | "" |
| _root.hiscore7 | Symbol 80 EditableText | "" |
| _root.xname8 | Symbol 81 EditableText | "" |
| _root.hiscore8 | Symbol 82 EditableText | "" |
| _root.xname9 | Symbol 83 EditableText | "" |
| _root.hiscore9 | Symbol 84 EditableText | "" |
| _root.xname10 | Symbol 85 EditableText | "" |
| _root.hiscore10 | Symbol 86 EditableText | "" |
| _root.xname11 | Symbol 87 EditableText | "" |
| _root.hiscore11 | Symbol 88 EditableText | "" |
| _root.xname12 | Symbol 89 EditableText | "" |
| _root.hiscore12 | Symbol 90 EditableText | "" |
| _root.xname13 | Symbol 91 EditableText | "" |
| _root.hiscore13 | Symbol 92 EditableText | "" |
| _root.xname14 | Symbol 93 EditableText | "" |
| _root.hiscore14 | Symbol 94 EditableText | "" |
| _root.xname15 | Symbol 95 EditableText | "" |
| _root.hiscore15 | Symbol 96 EditableText | "" |
| _root.xname16 | Symbol 97 EditableText | "" |
| _root.hiscore16 | Symbol 98 EditableText | "" |
| _root.xname17 | Symbol 99 EditableText | "" |
| _root.hiscore17 | Symbol 100 EditableText | "" |
| _root.xname18 | Symbol 101 EditableText | "" |
| _root.hiscore18 | Symbol 102 EditableText | "" |
| _root.xname19 | Symbol 103 EditableText | "" |
| _root.hiscore19 | Symbol 104 EditableText | "" |
| _root.xname20 | Symbol 105 EditableText | "" |
| _root.hiscore20 | Symbol 106 EditableText | "" |
| _root.xname2 | Symbol 107 EditableText | "- - High" |
| _root.hiscore2 | Symbol 108 EditableText | "Scores - -" |
| _root.xname | Symbol 110 EditableText | "Name Here" |
|
|