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

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

Fly Helicopter 2.swf

This is the info page for
Flash #26703

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


Text
fgw

loading

loading

free game world

please enter your name

Submit

play

stats

high scores

instructions

Under Construction

road to death

Hold the mouse to go up,
let go to fall, and avoid all the
oncoming asteroids to try
and hold out for a top score!

Name

Score

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Chopper Chase - Under Development

1

alive

1

alive

vari

check

ypos

speed

tester

Submit Score

Back to
menu

Back to
menu

Back to
menu

ActionScript [AS1/AS2]

Frame 2
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); loadedkbytes = Math.ceil(loadedbytes / 1000); totalkbytes = Math.ceil(totalbytes / 1000); if (loadedbytes == totalbytes) { gotoAndStop (5); } frame = int(loadedbytes / (totalbytes / 100)); tellTarget (_root.loader) { gotoAndStop(_root.frame); };
Frame 4
gotoAndPlay (1);
Frame 100
stop();
Frame 101
stop();
Frame 200
gotoAndStop (201);
Frame 201
vari = 3; stop();
Frame 202
my_score = my_score + 1; i = 0; while (i <= 20) { _root.attachMovie("smoke", "s" add i, i + 2); _root["s" add i]._x = i * 6; _root["s" add i]._y = -5; _root["s" add i].me = i; i++; } stop();
Symbol 1 MovieClip [tunnel1] Frame 1
_x = 450; stageHeight = _parent.stageHeight; stageWidth = _parent.stageWidth; tunnelHeight = Math.round(_parent.tunnelHeight); points = _parent.points; speed = Math.round(_parent.speed); landMass = stageHeight - tunnelHeight; xint = 900 / (points - 1); count = true; pointsArray = []; pointsArray[0] = _parent.startPoint; var t = 0; while (t < (points - 1)) { var rand = random(landMass); var t2 = (t + 1); pointsArray[t2] = {x1:t2 * xint, y1:rand, x2:t2 * xint, y2:rand + tunnelHeight}; t++; } _parent.startPoint = {x1:0, y1:pointsArray[points - 1].y1, x2:0, y2:pointsArray[points - 1].y2}; clear(); beginFill(0, 225); lineStyle(1, 1, 100); lineTo(0, pointsArray[0].y1); var x = 0; while (x < pointsArray.length) { lineTo(pointsArray[x].x1, pointsArray[x].y1); x++; } lineTo(pointsArray[points - 1].x1, 0); lineTo(0, 0); moveTo(0, pointsArray[0].y2); var z = 0; while (z < pointsArray.length) { lineTo(pointsArray[z].x2, pointsArray[z].y2); z++; } lineTo(pointsArray[points - 1].x2, stageHeight); lineTo(0, stageHeight); endFill(); onEnterFrame = function () { _x = (_x - speed); if (((_x - speed) < -200) && (count)) { count = false; _parent.addSection(); } if (_x < (-_width)) { removeMovieClip(this); } };
Symbol 7 MovieClip Frame 7
gotoAndPlay (3);
Symbol 7 MovieClip Frame 8
stop();
Symbol 29 MovieClip Frame 35
gotoAndPlay (30);
Symbol 31 MovieClip Frame 1
stopAllSounds();
Symbol 31 MovieClip Frame 55
_root.play(); stop();
Symbol 32 MovieClip [chopper] Frame 1
stop();
Symbol 32 MovieClip [chopper] Frame 2
stop();
Symbol 32 MovieClip [chopper] Frame 3
setProperty(_root.presser, _y , -200); i = 0; ypos = 90000 /* 0x015F90 */; stopAllSounds(); _root.helicopter.cluster.gotoAndPlay(2); stop();
Symbol 44 Button
on (release) { getURL ("http://www.freegameworld.net", "_parent"); }
Symbol 51 Button
on (release) { if (Number(length(my_name)) >= 1) { gotoAndStop (101); } else { status = "Please enter your name!"; } }
Symbol 62 MovieClip Frame 1
stop();
Symbol 69 Button
on (release) { stopAllSounds(); } on (rollOver) { tellTarget (side) { gotoAndStop (2); }; } on (release) { _root.gotoAndPlay(200); }
Symbol 76 Button
on (rollOver) { tellTarget (side) { gotoAndStop (3); }; tellTarget (info) { gotoAndStop (2); }; } on (rollOut) { tellTarget (info) { gotoAndStop (1); }; }
Symbol 81 Button
on (rollOver) { tellTarget (side) { gotoAndStop (4); }; } on (release) { tellTarget (_root.instructions) { gotoAndPlay (15); }; }
Symbol 88 Button
on (rollOver) { tellTarget (side) { gotoAndStop (5); }; } on (release) { tellTarget (_root.instructions) { play(); }; }
Symbol 91 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 11
stop();
Symbol 94 MovieClip Frame 1
my_name = _root.my_name;
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 10
stop();
Symbol 151 MovieClip Frame 12
gotoAndStop (1);
Symbol 151 MovieClip Frame 25
somevar = random(9999); loadVariables ("../highscores/chopperchase/get_score.php?flash=1&" add random(999), "_root.instructions"); stop();
Symbol 151 MovieClip Frame 26
gotoAndPlay (2);
Symbol 155 Button
on (press) { stopAllSounds(); vari = "0"; tellTarget ("helicopter.chopper") { gotoAndStop (2); }; } on (release) { stopAllSounds(); vari = "1"; tellTarget ("helicopter.chopper") { gotoAndStop (1); }; }
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
tellTarget (oncoming) { stop(); }; tellTarget (oncoming2) { stop(); }; tellTarget (oncoming3) { stop(); }; tellTarget (oncoming4) { stop(); }; tellTarget (oncoming5) { stop(); }; tellTarget (oncoming6) { stop(); }; stop();
Symbol 190 MovieClip Frame 1
setProperty("chopper", _y , ypos); ypos = ypos + speed; score = Number(score) + 1; i = 0; while (i <= 20) { _root.attachMovie("smoke", "s" add i, i + 2); _root["s" add i]._x = i * 6; _root["s" add i]._y = -5; _root["s" add i].me = i; i++; }
Symbol 190 MovieClip Frame 2
if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect._x, (_root.helicopter._y + ypos) - chopper.detect._y, true)) { say = "M00!"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect2._x, (_root.helicopter._y + ypos) - chopper.detect2._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect3._x, (_root.helicopter._y + ypos) - chopper.detect3._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect4._x, (_root.helicopter._y + ypos) - chopper.detect4._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect5._x, (_root.helicopter._y + ypos) - chopper.detect5._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect6._x, (_root.helicopter._y + ypos) - chopper.detect6._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect7._x, (_root.helicopter._y + ypos) - chopper.detect7._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect8._x, (_root.helicopter._y + ypos) - chopper.detect8._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect9._x, (_root.helicopter._y + ypos) - chopper.detect9._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming5.hitTest((_root.helicopter._x + chopper._x) - chopper.detect10._x, (_root.helicopter._y + ypos) - chopper.detect10._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect._x, (_root.helicopter._y + ypos) - chopper.detect._y, true)) { say = "M00!"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect2._x, (_root.helicopter._y + ypos) - chopper.detect2._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect3._x, (_root.helicopter._y + ypos) - chopper.detect3._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect4._x, (_root.helicopter._y + ypos) - chopper.detect4._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect5._x, (_root.helicopter._y + ypos) - chopper.detect5._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect6._x, (_root.helicopter._y + ypos) - chopper.detect6._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect7._x, (_root.helicopter._y + ypos) - chopper.detect7._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect8._x, (_root.helicopter._y + ypos) - chopper.detect8._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect9._x, (_root.helicopter._y + ypos) - chopper.detect9._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming4.hitTest((_root.helicopter._x + chopper._x) - chopper.detect10._x, (_root.helicopter._y + ypos) - chopper.detect10._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect._x, (_root.helicopter._y + ypos) - chopper.detect._y, true)) { say = "M00!"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect2._x, (_root.helicopter._y + ypos) - chopper.detect2._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect3._x, (_root.helicopter._y + ypos) - chopper.detect3._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect4._x, (_root.helicopter._y + ypos) - chopper.detect4._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect5._x, (_root.helicopter._y + ypos) - chopper.detect5._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect6._x, (_root.helicopter._y + ypos) - chopper.detect6._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect7._x, (_root.helicopter._y + ypos) - chopper.detect7._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect8._x, (_root.helicopter._y + ypos) - chopper.detect8._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect9._x, (_root.helicopter._y + ypos) - chopper.detect9._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming3.hitTest((_root.helicopter._x + chopper._x) - chopper.detect10._x, (_root.helicopter._y + ypos) - chopper.detect10._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect._x, (_root.helicopter._y + ypos) - chopper.detect._y, true)) { say = "M00!"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect2._x, (_root.helicopter._y + ypos) - chopper.detect2._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect3._x, (_root.helicopter._y + ypos) - chopper.detect3._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect4._x, (_root.helicopter._y + ypos) - chopper.detect4._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect5._x, (_root.helicopter._y + ypos) - chopper.detect5._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect6._x, (_root.helicopter._y + ypos) - chopper.detect6._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect7._x, (_root.helicopter._y + ypos) - chopper.detect7._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect8._x, (_root.helicopter._y + ypos) - chopper.detect8._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect9._x, (_root.helicopter._y + ypos) - chopper.detect9._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming2.hitTest((_root.helicopter._x + chopper._x) - chopper.detect10._x, (_root.helicopter._y + ypos) - chopper.detect10._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect._x, (_root.helicopter._y + ypos) - chopper.detect._y, true)) { say = "M00!"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect2._x, (_root.helicopter._y + ypos) - chopper.detect2._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect3._x, (_root.helicopter._y + ypos) - chopper.detect3._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect4._x, (_root.helicopter._y + ypos) - chopper.detect4._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect._x, (_root.helicopter._y + ypos) - chopper.detect._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect6._x, (_root.helicopter._y + ypos) - chopper.detect6._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect7._x, (_root.helicopter._y + ypos) - chopper.detect7._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect8._x, (_root.helicopter._y + ypos) - chopper.detect8._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect9._x, (_root.helicopter._y + ypos) - chopper.detect9._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (cluster.oncoming.hitTest((_root.helicopter._x + chopper._x) - chopper.detect10._x, (_root.helicopter._y + ypos) - chopper.detect10._y, true)) { say = "M00!"; stop(); tellTarget ("chopper") { gotoAndPlay (3); }; } _root.my_score = score; if (check == "1") { speed = speed + 0.4; } if (check == "0") { speed = speed - 0.3; } if (speed > 5) { speed = speed - 1; } if (speed < -4) { speed = speed + 1; } if (ypos < -115) { crash = "dead"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } if (ypos > 115) { crash = "dead"; stop(); stopAllSounds(); tellTarget ("chopper") { gotoAndPlay (3); }; } check = _root.vari; setProperty("chopper", _y , ypos); ypos = ypos + speed; score = Number(score) + 1; i = 0; while (i < 21) { trace(i); with (_root["s" add i]) { trace(_root["s" add i]); if (me == 20) { _y = ypos + 121; } else { next = me + 1; trace(_root["s" add next]); _y = _root["s" add next]._y; } } i++; }
Symbol 190 MovieClip Frame 3
gotoAndPlay (2);
Symbol 202 Button
on (release) { _root.pass = "yellow"; _root.name = my_name; _root.score = my_score; somevar = random(9999); loadVariablesNum ("../highscores/chopperchase/new_score.php?" add random(999), 0, "POST"); } on (release) { stopAllSounds(); _root.gotoAndStop("menu"); }
Symbol 209 Button
on (release) { _root.i = 20; stopAllSounds(); _root.gotoAndStop("menu"); }
Symbol 210 MovieClip Frame 10
stop();

Library Items

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

Instance Names

"loader"Frame 1Symbol 36 MovieClip
"death"Frame 101Symbol 98 MovieClip
"instructions"Frame 101Symbol 151 MovieClip
"presser"Frame 201Symbol 155 Button
"helicopter"Frame 201Symbol 190 MovieClip
"rotas"Symbol 8 MovieClip Frame 1Symbol 7 MovieClip
"spin"Symbol 15 MovieClip Frame 1Symbol 8 MovieClip
"hell"Symbol 31 MovieClip Frame 1Symbol 15 MovieClip
"spin"Symbol 31 MovieClip Frame 2Symbol 8 MovieClip
"heli"Symbol 32 MovieClip [chopper] Frame 1Symbol 15 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect2"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect3"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect4"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect5"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect6"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect7"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect8"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect9"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"detect10"Symbol 32 MovieClip [chopper] Frame 1Symbol 17 MovieClip
"hell"Symbol 32 MovieClip [chopper] Frame 2Symbol 15 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"detect"Symbol 32 MovieClip [chopper] Frame 2Symbol 17 MovieClip
"blowup"Symbol 32 MovieClip [chopper] Frame 3Symbol 31 MovieClip
"side"Symbol 92 MovieClip Frame 11Symbol 62 MovieClip
"info"Symbol 92 MovieClip Frame 11Symbol 91 MovieClip
"oncoming"Symbol 183 MovieClip Frame 1Symbol 168 MovieClip
"oncoming2"Symbol 183 MovieClip Frame 1Symbol 171 MovieClip
"oncoming3"Symbol 183 MovieClip Frame 1Symbol 175 MovieClip
"oncoming4"Symbol 183 MovieClip Frame 1Symbol 178 MovieClip
"oncoming5"Symbol 183 MovieClip Frame 1Symbol 182 MovieClip
"chopper"Symbol 190 MovieClip Frame 1Symbol 32 MovieClip [chopper]
"cluster"Symbol 190 MovieClip Frame 1Symbol 183 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "tunnel1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "smoke"
ExportAssets (56)Timeline Frame 1Symbol 32 as "chopper"
ExportAssets (56)Timeline Frame 201Symbol 32 as "chopper"
ExportAssets (56)Timeline Frame 201Symbol 32 as "chopper"
ExportAssets (56)Timeline Frame 201Symbol 32 as "chopper"

Labels

"menu"Frame 101

Dynamic Text Variables

my_nameSymbol 47 EditableText""
statusSymbol 52 EditableText""
my_nameSymbol 93 EditableText""
name1Symbol 109 EditableText""
name2Symbol 111 EditableText""
name3Symbol 112 EditableText""
name4Symbol 113 EditableText""
name5Symbol 114 EditableText""
name6Symbol 115 EditableText""
name7Symbol 116 EditableText""
name8Symbol 117 EditableText""
name9Symbol 118 EditableText""
name10Symbol 119 EditableText""
score1Symbol 120 EditableText""
score2Symbol 121 EditableText""
score3Symbol 122 EditableText""
score4Symbol 123 EditableText""
score5Symbol 124 EditableText""
score6Symbol 125 EditableText""
score7Symbol 126 EditableText""
score8Symbol 127 EditableText""
score9Symbol 128 EditableText""
score10Symbol 129 EditableText""
name1Symbol 131 EditableText""
name2Symbol 132 EditableText""
name3Symbol 133 EditableText""
name4Symbol 134 EditableText""
name5Symbol 135 EditableText""
name6Symbol 136 EditableText""
name7Symbol 137 EditableText""
name8Symbol 138 EditableText""
name9Symbol 139 EditableText""
name10Symbol 140 EditableText""
score1Symbol 141 EditableText""
score2Symbol 142 EditableText""
score3Symbol 143 EditableText""
score4Symbol 144 EditableText""
score5Symbol 145 EditableText""
score6Symbol 146 EditableText""
score7Symbol 147 EditableText""
score8Symbol 148 EditableText""
score9Symbol 149 EditableText""
score10Symbol 150 EditableText""
variSymbol 157 EditableText""
checkSymbol 159 EditableText"1"
speedSymbol 160 EditableText""
crashSymbol 161 EditableText"alive"
yposSymbol 162 EditableText""
scoreSymbol 163 EditableText""
saySymbol 164 EditableText""
checkSymbol 184 EditableText"1"
speedSymbol 185 EditableText""
crashSymbol 186 EditableText"alive"
yposSymbol 187 EditableText""
scoreSymbol 188 EditableText""
saySymbol 189 EditableText""
variSymbol 197 EditableText""
my_nameSymbol 198 EditableText""
my_scoreSymbol 203 EditableText""




http://swfchan.com/6/26703/info.shtml
Created: 22/5 -2019 09:52:41 Last modified: 22/5 -2019 09:52:41 Server time: 13/05 -2024 04:42:50