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

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

Mouse Wars.swf

This is the info page for
Flash #23253

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


Text
Mouse
Wars
Play
Instructions
Credits

Presented By
www.AlbinoBlackSheep.com

Created By

www.SuckMySite.com

+50 Health

Dual Wield!

+200 Points

Activate Shield

Health:

Score:

Game Over :(

Back to main
Replay

Points

Rank:

By Binary (Ashley Hartwell)
(c) 2005 SuckMySite.com, All rights reserved.

Play

Created By Binary
(Ashley Hartwell)

Created By Binary
(Ashley Hartwell)

A Suck My Site Game
(www.SuckMySite.com)

A Suck My Site Game
(www.SuckMySite.com)

Thanks to
www.AlbinoBlacksheep.com

Thanks to
www.AlbinoBlacksheep.com

Special thanks go to:
The Flash Devo Nuts
Especially Prospect, Buckethead, Thor, Reuben,
phailure, melpond and the many I have missed,
And special thanks to Kyle and Technophobe.
Everyone awesome from the ABS forums, Tene,
Wondermike, Tastypoo, jesus, soup4brains... The
list is too big to fit on here
Everyone else :  Rob (twat), Other Rob, Simon,
Bruce, Chris, Ace, Pete, Johnny, David, Jim,
Georgie, Lucy and anyone else reading this :)

Special thanks go to:
The Flash Devo Nuts
Especially Prospect, Buckethead, Thor, Reuben,
phailure, melpond and the many I have missed,
And special thanks to Kyle and Technophobe.
Everyone awesome from the ABS forums, Tene,
Wondermike, Tastypoo, jesus, soup4brains... The
list is too big to fit on here
Everyone else :  Rob (twat), Other Rob, Simon,
Bruce, Chris, Ace, Pete, Johnny, David, Jim,
Georgie, Lucy and anyone else reading this :)

Back to main...

--Instructions--

Mouse Wars
Welcome to mouse wars, The
space game where your
cursor is the ship!
How To Play
Try to score as many points
as possible by shooting as
many enemy ships as you
can.
(** Tip : Do not let your
mouse go out of the white
box surrounding the screen,
if you do it means an
automatic game over! **)
To shoot an enemy, simply
place your cursor
somewhere underneath it,
and it will fire bullets. You
may need several bullets to
hit the enemy to kill it.
As the game progresses your
weapon will automatically
get more powerful.
If you let an enemy drop off
the bottom of the screen you
will loose 10 health, If an
enemy hits you with its
bullets, you will loose 1
health. If your pointer
vibrates wildly it means you
have been hit by an enemy!
(** Tip : Try to dodge the
bullets from the enemies as
they come down, however
this may become harder as
the game progresses **)
You start with 100 health,
and you can view your health
in the top left hand corner.
Powerups:
There are four types of
powerup:
Health box
-----------------
Increases your health by 50!
(most common powrup)
Dual wielding
------------------
Allows you to have 2 mice on
screen at once!
Shield
-------------------
Protects your ship from
damage!
Star box
--------------------
200 extra points!
Roll over the powrups as
they come down to activate
them!
Enemies:
There are two types of
enemy, Both look identical
but they act in different
ways.
Soldiers
--------------
These enemies just head
directly down.
Trackers
---------------
These enemies will move
towards the mouse to shoot
you.
Thats about it!
When your health reaches 0
the game will end and you
will be given a ranking!
Thanks for reading!
Adios!
Binary (Ashley Hartwell)

ActionScript [AS1/AS2]

Frame 1
stop(); startDrag ("/mousexy", true); onEnterFrame = function () { if ((((_xmouse > 50) && (_xmouse < 500)) && (_ymouse > 50)) && (_ymouse < 350)) { Mouse.hide(); cursor._visible = true; cursor._x = _xmouse; cursor._y = _ymouse; } else { Mouse.show(); cursor._visible = false; } };
Frame 2
function __com_mochibot__(swfid, mc, lv) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } g[n] = res; return(res); } __com_mochibot__("e6c8dd83", this, 10301); n = 50; shoot = 0; enemynum = 1; firespeed = 3; speedup = 0.05; bonus = none; duplicateMovieClip (overlay, overlay2, 100000000); mouseShoot = function () { if (shoot == firespeed) { duplicateMovieClip (bullet, "bullet" + n, n + 50); _root["bullet" + n]._x = _xmouse; _root["bullet" + n]._y = _ymouse; n++; y = n - 8; shoot = 0; removeMovieClip("bullet" + y); } else { shoot++; } }; shipHit = function () { if (_root.bonus == "dual") { } else if (_root.bonus == "shield") { } else { _root.cursor.gotoAndPlay(2); } if (_root.bonus == "shield") { } else { _root.health = _root.health - 1; } }; stop(); enemyspeed = 2; n = 100; points = 0; score = 0; health = 100; status.gotoAndStop(3); onEnterFrame = function () { if ((((_xmouse > 50) && (_xmouse < 500)) && (_ymouse > 50)) && (_ymouse < 350)) { xdiff = enemy5._x - _xmouse; enemy5._x = enemy5._x - (xdiff / 13); xdiff = enemy3._x - _xmouse; enemy3._x = enemy3._x - (xdiff / 18); Mouse.hide(); cursor._visible = true; cursor._x = _xmouse; cursor._y = _ymouse; if (playtype == "play") { mouseShoot(); } if (health <= 0) { status.gotoAndPlay(2); playtype = gameover; _root.fade.play(); } } else { Mouse.show(); cursor._visible = false; if (playtype == "play") { status.gotoAndPlay(2); _root.playtype = gameover; _root.fade.play(); } if (health < 0) { status.gotoAndPlay(2); playtype = gameover; } } };
Instance of Symbol 46 MovieClip in Frame 2
onClipEvent (load) { speed = 10; stop(); } onClipEvent (enterFrame) { if (_root.playtype == "play") { this._y = this._y + 2; } if (this._y > 1000) { this._y = 0; this._x = 50 + (Math.random() * 500); gotoAndStop (2); } }
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (load) { gotoAndPlay(Math.round(Math.random() * 3) +1); speed = 10; } onClipEvent (enterFrame) { if (_root.playtype == "play") { this._y = this._y + 1; } if (this._y > 600) { this._y = 0; powerup = math.random() * 5; gotoAndPlay(Math.round(Math.random() * 4) +1); } }
Instance of Symbol 63 MovieClip "bullet" in Frame 2
onClipEvent (enterFrame) { this._y = this._y - 10; levelbalance = _root.score / 200; if (this.hitTest(_root.enemy.enemy)) { _root.enemy.health = _root.enemy.health - (1.5 + levelbalance); if (_root.bonus == "dual") { _root.enemy.health = _root.enemy.health - (1 + levelbalance); } gotoAndPlay (3); } if (this.hitTest(_root.enemy2.enemy)) { _root.enemy2.health = _root.enemy2.health - (1 + levelbalance); if (_root.bonus == "dual") { _root.enemy2.health = _root.enemy2.health - (1 + levelbalance); } gotoAndPlay (3); } if (this.hitTest(_root.enemy3.enemy)) { if (_root.bonus == "dual") { _root.enemy3.health = _root.enemy3.health - (1 + levelbalance); } _root.enemy3.health = _root.enemy3.health - (1 + levelbalance); gotoAndPlay (3); } if (this.hitTest(_root.enemy4.enemy)) { if (_root.bonus == "dual") { _root.enemy4.health = _root.enemy4.health - (1 + levelbalance); } _root.enemy4.health = _root.enemy4.health - (1 + levelbalance); gotoAndPlay (3); } if (this.hitTest(_root.enemy5.enemy)) { _root.enemy5.health = _root.enemy5.health - (1 + levelbalance); if (_root.bonus == "dual") { _root.enemy5.health = _root.enemy5.health - (1 + levelbalance); } gotoAndPlay (3); } }
Instance of Symbol 72 MovieClip "enemy" in Frame 2
onClipEvent (load) { this._x = (Math.random() * 450) + 50; t = 40; } onClipEvent (enterFrame) { if (_root.playtype == "play") { _root.enemybullet._x = this._x; this._y = this._y + Math.round(_root.enemyspeed); if (this._y > 365) { this._y = (-Math.random()) * 100; if (this._currentframe < 60) { _root.health = _root.health - 10; } this.gotoAndPlay(1); this._x = (Math.random() * 450) + 50; enemyspeed = enemyspeed + _root.speedup; } } }
Instance of Symbol 72 MovieClip "enemy2" in Frame 2
onClipEvent (load) { this._x = (Math.random() * 450) + 50; t = 40; } onClipEvent (enterFrame) { if (_root.playtype == "play") { _root.enemybullet._x = this._x; this._y = this._y + Math.round(_root.enemyspeed); if (this._y > 365) { this._y = (-Math.random()) * 100; if (this._currentframe < 60) { _root.health = _root.health - 10; } this.gotoAndPlay(1); this._x = (Math.random() * 450) + 50; _root.enemyspeed = _root.enemyspeed + _root.speedup; } } }
Instance of Symbol 72 MovieClip "enemy3" in Frame 2
onClipEvent (load) { this._x = (Math.random() * 450) + 50; t = 40; } onClipEvent (enterFrame) { if (_root.playtype == "play") { _root.enemybullet._x = this._x; this._y = this._y + Math.round(_root.enemyspeed); if (this._y > 365) { this._y = (-Math.random()) * 100; if (this._currentframe < 60) { _root.health = _root.health - 10; } this.gotoAndPlay(1); this._x = (Math.random() * 450) + 50; enemyspeed = enemyspeed + _root.speedup; } } }
Instance of Symbol 72 MovieClip "enemy4" in Frame 2
onClipEvent (load) { this._x = (Math.random() * 450) + 50; t = 40; } onClipEvent (enterFrame) { if (_root.playtype == "play") { _root.enemybullet._x = this._x; this._y = this._y + Math.round(_root.enemyspeed); if (this._y > 365) { this._y = (-Math.random()) * 100; if (this._currentframe < 60) { _root.health = _root.health - 10; } this.gotoAndPlay(1); this._x = (Math.random() * 450) + 50; _root.enemyspeed = _root.enemyspeed + _root.speedup; } } }
Instance of Symbol 72 MovieClip "enemy5" in Frame 2
onClipEvent (load) { this._x = (Math.random() * 450) + 50; t = 40; } onClipEvent (enterFrame) { if (_root.playtype == "play") { _root.enemybullet._x = this._x; this._y = this._y + Math.round(_root.enemyspeed); if (this._y > 365) { this._y = (-Math.random()) * 100; if (this._currentframe < 60) { _root.health = _root.health - 10; } this.gotoAndPlay(1); this._x = (Math.random() * 450) + 50; _root.enemyspeed = _root.enemyspeed + _root.speedup; } } }
Frame 3
stop(); startDrag ("/mousexy", true); onEnterFrame = function () { if ((((_xmouse > 50) && (_xmouse < 500)) && (_ymouse > 50)) && (_ymouse < 350)) { Mouse.hide(); cursor._visible = true; cursor._x = _xmouse; cursor._y = _ymouse; } else { Mouse.show(); cursor._visible = false; } };
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 4
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 101
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 199
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 295
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Frame 572
gotoAndPlay (3);
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Frame 580
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Frame 592
stop(); onEnterFrame = function () { if ((((_xmouse > 50) && (_xmouse < 500)) && (_ymouse > 50)) && (_ymouse < 350)) { Mouse.hide(); cursor._visible = true; cursor._x = _xmouse; cursor._y = _ymouse; } else { Mouse.show(); cursor._visible = false; } };
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 50
stop();
Symbol 7 MovieClip Frame 1
setProperty("star", _visible , false); starcount = 40; dist = "150"; zinc = "0"; starwidth = 60; starheight = 60; sc = 0; while (Number(sc) < Number(starcount)) { starinst = "star" add sc; duplicateMovieClip ("star", starinst, sc); Set(starinst add ":sx", random(1000) - 500); Set(starinst add ":sy", random(1000) - 500); Set(starinst add ":sz", Number(dist) + Number(random(1000))); sc = Number(sc) + 1; }
Symbol 7 MovieClip Frame 2
zinc = (150 - getProperty("/mousexy", _y)) / 4; xinc = (250 - getProperty("/mousexy", _x)) / 4; call("calc3d");
Symbol 7 MovieClip Frame 3
gotoAndPlay (2);
Symbol 7 MovieClip Frame 4
sc = 0; while (Number(sc) < Number(starcount)) { starinst = "star" add sc; z = eval (starinst add ":sz"); z = z - zinc; if (Number(z) < Number(dist)) { z = Number(z) + 1000; Set(starinst add ":sx", random(1000) - 500); Set(starinst add ":sy", random(1000) - 500); } else if (Number(z) > Number(1000 + Number(dist))) { z = z - 1000; Set(starinst add ":sx", random(1000) - 500); Set(starinst add ":sy", random(1000) - 500); } x = eval (starinst add ":sx"); x = Number(x) + Number(xinc); if (Number(x) < Number(-1000)) { x = Number(x) + 2000; } else if (Number(x) > 1000) { x = x - 2000; } Set(starinst add ":sx", x); y = eval (starinst add ":sy"); per = dist / z; setProperty(starinst, _x , x * per); setProperty(starinst, _y , y * per); setProperty(starinst, _xscale , starwidth * per); setProperty(starinst, _yscale , starheight * per); Set(starinst add ":sz", z); Set(starinst add ":distance", int(z / 20)); tellTarget (starinst) { gotoAndStop(distance); }; sc = Number(sc) + 1; }
Symbol 11 Button
on (press) { gotoAndPlay (2); }
Symbol 12 Button
on (press) { gotoAndPlay (580); }
Symbol 13 Button
on (release) { gotoAndPlay (4); }
Symbol 18 MovieClip Frame 26
_root.cursor.gotoAndPlay("1");
Symbol 19 MovieClip Frame 407
_root.bonus = "none";
Symbol 19 MovieClip Frame 413
_parent.gotoAndPlay(1);
Symbol 24 MovieClip Frame 395
_root.bonus = "none";
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 2
if (_root.bonus == "dual") { gotoAndPlay (4); } else if (_root.playtype == gameover) { gotoAndPlay (1); } stop();
Symbol 25 MovieClip Frame 3
if (_root.bonus == "dual") { } else { gotoAndStop (1); } stop();
Symbol 25 MovieClip Frame 4
if (_root.bonus == "shield") { } else { gotoAndStop (1); } stop();
Symbol 25 MovieClip Frame 5
stop();
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 38 MovieClip Frame 106
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 24) - 12; moveacross = (Math.random() * 24) - 12; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Symbol 38 MovieClip Frame 178
stop();
Symbol 41 Button
on (rollOver) { _root.health = _root.health + 50; gotoAndPlay (2); }
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 35
stop();
Symbol 47 Button
on (rollOver) { _root.health = _root.health + 50; gotoAndPlay (5); }
Symbol 49 Button
on (rollOver) { _root.bonus = "dual"; gotoAndPlay (45); _root.cursor.gotoAndPlay(3); }
Symbol 51 Button
on (rollOver) { _root.score = _root.score + 200; gotoAndPlay (75); }
Symbol 53 Button
on (rollOver) { _root.bonus = "shield"; gotoAndPlay (104); _root.cursor.gotoAndPlay(4); }
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
stop();
Symbol 57 MovieClip Frame 3
stop();
Symbol 57 MovieClip Frame 4
stop();
Symbol 57 MovieClip Frame 5
stop();
Symbol 57 MovieClip Frame 43
stop();
Symbol 57 MovieClip Frame 44
stop();
Symbol 57 MovieClip Frame 74
stop();
Symbol 57 MovieClip Frame 103
stop();
Symbol 57 MovieClip Frame 137
stop();
Symbol 63 MovieClip Frame 1
if (_root.bonus == "dual") { gotoAndStop (5); } stop();
Symbol 63 MovieClip Frame 4
stop();
Symbol 63 MovieClip Frame 5
stop();
Symbol 63 MovieClip Frame 8
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 4
stop();
Symbol 72 MovieClip Frame 1
if (health == undefined) { health = 5; } onEnterFrame = function () { if (health < 1) { gotoAndPlay (120); _root.score = _root.score + 10; health = 10; } };
Instance of Symbol 67 MovieClip "enemybullet" in Symbol 72 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.shipHit(); _parent.gotoAndPlay(70); } }
Instance of Symbol 67 MovieClip "enemybullet" in Symbol 72 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor) && (_root.playtype != gameover)) { _root.shipHit(); _parent.gotoAndPlay(70); } }
Instance of Symbol 67 MovieClip "enemybullet" in Symbol 72 MovieClip Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.shipHit(); _parent.gotoAndPlay(70); } }
Symbol 72 MovieClip Frame 18
gotoAndPlay (1);
Symbol 72 MovieClip Frame 113
gotoAndPlay (1);
Symbol 72 MovieClip Frame 120
play(); onEnterFrame = function () { };
Instance of Symbol 35 MovieClip "fragment" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment2" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment4" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment3" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment2" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment5" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment6" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment7" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment11" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment9" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment8" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Instance of Symbol 35 MovieClip "fragment10" in Symbol 72 MovieClip Frame 120
onClipEvent (load) { alpha = (Math.random() * 1) + 3; moveup = (Math.random() * 6) - 3; moveacross = (Math.random() * 6) - 3; } onClipEvent (enterFrame) { this._x = this._x + moveacross; this._y = this._y + moveup; this._alpha = this._alpha - alpha; if (this._alpha < 0) { this.removeMovieClip(); } }
Symbol 72 MovieClip Frame 1481
stop();
Instance of Symbol 71 MovieClip in Symbol 72 MovieClip Frame 1481
onClipEvent (enterFrame) { if (Math.random() > 0.999) { _root.enemy.gotoAndPlay(1); _root.enemy._y = 400; } }
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 30
stop();
Symbol 75 MovieClip Frame 54
gotoAndPlay (30);
Symbol 81 Button
on (press) { _root.play(); _root.health = 100; }
Symbol 89 Button
on (press) { _root.playtype = "play"; _root.health = 100; gotoAndPlay (1); }
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
score = _root.score; fade.play(); if ((((_root._xmouse > 50) && (_root._xmouse < 500)) && (_root._ymouse > 50)) && (_root._ymouse < 350)) { _root.cursor.gotoAndPlay(6); } if (_root.score > 10000) { rank = "HOLY SHIT"; } else if (_root.score > 7500) { rank = "INSANE!"; } else if (_root.score > 5000) { rank = "Impresive!"; } else if (_root.score > 4000) { rank = "You have great skills, Obi wan..."; } else if (_root.score > 3500) { rank = "Yeah, thats a very leet score."; } else if (_root.score > 3000) { rank = "Pretty damn good, if you ask me"; } else if (_root.score > 2800) { rank = "Not too shabby"; } else if (_root.score > 2400) { rank = "Good, but still room for improvement..."; } else if (_root.score > 2200) { rank = "Yeah, its not a BAD score..."; } else if (_root.score > 1900) { rank = "Not too bad, but not too good either."; } else if (_root.score > 1500) { rank = "Distinctly average."; } else if (_root.score > 1000) { rank = "Room for improvement. Lots of room..."; } else if (_root.score > 400) { rank = "Dont quit your day job"; } else if (_root.score > -10) { rank = "Im not going to lie, that was piss poor."; } stop();
Symbol 90 MovieClip Frame 3
stop();
Symbol 92 MovieClip Frame 39
stop();
Symbol 109 Button
on (release) { gotoAndPlay (3); }

Library Items

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

Instance Names

"starfield"Frame 1Symbol 7 MovieClip
"mousexy"Frame 1Symbol 8 MovieClip
"cursor"Frame 1Symbol 25 MovieClip
"bullet"Frame 2Symbol 63 MovieClip
"enemy"Frame 2Symbol 72 MovieClip
"enemy2"Frame 2Symbol 72 MovieClip
"enemy3"Frame 2Symbol 72 MovieClip
"enemy4"Frame 2Symbol 72 MovieClip
"enemy5"Frame 2Symbol 72 MovieClip
"fade"Frame 2Symbol 75 MovieClip
"status"Frame 2Symbol 90 MovieClip
"mask"Frame 2Symbol 92 MovieClip
"cursor"Frame 2Symbol 25 MovieClip
"overlay"Frame 2Symbol 94 MovieClip
"starfield"Frame 3Symbol 7 MovieClip
"mousexy"Frame 3Symbol 8 MovieClip
"cursor"Frame 3Symbol 25 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 4Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 101Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 199Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 295Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"fragment10"Frame 580Symbol 35 MovieClip
"cursor"Frame 580Symbol 25 MovieClip
"star"Symbol 7 MovieClip Frame 1Symbol 6 MovieClip
"dual"Symbol 25 MovieClip Frame 3Symbol 19 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"fragment10"Symbol 38 MovieClip Frame 106Symbol 35 MovieClip
"enemybullet"Symbol 72 MovieClip Frame 1Symbol 67 MovieClip
"enemy"Symbol 72 MovieClip Frame 1Symbol 69 MovieClip
"enemybullet"Symbol 72 MovieClip Frame 3Symbol 67 MovieClip
"enemybullet"Symbol 72 MovieClip Frame 15Symbol 67 MovieClip
"enemybullet"Symbol 72 MovieClip Frame 18Symbol 67 MovieClip
"fragment"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment2"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment4"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment3"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment2"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment5"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment6"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment7"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment11"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment9"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment8"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"fragment10"Symbol 72 MovieClip Frame 120Symbol 35 MovieClip
"enemybullet"Symbol 72 MovieClip Frame 1481Symbol 63 MovieClip
"fade"Symbol 90 MovieClip Frame 2Symbol 75 MovieClip

Labels

"calc3d"Symbol 7 MovieClip Frame 4
"destroy"Symbol 72 MovieClip Frame 116
"gameover"Symbol 90 MovieClip Frame 2

Dynamic Text Variables

healthSymbol 65 EditableText""
scoreSymbol 74 EditableText""
scoreSymbol 82 EditableText""
rankSymbol 85 EditableText""




http://swfchan.com/5/23253/info.shtml
Created: 26/5 -2019 08:19:06 Last modified: 26/5 -2019 08:19:06 Server time: 10/05 -2024 11:55:48