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

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

Airplane Turbulence.swf

This is the info page for
Flash #72062

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


Text
Rules

Rules

Records

Records

Play

Play

Play

Ver.1.01

Credits

Credits

00

2000 Km

2000 Km

1

2

3

4

5

6

7

8

9

10

You flew

Volaste

Menu

Menu

Menu

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Daniel Bahamon

Highscores recorded here are only from
your computer

CONGRATULATIONS!

You are now on the top 10 scores in your computer

Name:

OK

OK

Visibility  + 1

Visibility  - 1

You lose as soon as
you touch this cloud

When you touch each
of these clouds
something happens

The goal of the game is to fly the highest amount
of miles with out loosing your visibility.. press on
the left click of the mouse to move up, and
release to go down

All drawings, characters
and designs where created
by Santiago Silva,
All Programing was created
by Daniel Bahamon.
Any questions,
commentaries or
suggestions are welcomed.
to contact us please write
to:
sscstudios@gmail.com
dmillos@gmail.com

This game was created in a period of one Month

ActionScript [AS1/AS2]

Frame 1
stop(); conteoPerder = 0; started = 0; if (started == 0) { var theme = new Sound(); theme.attachSound("The Beat 02"); theme.start(); }
Instance of Symbol 41 MovieClip in Frame 1
on (press) { this._parent.gotoAndStop(2); }
Frame 2
function started() { if (startMap == 0) { cloudsMovie.attachMovie("cloud1", "cloud1MC", cloudsMovie.getNextHighestDepth(), {_x:0, _y:0}); cloudCount1 = 1; startMap = 1; } } function setSpeed() { speedCounter = speedCounter + 1; if (speedCounter == 12) { cloudsMoveAmount = cloudsMoveAmount + 1; speedCounter = 0; } cloudsMovie._x = cloudsMovie._x - cloudsMoveAmount; } function checkClouds() { if ((createCloudsCount == 0) && (cloudsMovie._x < -550)) { newCloud = random(10); if ((newCloud == cloudCount1) && (newCloud > 2)) { newCloud = newCloud - 1; } if ((newCloud == cloudCount1) && (newCloud < 2)) { newCloud = newCloud + 1; } if (newCloud == 0) { newCloud = 1; } if (newCloud == 1) { cloudsMovie.attachMovie("cloud1", "cloud1MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 2) { cloudsMovie.attachMovie("cloud2", "cloud2MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 3) { cloudsMovie.attachMovie("cloud3", "cloud3MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 4) { cloudsMovie.attachMovie("cloud4", "cloud4MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 5) { cloudsMovie.attachMovie("cloud5", "cloud5MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 6) { cloudsMovie.attachMovie("cloud6", "cloud6MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 7) { cloudsMovie.attachMovie("cloud7", "cloud7MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 8) { cloudsMovie.attachMovie("cloud8", "cloud8MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 9) { cloudsMovie.attachMovie("cloud9", "cloud9MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } if (newCloud == 10) { cloudsMovie.attachMovie("cloud10", "cloud10MC", cloudsMovie.getNextHighestDepth(), {_x:550 + (-1 * cloudsMovie._x), _y:0}); cloudCount2 = newCloud; } createCloudsCount = 1; } if (((((((((((createCloudsCount == 1) && (stopLine.hitTest(cloudsMovie.cloud1MC))) or stopLine.hitTest(cloudsMovie.cloud2MC)) or stopLine.hitTest(cloudsMovie.cloud3MC)) or stopLine.hitTest(cloudsMovie.cloud4MC)) or stopLine.hitTest(cloudsMovie.cloud5MC)) or stopLine.hitTest(cloudsMovie.cloud6MC)) or stopLine.hitTest(cloudsMovie.cloud7MC)) or stopLine.hitTest(cloudsMovie.cloud8MC)) or stopLine.hitTest(cloudsMovie.cloud9MC)) or stopLine.hitTest(cloudsMovie.cloud10MC)) { if (cloudCount1 == 1) { removeMovieClip(cloudsMovie.cloud1MC); createCloudsCount = 0; } if (cloudCount1 == 2) { removeMovieClip(cloudsMovie.cloud2MC); createCloudsCount = 0; } if (cloudCount1 == 3) { removeMovieClip(cloudsMovie.cloud3MC); createCloudsCount = 0; } if (cloudCount1 == 4) { removeMovieClip(cloudsMovie.cloud4MC); createCloudsCount = 0; } if (cloudCount1 == 5) { removeMovieClip(cloudsMovie.cloud5MC); createCloudsCount = 0; } if (cloudCount1 == 6) { removeMovieClip(cloudsMovie.cloud6MC); createCloudsCount = 0; } if (cloudCount1 == 7) { removeMovieClip(cloudsMovie.cloud7MC); createCloudsCount = 0; } if (cloudCount1 == 8) { removeMovieClip(cloudsMovie.cloud8MC); createCloudsCount = 0; } if (cloudCount1 == 9) { removeMovieClip(cloudsMovie.cloud9MC); createCloudsCount = 0; } if (cloudCount1 == 10) { removeMovieClip(cloudsMovie.cloud10MC); createCloudsCount = 0; } cloudCount1 = cloudCount2; } } function perder() { if (cloudsMovie.cloud1MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud2MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud3MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud4MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud5MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud6MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud7MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud8MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud9MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } if (cloudsMovie.cloud10MC.hitTest(plane._x, plane._y, true)) { visibilityGraph.nextFrame(); } } function gravity() { plane._y = plane._y + 10; if (up == 0) { plane.gotoAndStop(1); } up = 0; } function air() { onMouseDown = function () { mousePress = 1; }; onMouseUp = function () { mousePress = 0; }; if (mousePress == 1) { plane.gotoAndStop(2); plane._y = plane._y - 20; up = 1; } } function badCloud() { if (cloudsMovie.cloud3MC.darkCloud.hitTest(plane._x, plane._y, true) or (thunders == 1)) { thunders = 1; thundersGraph.nextFrame(); stormSound.start(); } if (cloudsMovie.cloud8MC.darkCloud.hitTest(plane._x, plane._y, true) or (thunders == 1)) { thunders = 1; thundersGraph.nextFrame(); stormSound.start(); } if (cloudsMovie.cloud8MC.god.cloud4Silva.hitTest(plane._x, plane._y, true) or (thunders == 1)) { visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); angelSound.start(); } if (cloudsMovie.cloud8MC.god.hitTest(plane._x, plane._y, true) or (thunders == 1)) { visibilityGraph.prevFrame(); } if (cloudsMovie.cloud6MC.god.cloud4Silva.hitTest(plane._x, plane._y, true) or (thunders == 1)) { visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); visibilityGraph.prevFrame(); angelSound.start(); } if (cloudsMovie.cloud6MC.god.hitTest(plane._x, plane._y, true) or (thunders == 1)) { visibilityGraph.prevFrame(); } } function countMiles() { Miles = Miles + 1; } function smoke() { smoke15._y = smoke14._y + 7; smoke14._y = smoke13._y - 2; smoke13._y = smoke12._y + 2; smoke12._y = smoke11._y + 6; smoke11._y = smoke10._y + 1; smoke10._y = smoke9._y - 8; smoke9._y = smoke8._y + 1; smoke8._y = smoke7._y + 4; smoke7._y = smoke6._y + 2; smoke6._y = smoke5._y - 5; smoke5._y = smoke4._y + 2; smoke4._y = smoke3._y + 8; smoke3._y = smoke2._y; smoke2._y = smoke1._y; smoke1._y = plane._y + 6; if (up == 0) { smoke1._y = smoke1._y - 40; } } function badAltitude() { if ((plane._y < 0) or (plane._y > 500)) { perdio = 1; } } function soundLoop() { windSound.onSoundComplete = function () { windSound.start(); }; } theme.stop(); speedCount = 5; speedCounter = 0; verifyRandom = 0; startMap = 0; up = 0; conteo = 0; Miles = 0; perdio = 0; cloudsMoveAmount = 20; thunders = 0; var windSound = new Sound(); windSound.attachSound("Space Wind"); windSound.start(); windSound.setVolume(10); var stormSound = new Sound(); stormSound.attachSound("Foreign Storm"); stormSound.setVolume(50); var angelSound = new Sound(); angelSound.attachSound("Angel Wonder"); angelSound.setVolume(50); createCloudsCount = 0; onEnterFrame = function () { if (perdio == 0) { setSpeed(); checkClouds(); started(); perder(); gravity(); air(); badCloud(); countMiles(); smoke(); badAltitude(); soundLoop(); } if (perdio == 1) { gotoAndStop (3); windSound.stop(); stormSound.stop(); angelSound.stop(); } };
Frame 3
theme.stop(); resultado = (("You Flew " + Miles) + " ") + "Kilometers!!!"; numeroDeJuegos = (("You have played " + (conteoPerder + 1)) + " ") + "times"; openNameBox = 0; trace(Miles); trace(conteoPerder); if (conteoPerder == 0) { score1 = 0; score2 = 0; score3 = 0; score4 = 0; score5 = 0; score6 = 0; score7 = 0; score8 = 0; score9 = 0; score10 = 0; name1 = " "; name2 = " "; name3 = " "; name4 = " "; name5 = " "; name6 = " "; name7 = " "; name8 = " "; name9 = " "; name10 = " "; } if (Miles > score10) { openNameBox = 1; nameBox.gotoAndStop(2); } if (openNameBox == 0) { score1 = score1 + 0; score2 = score2 + 0; score3 = score3 + 0; score4 = score4 + 0; score5 = score5 + 0; score6 = score6 + 0; score7 = score7 + 0; score8 = score8 + 0; score9 = score9 + 0; score10 = score10 + 0; score1Txt = (score1 + " ") + "Km"; score2Txt = (score2 + " ") + "Km"; score3Txt = (score3 + " ") + "Km"; score4Txt = (score4 + " ") + "Km"; score5Txt = (score5 + " ") + "Km"; score6Txt = (score6 + " ") + "Km"; score7Txt = (score7 + " ") + "Km"; score8Txt = (score8 + " ") + "Km"; score9Txt = (score9 + " ") + "Km"; score10Txt = (score10 + " ") + "Km"; name1Txt = name1; name2Txt = name2; name3Txt = name3; name4Txt = name4; name5Txt = name5; name6Txt = name6; name7Txt = name7; name8Txt = name8; name9Txt = name9; name10Txt = name10; }
Instance of Symbol 41 MovieClip in Frame 3
on (press) { this._parent.conteoPerder = this._parent.conteoPerder + 1; this._parent.gotoAndStop(2); }
Frame 4
started = 0; if (started == 0) { var theme = new Sound(); theme.attachSound("The Beat 02"); theme.start(); } onEnterFrame = function () { if (started == 1) { theme.stop(); } };
Frame 5
theme.stop();
Frame 6
theme.stop();
Symbol 54 Button
on (release) { gotoAndStop (5); }
Symbol 57 Button
on (release) { gotoAndStop (3); }
Symbol 61 Button
on (release) { gotoAndStop (2); }
Symbol 66 Button
on (release) { gotoAndStop (6); }
Symbol 79 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
startPlay = random(10); if (startPlay == 0) { gotoAndPlay (11); } if (startPlay == 1) { gotoAndPlay (1); } if (startPlay == 2) { gotoAndPlay (2); } if (startPlay == 3) { gotoAndPlay (3); } if (startPlay == 4) { gotoAndPlay (4); } if (startPlay == 5) { gotoAndPlay (5); } if (startPlay == 6) { gotoAndPlay (6); } if (startPlay == 7) { gotoAndPlay (7); } if (startPlay == 8) { gotoAndPlay (8); } if (startPlay == 9) { gotoAndPlay (9); } if (startPlay == 10) { gotoAndPlay (10); } onEnterFrame = function () { if (this._parent._parent.perdio == 1) { stop(); } };
Symbol 82 MovieClip Frame 1
onEnterFrame = function () { if (this._parent.perdio == 0) { moveSmoke = random(5); if (moveSmoke == 0) { gotoAndPlay (1); } if (moveSmoke == 1) { gotoAndPlay (2); } if (moveSmoke == 2) { gotoAndPlay (3); } if (moveSmoke == 3) { gotoAndPlay (4); } if (moveSmoke == 4) { gotoAndPlay (5); } if (moveSmoke == 5) { gotoAndPlay (6); } } }; stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 15
this._parent.perdio = 1;
Symbol 91 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 15
this._parent.perdio = 1;
Symbol 148 Button
on (release) { if (openNameBox == 0) { gotoAndStop (4); } }
Symbol 173 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 2
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { this.gotoAndStop(3); } on (release) { this._parent._parent.playerName = this._parent.playerName; if (this._parent._parent.conteoPerder == 0) { this._parent._parent.score1 = 0; this._parent._parent.score2 = 0; this._parent._parent.score3 = 0; this._parent._parent.score4 = 0; this._parent._parent.score5 = 0; this._parent._parent.score6 = 0; this._parent._parent.score7 = 0; this._parent._parent.score8 = 0; this._parent._parent.score9 = 0; this._parent._parent.score10 = 0; this._parent._parent.name1 = " "; this._parent._parent.name2 = " "; this._parent._parent.name3 = " "; this._parent._parent.name4 = " "; this._parent._parent.name5 = " "; this._parent._parent.name6 = " "; this._parent._parent.name7 = " "; this._parent._parent.name8 = " "; this._parent._parent.name9 = " "; this._parent._parent.name10 = " "; trace("si"); } this._parent._parent.score1 = this._parent._parent.score1 + 0; this._parent._parent.score2 = this._parent._parent.score2 + 0; this._parent._parent.score3 = this._parent._parent.score3 + 0; this._parent._parent.score4 = this._parent._parent.score4 + 0; this._parent._parent.score5 = this._parent._parent.score5 + 0; this._parent._parent.score6 = this._parent._parent.score6 + 0; this._parent._parent.score7 = this._parent._parent.score7 + 0; this._parent._parent.score8 = this._parent._parent.score8 + 0; this._parent._parent.score9 = this._parent._parent.score9 + 0; this._parent._parent.score10 = this._parent._parent.score10 + 0; if (this._parent._parent.Miles > this._parent._parent.score1) { this._parent._parent.scoreDown = this._parent._parent.score1; this._parent._parent.score1 = this._parent._parent.Miles; this._parent._parent.nameDown = this._parent._parent.name1; this._parent._parent.name1 = this._parent._parent.playerName; this._parent._parent.movingDown = 1; } if ((this._parent._parent.Miles > this._parent._parent.score2) && (this._parent._parent.Miles < this._parent._parent.score1)) { this._parent._parent.scoreDown2 = this._parent._parent.score2; this._parent._parent.score2 = this._parent._parent.Miles; this._parent._parent.nameDown2 = this._parent._parent.name2; this._parent._parent.name2 = this._parent._parent.playerName; this._parent._parent.movingDown = 2; } if ((this._parent._parent.Miles > this._parent._parent.score3) && (this._parent._parent.Miles < this._parent._parent.score2)) { this._parent._parent.scoreDown3 = this._parent._parent.score3; this._parent._parent.score3 = this._parent._parent.Miles; this._parent._parent.nameDown3 = this._parent._parent.name3; this._parent._parent.name3 = this._parent._parent.playerName; this._parent._parent.movingDown = 3; } if ((this._parent._parent.Miles > this._parent._parent.score4) && (this._parent._parent.Miles < this._parent._parent.score3)) { this._parent._parent.scoreDown4 = this._parent._parent.score4; this._parent._parent.score4 = this._parent._parent.Miles; this._parent._parent.nameDown4 = this._parent._parent.name4; this._parent._parent.name4 = this._parent._parent.playerName; this._parent._parent.movingDown = 4; } if ((this._parent._parent.Miles > this._parent._parent.score5) && (this._parent._parent.Miles < this._parent._parent.score4)) { this._parent._parent.scoreDown5 = this._parent._parent.score5; this._parent._parent.score5 = this._parent._parent.Miles; this._parent._parent.nameDown5 = this._parent._parent.name5; this._parent._parent.name5 = this._parent._parent.playerName; this._parent._parent.movingDown = 5; } if ((this._parent._parent.Miles > this._parent._parent.score6) && (this._parent._parent.Miles < this._parent._parent.score5)) { this._parent._parent.scoreDown6 = this._parent._parent.score6; this._parent._parent.score6 = this._parent._parent.Miles; this._parent._parent.nameDown6 = this._parent._parent.name6; this._parent._parent.name6 = this._parent._parent.playerName; this._parent._parent.movingDown = 6; } if ((this._parent._parent.Miles > this._parent._parent.score7) && (this._parent._parent.Miles < this._parent._parent.score6)) { this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.score7 = this._parent._parent.Miles; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.name7 = this._parent._parent.playerName; this._parent._parent.movingDown = 7; } if ((this._parent._parent.Miles > this._parent._parent.score8) && (this._parent._parent.Miles < this._parent._parent.score7)) { this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.score8 = this._parent._parent.Miles; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.name8 = this._parent._parent.playerName; this._parent._parent.movingDown = 8; } if ((this._parent._parent.Miles > this._parent._parent.score9) && (this._parent._parent.Miles < this._parent._parent.score8)) { this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.score9 = this._parent._parent.Miles; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.name9 = this._parent._parent.playerName; this._parent._parent.movingDown = 9; } if ((this._parent._parent.Miles > this._parent._parent.score10) && (this._parent._parent.Miles < this._parent._parent.score9)) { this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score10 = this._parent._parent.Miles; this._parent._parent.nameDown10 = this._parent._parent.score10; this._parent._parent.name0 = this._parent._parent.playerName; this._parent._parent.movingDown = 10; } if (this._parent._parent.movingDown == 1) { this._parent._parent.scoreDown2 = this._parent._parent.score2; this._parent._parent.scoreDown3 = this._parent._parent.score3; this._parent._parent.scoreDown4 = this._parent._parent.score4; this._parent._parent.scoreDown5 = this._parent._parent.score5; this._parent._parent.scoreDown6 = this._parent._parent.score6; this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score2 = this._parent._parent.scoreDown; this._parent._parent.score3 = this._parent._parent.scoreDown2; this._parent._parent.score4 = this._parent._parent.scoreDown3; this._parent._parent.score5 = this._parent._parent.scoreDown4; this._parent._parent.score6 = this._parent._parent.scoreDown5; this._parent._parent.score7 = this._parent._parent.scoreDown6; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown2 = this._parent._parent.name2; this._parent._parent.nameDown3 = this._parent._parent.name3; this._parent._parent.nameDown4 = this._parent._parent.name4; this._parent._parent.nameDown5 = this._parent._parent.name5; this._parent._parent.nameDown6 = this._parent._parent.name6; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name2 = this._parent._parent.nameDown; this._parent._parent.name3 = this._parent._parent.nameDown2; this._parent._parent.name4 = this._parent._parent.nameDown3; this._parent._parent.name5 = this._parent._parent.nameDown4; this._parent._parent.name6 = this._parent._parent.nameDown5; this._parent._parent.name7 = this._parent._parent.nameDown6; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 2) { this._parent._parent.scoreDown3 = this._parent._parent.score3; this._parent._parent.scoreDown4 = this._parent._parent.score4; this._parent._parent.scoreDown5 = this._parent._parent.score5; this._parent._parent.scoreDown6 = this._parent._parent.score6; this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score3 = this._parent._parent.scoreDown2; this._parent._parent.score4 = this._parent._parent.scoreDown3; this._parent._parent.score5 = this._parent._parent.scoreDown4; this._parent._parent.score6 = this._parent._parent.scoreDown5; this._parent._parent.score7 = this._parent._parent.scoreDown6; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown3 = this._parent._parent.name3; this._parent._parent.nameDown4 = this._parent._parent.name4; this._parent._parent.nameDown5 = this._parent._parent.name5; this._parent._parent.nameDown6 = this._parent._parent.name6; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name3 = this._parent._parent.nameDown2; this._parent._parent.name4 = this._parent._parent.nameDown3; this._parent._parent.name5 = this._parent._parent.nameDown4; this._parent._parent.name6 = this._parent._parent.nameDown5; this._parent._parent.name7 = this._parent._parent.nameDown6; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 3) { this._parent._parent.scoreDown4 = this._parent._parent.score4; this._parent._parent.scoreDown5 = this._parent._parent.score5; this._parent._parent.scoreDown6 = this._parent._parent.score6; this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score4 = this._parent._parent.scoreDown3; this._parent._parent.score5 = this._parent._parent.scoreDown4; this._parent._parent.score6 = this._parent._parent.scoreDown5; this._parent._parent.score7 = this._parent._parent.scoreDown6; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown4 = this._parent._parent.name4; this._parent._parent.nameDown5 = this._parent._parent.name5; this._parent._parent.nameDown6 = this._parent._parent.name6; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name4 = this._parent._parent.nameDown3; this._parent._parent.name5 = this._parent._parent.nameDown4; this._parent._parent.name6 = this._parent._parent.nameDown5; this._parent._parent.name7 = this._parent._parent.nameDown6; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 4) { this._parent._parent.scoreDown5 = this._parent._parent.score5; this._parent._parent.scoreDown6 = this._parent._parent.score6; this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score5 = this._parent._parent.scoreDown4; this._parent._parent.score6 = this._parent._parent.scoreDown5; this._parent._parent.score7 = this._parent._parent.scoreDown6; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown5 = this._parent._parent.name5; this._parent._parent.nameDown6 = this._parent._parent.name6; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name5 = this._parent._parent.nameDown4; this._parent._parent.name6 = this._parent._parent.nameDown5; this._parent._parent.name7 = this._parent._parent.nameDown6; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 5) { this._parent._parent.scoreDown6 = this._parent._parent.score6; this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score6 = this._parent._parent.scoreDown5; this._parent._parent.score7 = this._parent._parent.scoreDown6; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown6 = this._parent._parent.name6; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name6 = this._parent._parent.nameDown5; this._parent._parent.name7 = this._parent._parent.nameDown6; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 6) { this._parent._parent.scoreDown7 = this._parent._parent.score7; this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score7 = this._parent._parent.scoreDown6; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown7 = this._parent._parent.name7; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name7 = this._parent._parent.nameDown6; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 7) { this._parent._parent.scoreDown8 = this._parent._parent.score8; this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score8 = this._parent._parent.scoreDown7; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown8 = this._parent._parent.name8; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name8 = this._parent._parent.nameDown7; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 8) { this._parent._parent.scoreDown9 = this._parent._parent.score9; this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score9 = this._parent._parent.scoreDown8; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown9 = this._parent._parent.name9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name9 = this._parent._parent.nameDown8; this._parent._parent.name10 = this._parent._parent.nameDown9; } if (this._parent._parent.movingDown == 9) { this._parent._parent.scoreDown10 = this._parent._parent.score10; this._parent._parent.score10 = this._parent._parent.scoreDown9; this._parent._parent.nameDown10 = this._parent._parent.name10; this._parent._parent.name10 = this._parent._parent.nameDown9; } this._parent._parent.score1Txt = (this._parent._parent.score1 + " ") + "Km"; this._parent._parent.score2Txt = (this._parent._parent.score2 + " ") + "Km"; this._parent._parent.score3Txt = (this._parent._parent.score3 + " ") + "Km"; this._parent._parent.score4Txt = (this._parent._parent.score4 + " ") + "Km"; this._parent._parent.score5Txt = (this._parent._parent.score5 + " ") + "Km"; this._parent._parent.score6Txt = (this._parent._parent.score6 + " ") + "Km"; this._parent._parent.score7Txt = (this._parent._parent.score7 + " ") + "Km"; this._parent._parent.score8Txt = (this._parent._parent.score8 + " ") + "Km"; this._parent._parent.score9Txt = (this._parent._parent.score9 + " ") + "Km"; this._parent._parent.score10Txt = (this._parent._parent.score10 + " ") + "Km"; this._parent._parent.name1Txt = this._parent._parent.name1; this._parent._parent.name2Txt = this._parent._parent.name2; this._parent._parent.name3Txt = this._parent._parent.name3; this._parent._parent.name4Txt = this._parent._parent.name4; this._parent._parent.name5Txt = this._parent._parent.name5; this._parent._parent.name6Txt = this._parent._parent.name6; this._parent._parent.name7Txt = this._parent._parent.name7; this._parent._parent.name8Txt = this._parent._parent.name8; this._parent._parent.name9Txt = this._parent._parent.name9; this._parent._parent.name10Txt = this._parent._parent.name10; this._parent._parent.openNameBox = 0; this._parent.gotoAndStop(1); }
Symbol 175 Button
on (release) { gotoAndStop (2); if (Miles > 0) { conteoPerder = conteoPerder + 1; } trace(conteoPerder); }
Symbol 183 Button
on (release) { gotoAndStop (4); }

Library Items

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

Instance Names

"hitLine"Frame 2Symbol 76 Button
"plane"Frame 2Symbol 79 MovieClip
"smoke12"Frame 2Symbol 82 MovieClip
"smoke11"Frame 2Symbol 82 MovieClip
"smoke10"Frame 2Symbol 82 MovieClip
"smoke9"Frame 2Symbol 82 MovieClip
"smoke8"Frame 2Symbol 82 MovieClip
"smoke7"Frame 2Symbol 82 MovieClip
"smoke6"Frame 2Symbol 82 MovieClip
"smoke5"Frame 2Symbol 82 MovieClip
"smoke4"Frame 2Symbol 82 MovieClip
"smoke3"Frame 2Symbol 82 MovieClip
"smoke2"Frame 2Symbol 82 MovieClip
"smoke1"Frame 2Symbol 82 MovieClip
"smoke15"Frame 2Symbol 82 MovieClip
"smoke14"Frame 2Symbol 82 MovieClip
"smoke13"Frame 2Symbol 82 MovieClip
"visibilityGraph"Frame 2Symbol 84 MovieClip
"cloudsMovie"Frame 2Symbol 86 MovieClip
"stopLine"Frame 2Symbol 88 MovieClip
"stopLine2"Frame 2Symbol 88 MovieClip
"planeShadow"Frame 2Symbol 91 MovieClip
"thundersGraph"Frame 2Symbol 98 MovieClip
"cockpit"Frame 2Symbol 112 MovieClip
"nameBox"Frame 3Symbol 174 MovieClip
"cloud4Silva"Frame 5Symbol 25 MovieClip
"cloud4Silva"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"darkCloud"Symbol 27 MovieClip [cloud8] Frame 1Symbol 23 MovieClip
"god"Symbol 27 MovieClip [cloud8] Frame 1Symbol 26 MovieClip
"god"Symbol 29 MovieClip [cloud6] Frame 1Symbol 26 MovieClip
"darkCloud"Symbol 33 MovieClip [cloud3] Frame 1Symbol 23 MovieClip
"cloud1Silva"Symbol 34 MovieClip [cloud2] Frame 1Symbol 7 MovieClip
"cloud2Silva"Symbol 36 MovieClip [cloud1] Frame 1Symbol 9 MovieClip
"cloud3Silva"Symbol 36 MovieClip [cloud1] Frame 1Symbol 12 MovieClip
"cloud2Silva2"Symbol 36 MovieClip [cloud1] Frame 1Symbol 9 MovieClip
"cloud3Silva2"Symbol 36 MovieClip [cloud1] Frame 1Symbol 12 MovieClip
"screenInside"Symbol 112 MovieClip Frame 1Symbol 104 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "The Beat 02"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Space Wind"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Foreign Storm"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Angel Wonder"
ExportAssets (56)Timeline Frame 1Symbol 10 as "cloud10"
ExportAssets (56)Timeline Frame 1Symbol 13 as "cloud9"
ExportAssets (56)Timeline Frame 1Symbol 27 as "cloud8"
ExportAssets (56)Timeline Frame 1Symbol 28 as "cloud7"
ExportAssets (56)Timeline Frame 1Symbol 29 as "cloud6"
ExportAssets (56)Timeline Frame 1Symbol 30 as "cloud5"
ExportAssets (56)Timeline Frame 1Symbol 31 as "cloud4"
ExportAssets (56)Timeline Frame 1Symbol 33 as "cloud3"
ExportAssets (56)Timeline Frame 1Symbol 34 as "cloud2"
ExportAssets (56)Timeline Frame 1Symbol 36 as "cloud1"
ExportAssets (56)Timeline Frame 1Symbol 38 as "Symbol 13"

Dynamic Text Variables

MilesSymbol 114 EditableText"00"
score1TxtSymbol 122 EditableText"2000 Km"
score2TxtSymbol 123 EditableText""
score3TxtSymbol 124 EditableText""
score4TxtSymbol 125 EditableText""
score5TxtSymbol 126 EditableText""
score6TxtSymbol 127 EditableText"2000 Km"
score7TxtSymbol 128 EditableText""
score8TxtSymbol 129 EditableText""
score9TxtSymbol 130 EditableText""
score10TxtSymbol 131 EditableText""
resultadoSymbol 143 EditableText"You flew "
numeroDeJuegosSymbol 144 EditableText"Volaste "
name1TxtSymbol 150 EditableText"Daniel Bahamon"
name2TxtSymbol 151 EditableText"Daniel Bahamon"
name3TxtSymbol 152 EditableText"Daniel Bahamon"
name4TxtSymbol 153 EditableText"Daniel Bahamon"
name5TxtSymbol 154 EditableText"Daniel Bahamon"
name6TxtSymbol 155 EditableText"Daniel Bahamon"
name7TxtSymbol 156 EditableText"Daniel Bahamon"
name8TxtSymbol 157 EditableText"Daniel Bahamon"
name9TxtSymbol 158 EditableText"Daniel Bahamon"
name10TxtSymbol 159 EditableText"Daniel Bahamon"
playerNameSymbol 167 EditableText""




http://swfchan.com/15/72062/info.shtml
Created: 8/4 -2019 23:18:00 Last modified: 8/4 -2019 23:18:00 Server time: 18/06 -2024 13:12:12