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

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

HotAirGraffiti.swf

This is the info page for
Flash #81922

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


Text
Start

Checking.

Checking..

Checking...

DESIGNATED
BALLOON
LANDING
SITE

DESIGNATED
BALLOON
LANDING
SITE

Cleared!

Select a BALLOON

Select a BALLOON

DESCRIPTION:

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop(); stop(); stop();
Instance of Symbol 9 MovieClip in Frame 2
onClipEvent (enterFrame) { _root.createEmptyMovieClip("Ballon_Life", 100); _root.Ballon_Life.lineStyle(1, 1118481, 100, true, "none", "round", "miter", 1); if (_global.balloonLife >= 75) { _root.Ballon_Life.beginFill(39168); } else if (_global.balloonLife >= 40) { _root.Ballon_Life.beginFill(10066176); } else { _root.Ballon_Life.beginFill(10027008); } _root.Ballon_Life.moveTo(576, 40); _root.Ballon_Life.lineTo(576 + (_global.balloonLife * 1.6), 40); _root.Ballon_Life.lineTo(576 + (_global.balloonLife * 1.6), 50); _root.Ballon_Life.lineTo(576, 50); _root.Ballon_Life.swapDepths(714); _root.Ballon_Life.endFill(); }
Instance of Symbol 40 MovieClip in Frame 2
onClipEvent (load) { leftSlide = true; } onClipEvent (enterFrame) { if ((this._x > 50) and (leftSlide == true)) { this._x = this._x - 0.1; if (this._x <= 50) { leftSlide = false; } } if ((this._x < 700) and (leftSlide == false)) { this._x = this._x + 0.1; if (this._x >= 700) { leftSlide = true; } } }
Instance of Symbol 42 MovieClip in Frame 2
onClipEvent (load) { leftSlide = false; } onClipEvent (enterFrame) { if ((this._x > 50) and (leftSlide == true)) { this._x = this._x - 0.2; if (this._x <= 50) { leftSlide = false; } } if ((this._x < 700) and (leftSlide == false)) { this._x = this._x + 0.2; if (this._x >= 700) { leftSlide = true; } } }
Instance of Symbol 70 MovieClip "player1" in Frame 2
onClipEvent (load) { this.accel = 0; this.horizontalSpeed = 0; this.flamePlay = true; this.rotationOffset = 0; this.thrustercount = 0; } onClipEvent (enterFrame) { _global.balloonLife = _global.balloonLife - _global.crashDmg; if (_global.balloonLife < 0) { _global.balloonLife = 0; } if (this.thrustercount > 0) { this.thrustercount++; if (this.thrustercount > 9) { this.thrustercount = 0; } } if (Key.isDown(38)) { if (flamePlay == false) { this.flamePlay = true; this.gotoAndPlay(5); } if (this.thrustercount == 0) { this.thrustercount++; } this.accel = this.accel - 0.05; } else { this.flamePlay = false; this.gotoAndPlay(1); this.accel = this.accel + 0.075; } if (Key.isDown(39)) { if (((this.rotationOffset < 80) and (this.horizontalSpeed < 5)) and (this._y < 319)) { this.rotationOffset = this.rotationOffset + 0.4; this.horizontalSpeed = this.horizontalSpeed + 0.25; } else if ((this.rotationOffset > 0) and (this.horizontalSpeed > 0)) { this.rotationOffset = this.rotationOffset - 0.4; this.horizontalSpeed = this.horizontalSpeed - 0.25; } } else if ((this.rotationOffset > 0) and (this.horizontalSpeed > 0)) { this.rotationOffset = this.rotationOffset - 0.4; this.horizontalSpeed = this.horizontalSpeed - 0.25; } if (Key.isDown(37)) { if (((this.rotationOffset > -80) and (this.horizontalSpeed > -5)) and (this._y < 319)) { this.rotationOffset = this.rotationOffset - 0.4; this.horizontalSpeed = this.horizontalSpeed - 0.25; } else if ((this.rotationOffset < 0) and (this.horizontalSpeed < 0)) { this.rotationOffset = this.rotationOffset + 0.4; this.horizontalSpeed = this.horizontalSpeed + 0.25; } } else if ((this.rotationOffset < 0) and (this.horizontalSpeed < 0)) { this.rotationOffset = this.rotationOffset + 0.4; this.horizontalSpeed = this.horizontalSpeed + 0.25; } if (_global.crashed == true) { _root.gotoAndPlay("GAMEOVER"); } if (this._y > 320) { if (this.accel > 2.5) { _global.balloonLife = _global.balloonLife - (8 * this.accel); } this.accel = 0; this._y = 320; xDiff = Math.abs(this._x - _root.endSpot._x); if ((xDiff <= 32) and (Math.abs(this._horizontalSpeed) <= 0)) { _global.endRoundTimer++; if (_global.endRoundTimer > 30) { } } else { _global.endRoundTimer = 0; } } else if (this._y < 320) { _global.endRoundTimer = 0; } _root.deep_bg._x = _root.deep_bg._x + (this.horizontalSpeed / 25); _root.mid_bg._x = _root.mid_bg._x - (this.horizontalSpeed / 20); this._rotation = 0 + (this.rotationOffset * 1.5); this._y = this._y + this.accel; this._x = this._x + this.horizontalSpeed; }
Instance of Symbol 74 MovieClip in Frame 2
onClipEvent (load) { this._alpha = 0; this.gotoAndStop(60); } onClipEvent (enterFrame) { if (_global.endRoundTimer == 1) { this._alpha = 100; this.gotoAndPlay(1); } else if (_global.endRoundTimer == 0) { this._alpha = 0; this.gotoAndStop(60); } }
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (_global.endRoundTimer > 30) { this._alpha = 100; } }
Frame 3
stop();
Instance of Symbol 88 MovieClip in Frame 3
onClipEvent (mouseMove) { this.gotoAndStop(_global.picNum); }
Instance of Symbol 104 MovieClip in Frame 3
onClipEvent (load) { if (_global.u1 == true) { this.gotoAndStop(30); } } on (rollOver) { if (_global.u1 == true) { _global.picNum = 29; _root.charText.htmlText = ((("<font color='#" + FFFFFF) + "' size='8' face='silky'><b>") + " A tried and true\n classic. Initially\n designed by French\n artist Giscard\n DeConsu'er. It's\n common knowledge\n that if you haven't\n set sail with a\n rainbow striped blimp\n before...\n\n you are truly an \n amateur.\n\n Where all \n sky-captains\n make their\n humble beginnings.") + "</b></font>"; } else { this.gotoAndPlay(5); } } on (rollOut) { _global.picNum = 1; _root.charText.htmlText = ""; if (_global.u1 == false) { this.gotoAndPlay(16 + (15 - this._currentframe)); } }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
onClipEvent (load) { if (_global.u2 == true) { this.gotoAndStop(31); } } on (rollOver) { if (_global.u2 == true) { _global.picNum = 30; _root.charText.htmlText = ((("<font color='#" + FFFFFF) + "' size='8' face='silky'><b>") + " Like a midnight\n dream...\n\n Flowing across\n the sky like\n jet-black butter.\n\n The 'ecliptic celestion'\n is a true beauty.\n\n Late-night bystanders\n often mistake you\n for a solar eclipse;\n hidden behind that \n blimp is the lightbulb\n of our world..\n\n Take flight my\n baby black swan. ") + "</b></font>"; } else { this.gotoAndPlay(5); } } on (rollOut) { _global.picNum = 1; _root.charText.htmlText = ""; if (_global.u2 == false) { this.gotoAndPlay(16 + (15 - this._currentframe)); } }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
onClipEvent (load) { if (_global.u3 == true) { this.gotoAndStop(32); } } on (rollOver) { if (_global.u3 == true) { _global.picNum = 31; _root.charText.htmlText = ((("<font color='#" + FFFFFF) + "' size='8' face='silky'><b>") + " \"Blimp der Berg\"\n\n or otherwise\n known as the Blimp\n of the mountains.\n What better place\n to travel than\n through some jagged\n ravines or float\n by the snow-capped\n swiss alps?\n\n Though not competing\n in the toure de france,\n you truly are\n\n 'king of the mountain.' ") + "</b></font>"; } else { this.gotoAndPlay(5); } } on (rollOut) { _global.picNum = 1; _root.charText.htmlText = ""; if (_global.u3 == false) { this.gotoAndPlay(16 + (15 - this._currentframe)); } }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 104 MovieClip in Frame 3
on (rollOver) { this.gotoAndPlay(5); } on (rollOut) { this.gotoAndPlay(16 + (15 - this._currentframe)); }
Instance of Symbol 107 MovieClip in Frame 3
onClipEvent (load) { _global.picNum = 1; _root.createTextField("charText", 813, 629, 196, 150, 600); _root.charText.textColor = 16777215 /* 0xFFFFFF */; _root.charText.selectable = false; _root.charText.embedFonts = true; _root.charText.html = true; _root.charText.htmlText = ""; }
Frame 4
stop();
Symbol 7 Button
on (release) { _global.balloonLife = 100; _global.endRoundTimer = 0; var thruster = new Sound(); _global.thruster = thruster; _global.thruster.attachSound("thruster2"); _root.gotoAndPlay("GAME"); _global.u1 = true; _global.u2 = true; _global.u3 = true; }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 32 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(10); this.startAngle = this._rotation; } onClipEvent (enterFrame) { if ((this.rotateOffset < 10) and (this.rotateBool == false)) { this.rotateOffset = this.rotateOffset + 0.2; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset = this.rotateOffset - 0.2; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Symbol 46 MovieClip Frame 90
gotoAndPlay (1);
Symbol 70 MovieClip Frame 1
stop(); stop();
Instance of Symbol 49 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (((this.hitTest(_root.treeshell.tree.tree1) or this.hitTest(_root.treeshell.tree.tree2)) or this.hitTest(_root.treeshell.tree.tree3)) or this.hitTest(_root.treeshell.tree.tree4)) { _global.crashDmg = 1; } else { _global.crashDmg = 0; } }
Instance of Symbol 49 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (((this.hitTest(_root.treeshell.tree.tree1) or this.hitTest(_root.treeshell.tree.tree2)) or this.hitTest(_root.treeshell.tree.tree3)) or this.hitTest(_root.treeshell.tree.tree4)) { _global.crashDmg = 1; } else { _global.crashDmg = 0; } }
Instance of Symbol 49 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (((this.hitTest(_root.treeshell.tree.tree1) or this.hitTest(_root.treeshell.tree.tree2)) or this.hitTest(_root.treeshell.tree.tree3)) or this.hitTest(_root.treeshell.tree.tree4)) { _global.crashDmg = 1; } else { _global.crashDmg = 0; } }
Instance of Symbol 53 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hitTest(_root.treeshell.tree.tree1) or this.hitTest(_root.treeshell.tree.tree2)) or this.hitTest(_root.treeshell.tree.tree3)) or this.hitTest(_root.treeshell.tree.tree4)) { _global.crashDmg = 1; } else { _global.crashDmg = 0; } }
Symbol 70 MovieClip Frame 15
gotoAndPlay (5); gotoAndPlay (5);
Symbol 74 MovieClip Frame 60
stop();
Symbol 88 MovieClip Frame 1
stop(); stop();
Symbol 88 MovieClip Frame 29
stop(); stop();
Instance of Symbol 14 MovieClip in Symbol 88 MovieClip Frame 29
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 88 MovieClip Frame 29
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 88 MovieClip Frame 29
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Instance of Symbol 14 MovieClip in Symbol 88 MovieClip Frame 29
onClipEvent (load) { this.rotateBool = false; this.rotateOffset = random(30); this.startAngle = this._rotation - 10; } onClipEvent (enterFrame) { if ((this.rotateOffset < 30) and (this.rotateBool == false)) { this.rotateOffset++; } else { this.rotateBool = true; } if ((this.rotateOffset > 0) and (this.rotateBool == true)) { this.rotateOffset--; if (this.rotateOffset < 2) { this.rotateBool = false; } } this._rotation = this.startAngle + (this.rotateOffset / 2); }
Symbol 88 MovieClip Frame 30
stop(); stop();
Symbol 88 MovieClip Frame 31
stop(); stop();
Symbol 104 MovieClip Frame 1
this.stop(); stop();
Symbol 104 MovieClip Frame 15
this.stop();
Symbol 104 MovieClip Frame 26
this.gotoAndStop(1); this.gotoAndStop(1);
Symbol 104 MovieClip Frame 30
stop();
Symbol 104 MovieClip Frame 31
stop();
Symbol 104 MovieClip Frame 32
stop();
Symbol 104 MovieClip Frame 33
stop();

Library Items

Symbol 1 Font [silky]Used by:5 71 72 73 76 77 81 105 106 108
Symbol 2 Sound [thruster2]
Symbol 3 Sound [thruster]
Symbol 4 GraphicUsed by:7
Symbol 5 TextUses:1Used by:7
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:4 5 6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:28
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:28 38
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:25 88
Symbol 15 GraphicUsed by:24
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:24
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:24
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:24
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:15 17 19 21 23Used by:25
Symbol 25 MovieClipUses:14 24Used by:28 38  Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:10 12 25 27Used by:Timeline
Symbol 29 GraphicUsed by:38
Symbol 30 GraphicUsed by:35
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:35
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClipUses:30 32 34Used by:38
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:38
Symbol 38 MovieClipUses:29 12 25 35 37Used by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 GraphicUsed by:44 45
Symbol 44 MovieClipUses:43Used by:46
Symbol 45 MovieClipUses:43Used by:46
Symbol 46 MovieClipUses:44 45Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:70
Symbol 50 GraphicUsed by:70
Symbol 51 GraphicUsed by:70
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:70
Symbol 54 GraphicUsed by:70
Symbol 55 GraphicUsed by:70
Symbol 56 GraphicUsed by:70
Symbol 57 GraphicUsed by:70
Symbol 58 GraphicUsed by:70
Symbol 59 GraphicUsed by:70
Symbol 60 GraphicUsed by:70
Symbol 61 GraphicUsed by:70
Symbol 62 GraphicUsed by:70
Symbol 63 GraphicUsed by:70
Symbol 64 GraphicUsed by:70
Symbol 65 GraphicUsed by:70
Symbol 66 GraphicUsed by:70
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69Used by:Timeline
Symbol 71 TextUses:1Used by:74
Symbol 72 TextUses:1Used by:74
Symbol 73 TextUses:1Used by:74
Symbol 74 MovieClipUses:71 72 73Used by:Timeline
Symbol 75 GraphicUsed by:78
Symbol 76 TextUses:1Used by:78
Symbol 77 TextUses:1Used by:78
Symbol 78 MovieClipUses:75 76 77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:83
Symbol 81 TextUses:1Used by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:80 81 82Used by:Timeline
Symbol 84 GraphicUsed by:88  Timeline
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:84 85 14 86 87Used by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:104
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:104
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:104
Symbol 95 GraphicUsed by:104
Symbol 96 GraphicUsed by:104
Symbol 97 GraphicUsed by:104
Symbol 98 GraphicUsed by:104
Symbol 99 GraphicUsed by:104
Symbol 100 GraphicUsed by:104
Symbol 101 GraphicUsed by:104
Symbol 102 GraphicUsed by:104
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:90 92 94 95 96 97 98 99 100 101 102 103Used by:Timeline
Symbol 105 TextUses:1Used by:107
Symbol 106 TextUses:1Used by:107
Symbol 107 MovieClipUses:105 106Used by:Timeline
Symbol 108 TextUses:1Used by:Timeline

Instance Names

"deep_bg"Frame 2Symbol 28 MovieClip
"mid_bg"Frame 2Symbol 38 MovieClip
"endSpot"Frame 2Symbol 46 MovieClip
"treeshell"Frame 2Symbol 25 MovieClip
"player1"Frame 2Symbol 70 MovieClip
"tree2"Symbol 24 MovieClip Frame 1Symbol 17 MovieClip
"tree1"Symbol 24 MovieClip Frame 1Symbol 19 MovieClip
"tree4"Symbol 24 MovieClip Frame 1Symbol 21 MovieClip
"tree3"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip
"tree"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "silky"
ExportAssets (56)Timeline Frame 1Symbol 2 as "thruster2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "thruster"

Labels

"MAIN_MENU"Frame 1
"GAME"Frame 2
"1stLevel"Frame 2
"SELECTION"Frame 3
"GAMEOVER"Frame 4




http://swfchan.com/17/81922/info.shtml
Created: 1/4 -2019 16:10:45 Last modified: 1/4 -2019 16:10:45 Server time: 09/05 -2024 09:22:03