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

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

Mini-Chooper.swf

This is the info page for
Flash #111290

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


Text
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 1
onClipEvent (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 2
stop();
Frame 3
stop(); _root.die = 1;
Instance of Symbol 124 MovieClip in Frame 3
onClipEvent (load) { this.swapDepths(99999999999999); }
Frame 4
function 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 5
gotoAndPlay (4);
Symbol 13 MovieClip [wall1] Frame 1
gotoAndStop(random(20) + 1);
Symbol 18 MovieClip Frame 2
if (_parent._x < (_root.heli._x + 180)) { } else { gotoAndPlay (1); }
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 10
onClipEvent (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 14
onClipEvent (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 18
onClipEvent (enterFrame) { _x = (_x - 10); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }
Symbol 18 MovieClip Frame 63
stop();
Symbol 21 MovieClip Frame 3
if (_parent._x < (_root.heli._x + 100)) { } else { gotoAndPlay (1); }
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 4
onClipEvent (enterFrame) { _y = (_y - 5); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }
Symbol 21 MovieClip Frame 55
stop();
Symbol 24 MovieClip Frame 2
if (_parent._x < (_root.heli._x + 165)) { } else { gotoAndPlay (1); }
Instance of Symbol 17 MovieClip in Symbol 24 MovieClip Frame 23
onClipEvent (enterFrame) { _y = (_y + 10); b = _root.heli.getBounds(_root); if (this.hitTest(_root.heli)) { _root.heli.gotoandplay("die"); } }
Symbol 24 MovieClip Frame 70
stop();
Symbol 25 MovieClip [wall2] Frame 1
gotoAndStop(random(10));
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
stop();
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 70
stop();
Symbol 114 Button
on (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 1
if ((_root.score > _root.hiscore20) and (_root.local == 1)) { _visible = 1; } else { _visible = 0; stop(); }
Symbol 118 MovieClip Frame 1
if (_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 5
if (_root.scoredone == "done") { nothing = nothing; } else { gotoAndPlay (3); }
Symbol 118 MovieClip Frame 7
stop();
Symbol 123 Button
on (press) { getURL ("http://etgames.com"); }
Symbol 124 MovieClip Frame 1
stop();
Instance of Symbol 62 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (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 GraphicUsed by:13
Symbol 5 GraphicUsed by:13
Symbol 6 GraphicUsed by:13
Symbol 7 GraphicUsed by:13
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [wall1]Uses:4 5 6 7 9 10 11 12
Symbol 14 GraphicUsed by:25
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:18 24
Symbol 18 MovieClipUses:15 17Used by:25
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:25
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:17 23Used by:25
Symbol 25 MovieClip [wall2]Uses:14 18 21 24
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClip [smoke]Uses:27Used by:57
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClip [bonus]Uses:29 30Used by:57
Symbol 32 GraphicUsed by:40
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:40
Symbol 35 FontUsed 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 EditableTextUses:35Used by:40
Symbol 37 FontUsed by:38 131 132 133
Symbol 38 EditableTextUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClipUses:32 34 36 39Used by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:44 45 46Used by:57
Symbol 48 ShapeTweeningUsed by:57
Symbol 49 ShapeTweeningUsed by:52
Symbol 50 ShapeTweeningUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:49 50 51Used by:57
Symbol 53 ShapeTweeningUsed by:57
Symbol 54 ShapeTweeningUsed by:57
Symbol 55 GraphicUsed by:57
Symbol 56 ShapeTweeningUsed by:57
Symbol 57 MovieClipUses:31 47 48 52 28 53 54 55 56Used by:Timeline
Symbol 58 FontUsed by:59 61 66
Symbol 59 EditableTextUses:58Used by:124
Symbol 60 GraphicUsed by:62
Symbol 61 EditableTextUses:58Used by:62
Symbol 62 MovieClipUses:60 61Used by:124
Symbol 63 FontUsed by:64 65
Symbol 64 EditableTextUses:63Used by:124
Symbol 65 EditableTextUses:63Used by:124
Symbol 66 EditableTextUses:58Used by:124
Symbol 67 FontUsed by:68 110
Symbol 68 EditableTextUses:67Used by:118
Symbol 69 EditableTextUses:35Used by:118
Symbol 70 EditableTextUses:35Used by:118
Symbol 71 EditableTextUses:35Used by:118
Symbol 72 EditableTextUses:35Used by:118
Symbol 73 EditableTextUses:35Used by:118
Symbol 74 EditableTextUses:35Used by:118
Symbol 75 EditableTextUses:35Used by:118
Symbol 76 EditableTextUses:35Used by:118
Symbol 77 EditableTextUses:35Used by:118
Symbol 78 EditableTextUses:35Used by:118
Symbol 79 EditableTextUses:35Used by:118
Symbol 80 EditableTextUses:35Used by:118
Symbol 81 EditableTextUses:35Used by:118
Symbol 82 EditableTextUses:35Used by:118
Symbol 83 EditableTextUses:35Used by:118
Symbol 84 EditableTextUses:35Used by:118
Symbol 85 EditableTextUses:35Used by:118
Symbol 86 EditableTextUses:35Used by:118
Symbol 87 EditableTextUses:35Used by:118
Symbol 88 EditableTextUses:35Used by:118
Symbol 89 EditableTextUses:35Used by:118
Symbol 90 EditableTextUses:35Used by:118
Symbol 91 EditableTextUses:35Used by:118
Symbol 92 EditableTextUses:35Used by:118
Symbol 93 EditableTextUses:35Used by:118
Symbol 94 EditableTextUses:35Used by:118
Symbol 95 EditableTextUses:35Used by:118
Symbol 96 EditableTextUses:35Used by:118
Symbol 97 EditableTextUses:35Used by:118
Symbol 98 EditableTextUses:35Used by:118
Symbol 99 EditableTextUses:35Used by:118
Symbol 100 EditableTextUses:35Used by:118
Symbol 101 EditableTextUses:35Used by:118
Symbol 102 EditableTextUses:35Used by:118
Symbol 103 EditableTextUses:35Used by:118
Symbol 104 EditableTextUses:35Used by:118
Symbol 105 EditableTextUses:35Used by:118
Symbol 106 EditableTextUses:35Used by:118
Symbol 107 EditableTextUses:35Used by:118
Symbol 108 EditableTextUses:35Used by:118
Symbol 109 GraphicUsed by:117
Symbol 110 EditableTextUses:67Used by:117
Symbol 111 GraphicUsed by:114
Symbol 112 GraphicUsed by:114
Symbol 113 GraphicUsed by:114
Symbol 114 ButtonUses:111 112 113Used by:117
Symbol 115 FontUsed by:116 119 121
Symbol 116 TextUses:115Used by:117
Symbol 117 MovieClipUses:109 110 114 116Used by:118
Symbol 118 MovieClipUses: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 117Used by:124
Symbol 119 TextUses:115Used by:120
Symbol 120 MovieClipUses:119Used by:123
Symbol 121 TextUses:115Used by:123
Symbol 122 GraphicUsed by:123
Symbol 123 ButtonUses:120 121 122Used by:124
Symbol 124 MovieClipUses:59 62 64 65 66 118 123Used by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 FontUsed by:127 128 130
Symbol 127 EditableTextUses:126Used by:Timeline
Symbol 128 EditableTextUses:126Used by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 EditableTextUses:126Used by:Timeline
Symbol 131 EditableTextUses:37Used by:Timeline
Symbol 132 EditableTextUses:37Used by:Timeline
Symbol 133 EditableTextUses:37Used by:Timeline

Instance Names

"loader"Frame 1Symbol 40 MovieClip
"heli"Frame 3Symbol 57 MovieClip
"bar"Symbol 40 MovieClip Frame 1Symbol 34 MovieClip
"pc"Symbol 40 MovieClip Frame 1Symbol 39 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "beep"
ExportAssets (56)Timeline Frame 1Symbol 2 as "crash"
ExportAssets (56)Timeline Frame 1Symbol 3 as "humtwo"
ExportAssets (56)Timeline Frame 1Symbol 13 as "wall1"
ExportAssets (56)Timeline Frame 1Symbol 25 as "wall2"
ExportAssets (56)Timeline Frame 1Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 1Symbol 31 as "bonus"
ExportAssets (56)Timeline Frame 3Symbol 31 as "bonus"
ExportAssets (56)Timeline Frame 3Symbol 31 as "bonus"
ExportAssets (56)Timeline Frame 3Symbol 31 as "bonus"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 28 as "smoke"
ExportAssets (56)Timeline Frame 3Symbol 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

bytesSymbol 36 EditableText""
percentSymbol 38 EditableText"1"
scoretempSymbol 59 EditableText"Score:"
_root.bestSymbol 64 EditableText""
_root.scoreSymbol 65 EditableText"0"
scoretempdSymbol 66 EditableText"Hi Score:"
_root.xname1Symbol 69 EditableText""
_root.hiscore1Symbol 70 EditableText""
_root.xname3Symbol 71 EditableText""
_root.hiscore3Symbol 72 EditableText""
_root.xname4Symbol 73 EditableText""
_root.hiscore4Symbol 74 EditableText""
_root.xname5Symbol 75 EditableText""
_root.hiscore5Symbol 76 EditableText""
_root.xname6Symbol 77 EditableText""
_root.hiscore6Symbol 78 EditableText""
_root.xname7Symbol 79 EditableText""
_root.hiscore7Symbol 80 EditableText""
_root.xname8Symbol 81 EditableText""
_root.hiscore8Symbol 82 EditableText""
_root.xname9Symbol 83 EditableText""
_root.hiscore9Symbol 84 EditableText""
_root.xname10Symbol 85 EditableText""
_root.hiscore10Symbol 86 EditableText""
_root.xname11Symbol 87 EditableText""
_root.hiscore11Symbol 88 EditableText""
_root.xname12Symbol 89 EditableText""
_root.hiscore12Symbol 90 EditableText""
_root.xname13Symbol 91 EditableText""
_root.hiscore13Symbol 92 EditableText""
_root.xname14Symbol 93 EditableText""
_root.hiscore14Symbol 94 EditableText""
_root.xname15Symbol 95 EditableText""
_root.hiscore15Symbol 96 EditableText""
_root.xname16Symbol 97 EditableText""
_root.hiscore16Symbol 98 EditableText""
_root.xname17Symbol 99 EditableText""
_root.hiscore17Symbol 100 EditableText""
_root.xname18Symbol 101 EditableText""
_root.hiscore18Symbol 102 EditableText""
_root.xname19Symbol 103 EditableText""
_root.hiscore19Symbol 104 EditableText""
_root.xname20Symbol 105 EditableText""
_root.hiscore20Symbol 106 EditableText""
_root.xname2Symbol 107 EditableText"- - High"
_root.hiscore2Symbol 108 EditableText"Scores - -"
_root.xnameSymbol 110 EditableText"Name Here"




http://swfchan.com/23/111290/info.shtml
Created: 13/3 -2019 07:45:49 Last modified: 13/3 -2019 07:45:49 Server time: 08/05 -2024 10:08:39