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

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

Beat Bounce.swf

This is the info page for
Flash #40288

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


Text
INSTRUCTIONS

Ball One

Ball Two

BEAT
BOUNCE

BEAT
BOUNCE

Beat Bounce consists of two balls, which bounce
to the beat of the song. If you hit the platforms
you get fifty points, If you hit the spikes you lose
one hundred points. Platforms can be chained
together for more points.

You use left and right to move the balls
Space to pause the game
HINTS:
Use the walls to launch the ball to the other side of
the screen
knowing where and when the balls appear can
dramatically change the combo

MORE HINTS:
You can play it safe and try and land on the same
platform, you won't lose points, but you won't get
any either.
There is no combo limit, Try for an insane score!

Score:

1

Combo

<p align="center"><font face="Diediedie" size="51" color="#ffffff" letterSpacing="-5.000000" kerning="0">00000000</font></p>

EXIT

CONTINUE

PAUSED

C  NGRATULATI  NS

Your Score:

<p align="center"><font face="Diediedie" size="51" color="#ffffff" letterSpacing="-5.000000" kerning="0">00000000</font></p>

Your Name:

Your Name

ActionScript [AS1/AS2]

Frame 1
function menuChoiceOne() { getURL ("http://www.psy-city.co.uk/"); } function menuChoiceTwo() { getURL ("http://www.newgrounds.com/"); } function menuChoiceThree() { getURL ("http://www.armorgames.com/"); } stop(); _root.ballskin1 = 1; _root.ballskin2 = 1; NewMenu = new ContextMenu(); NewMenu.hideBuiltInItems(); NewMenu.customItems.push(new ContextMenuItem("Psy City", menuChoiceOne)); NewMenu.customItems.push(new ContextMenuItem("Newgrounds", menuChoiceTwo)); NewMenu.customItems.push(new ContextMenuItem("Armor Games", menuChoiceThree));
Frame 14
function menuChoiceOne() { getURL ("http://www.psy-city.co.uk/"); } function menuChoiceTwo() { getURL ("http://www.newgrounds.com/"); } function menuChoiceThree() { getURL ("http://www.armorgames.com/"); } NewMenu = new ContextMenu(); NewMenu.hideBuiltInItems(); NewMenu.customItems.push(new ContextMenuItem("Psy City", menuChoiceOne)); NewMenu.customItems.push(new ContextMenuItem("Newgrounds", menuChoiceTwo)); NewMenu.customItems.push(new ContextMenuItem("Armor Games", menuChoiceThree)); _root.gotoAndPlay(16);
Frame 16
_root.loop1Sound = new Sound(this); _root.loop1Sound.attachSound("menuloop"); _root.loop1Sound.start(0, 99999);
Instance of Symbol 266 MovieClip "ball" in Frame 16
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; this.gotoAndStop(_root.ballskin1); }
Instance of Symbol 268 MovieClip in Frame 16
on (release) { if (_root.ballskin1 == 1) { _root.ballskin1 = 10; } else { _root.ballskin1--; } }
Instance of Symbol 268 MovieClip in Frame 16
on (release) { if (_root.ballskin1 == 10) { _root.ballskin1 = 1; } else { _root.ballskin1++; } }
Instance of Symbol 266 MovieClip "ball" in Frame 16
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; this.gotoAndStop(_root.ballskin2); }
Instance of Symbol 268 MovieClip in Frame 16
on (release) { if (_root.ballskin2 == 1) { _root.ballskin2 = 10; } else { _root.ballskin2--; } }
Instance of Symbol 268 MovieClip in Frame 16
on (release) { if (_root.ballskin2 == 10) { _root.ballskin2 = 1; } else { _root.ballskin2++; } }
Instance of Symbol 278 MovieClip "rockdoors" in Frame 16
onClipEvent (load) { this.stop(); } onClipEvent (enterFrame) { if (this._currentframe > 30) { _root.play(); } }
Frame 26
stop();
Instance of Symbol 266 MovieClip "ball" in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; this.gotoAndStop(_root.ballskin1); }
Instance of Symbol 266 MovieClip "ball" in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; this.gotoAndStop(_root.ballskin2); }
Frame 31
_root.combo = 0; _root.combo2 = 1; _root.combo3 = 1; _root.score = 0; _root.check2 = false; _root.scoresub = false; _root.scoreadd = false; _root.scorecheck = false; _root.check2 = false; onEnterFrame = function () { if (Key.isDown(32)) { if (_root.pausin._currentframe == 1) { _root.stop(); _root.pausin.play(); } if (_root.pausin._currentframe == 13) { _root.play(); _root.pausin.gotoAndStop(1); } } _root.scorebox.score = _root.score; _root.combo2 = int(_root.combo / 5) + 1; if (_root.scoreadd == true) { _root.combo = _root.combo + 1; _root.score = _root.score + (50 * _root.combo2); _root.lights.play(); _root.scorecheck = true; _root.scoreadd = false; _root.check2 = true; } else if ((_root.scoresub == true) && (_root.scorecheck == false)) { _root.combo3 = _root.combo2; _root.cam.counterstart = true; _root.score = _root.score + -100; _root.combo = 0; _root.scoresub = false; _root.lights.gotoAndPlay(51); _root.check2 = true; } }; _root.balldrop1 = true; _root.balldrop2 = false; _root.framecheck = _root._currentframe; _quality = "LOW";
Instance of Symbol 296 MovieClip in Frame 31
onClipEvent (load) { movespeed = 0; nutX = this._x; } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { if ((_root._currentframe < (4770 + _root.framecheck)) && (_root._currentframe > (364 + _root.framecheck))) { if (Key.isDown(37)) { movespeed--; if (movespeed <= -15) { movespeed = -15; } } if (Key.isDown(39)) { movespeed++; if (movespeed >= 15) { movespeed = 15; } } if ((!Key.isDown(37)) && (!Key.isDown(39))) { if (movespeed < 0) { movespeed++; } if (movespeed > 0) { movespeed--; } } this._x = this._x + movespeed; if (this._x > 636) { this._x = this._x - 636; } if (this._x < 0) { this._x = this._x + 636; } } } }
Instance of Symbol 320 MovieClip "cam" in Frame 31
onClipEvent (load) { nutX = this._x; nutY = this._y; counter = 0; counterstart = false; } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { if (counterstart == true) { counter++; } if ((counter > 0) && (counter < 13)) { this._x = nutX + ((random(4 * _root.combo3) - (2 * _root.combo3)) * 3); this._y = nutY + ((random(4 * _root.combo3) - (2 * _root.combo3)) * 3); } if (counter > 13) { counterstart = false; counter = 0; this._x = nutX; this._y = nutY; } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 340 MovieClip in Frame 324
onClipEvent (load) { this.gotoAndStop(random(10) + 1); } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { this._x = this._x + 15; if (_root._currentframe < (4770 + _root.framecheck)) { if (this._x > 550) { this.plat.gotoAndStop(1); this._x = this._x - 703; this.gotoAndStop(random(10) + 1); } } if (_root.check2 == false) { if ((this.plat.hitTest(_root.ball1.hitrect) && (this.plat._currentframe == 1)) && (_root.ball1.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball1.hitrect) && (_root.ball1.speed > 0)) && (_root.ball1.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } if ((this.plat.hitTest(_root.ball2.hitrect) && (this.plat._currentframe == 1)) && (_root.ball2.deflunt < 4)) { this.plat.gotoAndStop(2); _root.scoreadd = true; } else if ((this.spike.hitTest(_root.ball2.hitrect) && (_root.ball2.speed > 0)) && (_root.ball2.deflunt < 4)) { _root.scoresub = true; _root.scorecheck = false; } } } }
Instance of Symbol 343 MovieClip "ball2" in Frame 394
onClipEvent (load) { this.ball.gotoAndStop(_root.ballskin2); this._x = 415; this._y = -38; resetx = this._x; resety = this._y; movespeed = 0; speed = 0; deflunt = 0; counter = 0; } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { if (_root._currentframe < (4770 + _root.framecheck)) { if (deflunt < 4) { if ((speed > -5) && (speed < -1)) { _root.check2 = false; } if (_root.balldrop2 == true) { if (Key.isDown(37)) { movespeed = movespeed - 2; if (movespeed <= -16) { movespeed = -16; } } if (Key.isDown(39)) { movespeed = movespeed + 2; if (movespeed >= 16) { movespeed = 16; } } if ((!Key.isDown(37)) && (!Key.isDown(39))) { if (movespeed < 0) { movespeed++; } if (movespeed > 0) { movespeed--; } } if ((this._y >= 315) && (speed > 0)) { speed = -33.6; deflunt++; } if ((this._x < 55) && (movespeed < 0)) { movespeed = -movespeed; } if ((this._x > 495) && (movespeed > 0)) { movespeed = -movespeed; } } else { this._x = resetx; this._y = resety; movespeed = 0; speed = 0; deflunt = 0; } } else { counter++; if (counter > 8) { _root.check2 = false; _root.balldrop1 = true; _root.balldrop2 = false; } if (this._y > 600) { this._x = resetx; this._y = resety; movespeed = 0; speed = 0; deflunt = 0; counter = 0; } } } speed = speed + 3; this._x = this._x + movespeed; this.ball._rotation = this.ball._rotation + movespeed; this._y = this._y + speed; } }
Instance of Symbol 343 MovieClip "ball1" in Frame 394
onClipEvent (load) { this.ball.gotoAndStop(_root.ballskin1); this._x = 195; this._y = -40; resetx = this._x; resety = this._y; movespeed = 0; speed = 0; deflunt = 0; counter = 0; } onClipEvent (enterFrame) { if (_root.pausin._currentframe == 1) { if (_root._currentframe < (4770 + _root.framecheck)) { if (deflunt < 4) { if ((speed > -5) && (speed < -1)) { _root.check2 = false; } if (_root.balldrop1 == true) { if (Key.isDown(37)) { movespeed = movespeed - 2; if (movespeed <= -16) { movespeed = -16; } } if (Key.isDown(39)) { movespeed = movespeed + 2; if (movespeed >= 16) { movespeed = 16; } } if ((!Key.isDown(37)) && (!Key.isDown(39))) { if (movespeed < 0) { movespeed++; } if (movespeed > 0) { movespeed--; } } if ((this._y >= 315) && (speed > 0)) { speed = -33.6; deflunt++; } if ((this._x < 55) && (movespeed < 0)) { movespeed = -movespeed; } if ((this._x > 495) && (movespeed > 0)) { movespeed = -movespeed; } } else { this._x = resetx; this._y = resety; movespeed = 0; speed = 0; deflunt = 0; } } else { counter++; if (counter > 8) { _root.check2 = false; _root.balldrop2 = true; _root.balldrop1 = false; } if (this._y > 600) { this._x = resetx; this._y = resety; movespeed = 0; speed = 0; deflunt = 0; counter = 0; } } } else { this._alpha = 0; this._x = -1000; } speed = speed + 3; this._x = this._x + movespeed; this.ball._rotation = this.ball._rotation + movespeed; this._y = this._y + speed; } }
Frame 5123
stop(); _quality = "HIGH";
Instance of Symbol 346 MovieClip in Frame 5123
onClipEvent (load) { donedone = false; counter = 0; urlgot = false; } on (release) { if (donedone == false) { ab20_09 = new LoadVars(); ab20_09.z = _root.myname; ab20_09.x = _root.score; ab20_09.c = 1309; ab20_09.v = "DMMQMX"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); donedone = true; } } onClipEvent (enterFrame) { if (urlgot == false) { if (donedone == true) { counter++; } } if (counter > 13) { getURL ("http://www.armorbot.com/mytable/?id=1309", "_blank"); counter = 0; urlgot = true; } }
Instance of Symbol 266 MovieClip "ball" in Frame 5123
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; this.gotoAndStop(_root.ballskin1); }
Instance of Symbol 266 MovieClip "ball" in Frame 5123
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; this.gotoAndStop(_root.ballskin2); }
Frame 5129
gotoAndPlay (16);
Symbol 83 MovieClip Frame 141
gotoAndPlay ("bb");
Symbol 140 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 188 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 208 MovieClip Frame 40
stop();
Symbol 220 Button
on (press) { _root.play(); }
Symbol 221 Button
on (press) { play(); }
Instance of Symbol 206 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) { PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndStop("play_button"); } } onClipEvent (enterFrame) { PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndPlay("loaded"); } }
Symbol 224 MovieClip Frame 130
stop();
Symbol 224 MovieClip Frame 154
_root.play(); stop();
Symbol 234 Button
on (release) { _root.rockdoors.play(); }
Symbol 238 Button
on (release) { nextFrame(); }
Symbol 240 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 241 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 242 Button
on (release) { getURL ("http://www.psy-city.co.uk/", "_blank"); }
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 3
stop();
Symbol 266 MovieClip Frame 4
stop();
Symbol 266 MovieClip Frame 5
stop();
Symbol 266 MovieClip Frame 6
stop();
Symbol 266 MovieClip Frame 7
stop();
Symbol 266 MovieClip Frame 8
stop();
Symbol 266 MovieClip Frame 9
stop();
Symbol 266 MovieClip Frame 10
stop();
Symbol 278 MovieClip Frame 16
_root.loop1Sound.stop();
Symbol 278 MovieClip Frame 35
stop();
Symbol 285 Button
on (release) { gotoAndStop (25); }
Symbol 286 Button
on (release) { nextFrame(); }
Symbol 290 Button
on (release) { prevFrame(); }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Instance of Symbol 295 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) { onoff = random(100) + 20; timer = 0; onoff2 = random(15) + 10; timer2 = 0; fade = false; fade2 = false; } onClipEvent (enterFrame) { if (this._alpha >= 100) { timer2 = 0; fade2 = false; timer++; if (timer >= onoff) { fade = true; } } if (fade == true) { this._alpha = this._alpha - 5; if (this._alpha == 0) { onoff = random(100) + 20; fade = false; } } if (this._alpha <= 0) { timer = 0; fade = false; timer2++; if (timer2 >= onoff2) { fade2 = true; } } if (fade2 == true) { this._alpha = this._alpha + 10; if (this._alpha == 100) { onoff2 = random(15) + 10; fade2 = false; } } }
Symbol 312 MovieClip Frame 1
stop(); _root.lighty = 0;
Symbol 312 MovieClip Frame 11
stop(); _root.lighty = 1;
Symbol 312 MovieClip Frame 21
stop(); _root.lighty = 2;
Symbol 312 MovieClip Frame 31
stop(); _root.lighty = 3;
Symbol 312 MovieClip Frame 41
stop(); _root.lighty = 4;
Symbol 312 MovieClip Frame 50
gotoAndStop (1);
Instance of Symbol 306 MovieClip in Symbol 312 MovieClip Frame 51
onClipEvent (load) { if (_root.lighty < 1) { this._alpha = 0; } }
Instance of Symbol 308 MovieClip in Symbol 312 MovieClip Frame 51
onClipEvent (load) { if (_root.lighty < 2) { this._alpha = 0; } }
Instance of Symbol 310 MovieClip in Symbol 312 MovieClip Frame 51
onClipEvent (load) { if (_root.lighty < 3) { this._alpha = 0; } }
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 51
onClipEvent (load) { if (_root.lighty < 4) { this._alpha = 0; } }
Symbol 320 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 326 Button
on (release) { _root.play(); this.gotoAndStop(1); }
Symbol 327 Button
on (release) { this.play(); }
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 13
stop();
Symbol 330 MovieClip Frame 20
_root.gotoAndPlay(16);
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
stop();
Symbol 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 2
stop();
Symbol 340 MovieClip Frame 3
stop();
Symbol 340 MovieClip Frame 4
stop();
Symbol 340 MovieClip Frame 5
stop();
Symbol 340 MovieClip Frame 6
stop();
Symbol 340 MovieClip Frame 7
stop();
Symbol 340 MovieClip Frame 8
stop();
Symbol 340 MovieClip Frame 9
stop();
Symbol 340 MovieClip Frame 10
stop();
Symbol 353 Button
on (release) { play(); }
Symbol 354 MovieClip Frame 104
stop();

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClipUses:2Used by:135
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:83
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:83
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:83
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:83
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:83
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:83
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:83
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:83
Symbol 20 GraphicUsed by:83
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:83
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:83
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:83
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:83
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:83
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:83
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:83
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:83
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:83
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:83
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:83
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:83
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:83
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:83
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:83
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:83
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:83
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:83
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:83
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:83
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:83
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:83
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:83
Symbol 67 GraphicUsed by:83
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:83
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:83
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:83
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:83
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:83
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:83
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 MovieClipUses:5 7 9 11 13 15 17 19 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 67 69 71 73 75 77 79 82Used by:135
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:132
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:132
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:132
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:132
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:105
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:105
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:105
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:98 99 100 101Used by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:93 95 97 102 104Used by:132
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:132
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:132
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:132
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:132
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:114 115 116 117Used by:132
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:132
Symbol 121 GraphicUsed by:129
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:129
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:129
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:121 123 125 127 128Used by:132
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:132
Symbol 132 MovieClipUses:85 87 89 91 105 107 109 111 113 118 120 129 131Used by:133
Symbol 133 MovieClipUses:132Used by:135
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:3 83 133 134Used by:136
Symbol 136 MovieClipUses:135Used by:225
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:139 140
Symbol 139 MovieClipUses:138Used by:140
Symbol 140 ButtonUses:139 138Used by:225
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:187 188
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:187
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:187
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:187
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:187
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:187
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:187
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:187
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:187
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:187
Symbol 161 BitmapUsed by:162
Symbol 162 GraphicUses:161Used by:187
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:187
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:187
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:187
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:187
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:187
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:187
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:187
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:187
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:187
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:187
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:187
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:187
Symbol 187 MovieClipUses:142 144 146 148 150 152 154 156 158 160 162 164 166 168 170 172 174 176 178 180 182 184 186Used by:188
Symbol 188 ButtonUses:187 142Used by:225
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:225
Symbol 191 GraphicUsed by:224
Symbol 192 GraphicUsed by:224
Symbol 193 GraphicUsed by:195
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:193 194Used by:224
Symbol 196 GraphicUsed by:224
Symbol 197 GraphicUsed by:224
Symbol 198 GraphicUsed by:205 208
Symbol 199 GraphicUsed by:205 208
Symbol 200 GraphicUsed by:205 208
Symbol 201 GraphicUsed by:205 208
Symbol 202 GraphicUsed by:205 208
Symbol 203 GraphicUsed by:205 208
Symbol 204 GraphicUsed by:205 208
Symbol 205 MovieClipUses:198 199 200 201 202 203 204Used by:224
Symbol 206 MovieClipUsed by:224
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:198 199 200 201 202 203 204 207Used by:224
Symbol 209 ShapeTweeningUsed by:224
Symbol 210 GraphicUsed by:224
Symbol 211 GraphicUsed by:224
Symbol 212 GraphicUsed by:220 221
Symbol 213 GraphicUsed by:220 221
Symbol 214 GraphicUsed by:220 221
Symbol 215 GraphicUsed by:220 221
Symbol 216 GraphicUsed by:220 221
Symbol 217 GraphicUsed by:219 220 221
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:217 218Used by:220 221
Symbol 220 ButtonUses:212 213 214 215 216 219 217Used by:224
Symbol 221 ButtonUses:212 213 214 215 216 219 217Used by:224
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:224
Symbol 224 MovieClipUses:191 192 195 196 197 205 206 208 209 210 211 220 221 223Used by:225
Symbol 225 MovieClipUses:136 140 188 190 224Used by:Timeline
Symbol 226 ShapeTweeningUsed by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 Sound [menuloop]Used by:Timeline
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:231
Symbol 231 MovieClipUses:230Used by:Timeline
Symbol 232 GraphicUsed by:234
Symbol 233 GraphicUsed by:234
Symbol 234 ButtonUses:232 233Used by:Timeline
Symbol 235 FontUsed by:236 269 270 271 272 283 291 292 313 316 322 323 324 347 348 350
Symbol 236 TextUses:235Used by:238
Symbol 237 GraphicUsed by:238 240 241 242 285 286 290 326 327 346 353
Symbol 238 ButtonUses:236 237Used by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 ButtonUses:237Used by:Timeline
Symbol 241 ButtonUses:237Used by:Timeline
Symbol 242 ButtonUses:237Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:266
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:266
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:266
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:266
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:266
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:266
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:266
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClipUses:258Used by:266
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:266
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:266
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:266
Symbol 266 MovieClipUses:244 246 248 250 252 254 256 259 261 263 265Used by:343  Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 TextUses:235Used by:Timeline
Symbol 270 TextUses:235Used by:Timeline
Symbol 271 TextUses:235Used by:Timeline
Symbol 272 TextUses:235Used by:Timeline
Symbol 273 BitmapUsed by:274 277 331
Symbol 274 GraphicUses:273Used by:278 354  Timeline
Symbol 275 BitmapUsed by:276 277 331
Symbol 276 GraphicUses:275Used by:278 354  Timeline
Symbol 277 GraphicUses:275 273Used by:278  Timeline
Symbol 278 MovieClipUses:274 276 277 SS2Used by:Timeline
Symbol 279 BitmapUsed by:280 318 356
Symbol 280 GraphicUses:279Used by:Timeline
Symbol 281 ShapeTweeningUsed by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 TextUses:235Used by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 ButtonUses:237Used by:Timeline
Symbol 286 ButtonUses:237Used by:Timeline
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 ButtonUses:237Used by:Timeline
Symbol 291 TextUses:235Used by:Timeline
Symbol 292 TextUses:235Used by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:296
Symbol 296 MovieClipUses:295Used by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:Timeline
Symbol 299 BitmapUsed by:300 301 302 303 304 305 307 309
Symbol 300 GraphicUses:299Used by:312
Symbol 301 GraphicUses:299Used by:306 312
Symbol 302 GraphicUses:299Used by:308 312
Symbol 303 GraphicUses:299Used by:310 312
Symbol 304 GraphicUses:299Used by:311 312
Symbol 305 GraphicUses:299Used by:312
Symbol 306 MovieClipUses:301Used by:312
Symbol 307 GraphicUses:299Used by:308
Symbol 308 MovieClipUses:302 307Used by:312
Symbol 309 GraphicUses:299Used by:310
Symbol 310 MovieClipUses:303 309Used by:312
Symbol 311 MovieClipUses:304Used by:312
Symbol 312 MovieClipUses:300 301 302 303 304 305 306 308 310 311Used by:Timeline
Symbol 313 TextUses:235Used by:Timeline
Symbol 314 FontUsed by:315 317 349
Symbol 315 EditableTextUses:314Used by:Timeline
Symbol 316 TextUses:235Used by:Timeline
Symbol 317 EditableTextUses:314Used by:Timeline
Symbol 318 GraphicUses:279Used by:Timeline
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:Timeline
Symbol 321 ShapeTweeningUsed by:330
Symbol 322 TextUses:235Used by:330
Symbol 323 TextUses:235Used by:330
Symbol 324 TextUses:235Used by:330
Symbol 325 GraphicUsed by:330
Symbol 326 ButtonUses:237Used by:330
Symbol 327 ButtonUses:237Used by:330
Symbol 328 ShapeTweeningUsed by:330
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:321 322 323 324 325 326 327 328 329Used by:Timeline
Symbol 331 GraphicUses:275 273Used by:354  Timeline
Symbol 332 BitmapUsed by:333
Symbol 333 GraphicUses:332Used by:336
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:336
Symbol 336 MovieClipUses:333 335Used by:340
Symbol 337 BitmapUsed by:338
Symbol 338 GraphicUses:337Used by:339
Symbol 339 MovieClipUses:338Used by:340
Symbol 340 MovieClipUses:336 339Used by:Timeline
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:343
Symbol 343 MovieClipUses:266 342Used by:Timeline
Symbol 344 SoundUsed by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 MovieClipUses:237Used by:Timeline
Symbol 347 TextUses:235Used by:Timeline
Symbol 348 TextUses:235Used by:Timeline
Symbol 349 EditableTextUses:314Used by:Timeline
Symbol 350 TextUses:235Used by:Timeline
Symbol 351 FontUsed by:352
Symbol 352 EditableTextUses:351Used by:Timeline
Symbol 353 ButtonUses:237Used by:Timeline
Symbol 354 MovieClipUses:274 276 331Used by:Timeline
Symbol 355 ShapeTweeningUsed by:Timeline
Symbol 356 GraphicUses:279Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 278 MovieClip

Instance Names

"ball"Frame 16Symbol 266 MovieClip
"ball"Frame 16Symbol 266 MovieClip
"rockdoors"Frame 16Symbol 278 MovieClip
"ball"Frame 27Symbol 266 MovieClip
"ball"Frame 27Symbol 266 MovieClip
"lights"Frame 31Symbol 312 MovieClip
"cam"Frame 31Symbol 320 MovieClip
"pausin"Frame 31Symbol 330 MovieClip
"ball2"Frame 394Symbol 343 MovieClip
"ball1"Frame 394Symbol 343 MovieClip
"ball"Frame 5123Symbol 266 MovieClip
"ball"Frame 5123Symbol 266 MovieClip
"plat"Symbol 340 MovieClip Frame 1Symbol 336 MovieClip
"spike"Symbol 340 MovieClip Frame 2Symbol 339 MovieClip
"plat"Symbol 340 MovieClip Frame 3Symbol 336 MovieClip
"spike"Symbol 340 MovieClip Frame 4Symbol 339 MovieClip
"plat"Symbol 340 MovieClip Frame 5Symbol 336 MovieClip
"spike"Symbol 340 MovieClip Frame 6Symbol 339 MovieClip
"plat"Symbol 340 MovieClip Frame 7Symbol 336 MovieClip
"spike"Symbol 340 MovieClip Frame 10Symbol 339 MovieClip
"ball"Symbol 343 MovieClip Frame 1Symbol 266 MovieClip
"hitrect"Symbol 343 MovieClip Frame 1Symbol 342 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 15Symbol 228 as "menuloop"

Labels

"bb"Symbol 83 MovieClip Frame 46
"loaded"Symbol 224 MovieClip Frame 101
"play_button"Symbol 224 MovieClip Frame 130

Dynamic Text Variables

combo2Symbol 315 EditableText"1"
scoreSymbol 317 EditableText"<p align="center"><font face="Diediedie" size="51" color="#ffffff" letterSpacing="-5.000000" kerning="0">00000000</font></p>"
scoreSymbol 349 EditableText"<p align="center"><font face="Diediedie" size="51" color="#ffffff" letterSpacing="-5.000000" kerning="0">00000000</font></p>"
mynameSymbol 352 EditableText"Your Name"




http://swfchan.com/9/40288/info.shtml
Created: 11/5 -2019 09:02:56 Last modified: 11/5 -2019 09:02:56 Server time: 01/05 -2024 03:36:16