Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
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=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
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);
}
return(res);
}
__com_mochibot__("0cd50f51", this, 10301, true);
_root.starttime = getTimer();
stop();
onEnterFrame = function () {
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(percentbytes);
if ((loadedbytes == totalbytes) && (getTimer() >= (_root.starttime + 5000))) {
onEnterFrame = function () {
};
gotoAndPlay (2);
}
};
Frame 2
stop();
b1_btn.onRelease = function () {
gotoAndStop ("game");
};
Frame 3
ins = 0;
i = 10;
b = 10;
z = 10;
l = 10;
speed = 5;
msped = 15;
innn = 0;
innn2 = 0;
innn3 = 0;
innn4 = 0;
timer = 10000;
increase = 0.007;
max = 15;
_root.score = 0;
stop();
onEnterFrame = function () {
if (speed > max) {
speed = max;
}
innn = innn + 1;
innn2 = innn2 + 1;
innn3 = innn3 + 1;
innn4 = innn4 + 1;
if (innn == 60) {
msped = msped - 1;
}
if (innn2 == 50) {
i++;
duplicateMovieClip (_root.blockin, "block" + i, i);
innn2 = 0;
}
if (innn3 == 30) {
z++;
duplicateMovieClip (_root.blockin2, "block2" + z, z);
innn3 = 0;
}
if (innn4 == 200) {
l++;
duplicateMovieClip (_root.blockin3, "block3" + l, l);
innn4 = 0;
}
speed = speed + increase;
i++;
if (speed < max) {
duplicateMovieClip (_root.init, "init" + i, i);
}
if (speed > max) {
if (timer > 0) {
timer--;
duplicateMovieClip (_root.init2, "init2" + i, i);
}
}
ins = 0;
if (timer < 0) {
duplicateMovieClip (_root.init3, "init3" + i, i);
}
};
Instance of Symbol 68 MovieClip "mover" in Frame 3
onClipEvent (load) {
inter = 0;
ud = 0;
}
onClipEvent (enterFrame) {
inter = inter + 1;
if (_y > 289) {
ud = random(7) - 10;
}
if (_y < 80) {
ud = random(5);
}
if (inter == _root.msped) {
if (_y > 80) {
if (_y < 489) {
ud = random(5) - random(5);
inter = 0;
}
}
if (_y > 489) {
ud = random(5) - 6;
}
if (_y < 80) {
ud = random(5);
}
}
_y = (_y + ud);
}
Instance of Symbol 70 MovieClip "init" in Frame 3
onClipEvent (load) {
if (_name != "init") {
_x = 550;
_y = _root.mover._y;
}
}
onClipEvent (enterFrame) {
if (_name != "init") {
if (-40 > _x) {
this.removeMovieClip();
}
_x = (_x - _root.speed);
if (this.hitTest(_root.star2._x, _root.star2._y, true)) {
_root.gotoAndStop("gameover");
}
}
}
Instance of Symbol 81 MovieClip "init2" in Frame 3
onClipEvent (load) {
if (_name != "init2") {
_x = 550;
_y = _root.mover._y;
}
}
onClipEvent (enterFrame) {
if (_name != "init2") {
if (-40 > _x) {
this.removeMovieClip();
}
_x = (_x - _root.speed);
if (this.hitTest(_root.star2._x, _root.star2._y, true)) {
_root.gotoAndStop("gameover");
}
}
}
Instance of Symbol 83 MovieClip "init3" in Frame 3
onClipEvent (load) {
if (_name != "init3") {
_x = 550;
_y = _root.mover._y;
}
}
onClipEvent (enterFrame) {
if (_name != "init3") {
if (-40 > _x) {
this.removeMovieClip();
}
_x = (_x - _root.speed);
if (this.hitTest(_root.star2._x, _root.star2._y, true)) {
_root.gotoAndStop("gameover");
}
}
}
Instance of Symbol 19 MovieClip "star2" in Frame 3
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
_root.growstar;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
_root.score = _root.score + 1;
xspeed = xspeed * 0.93;
yspeed = yspeed * 0.93;
_y = (_y + yspeed);
_x = (_x + xspeed);
if (Key.isDown(37)) {
xspeed = xspeed - 1;
}
if (Key.isDown(39)) {
xspeed = xspeed + 1;
}
if (Key.isDown(38)) {
yspeed = yspeed - 1;
}
if (Key.isDown(40)) {
yspeed = yspeed + 1;
}
if (this.hitTest(_root.lw)) {
xspeed = xspeed + 2;
this._x = this._x + 1;
}
if (this.hitTest(_root.rw)) {
xspeed = xspeed - 2;
this._x = this._x - 1;
}
if (this.hitTest(_root.tw)) {
yspeed = yspeed + 2;
this._y = this._y + 1;
}
if (this.hitTest(_root.bw)) {
yspeed = yspeed - 2;
this._y = this._y - 1;
}
}
Instance of Symbol 92 MovieClip "blockin" in Frame 3
onClipEvent (load) {
if (_name != "blockin") {
_x = 550;
_y = ((_root.mover._y + random(200)) - random(200));
count = 1;
}
}
onClipEvent (enterFrame) {
if (_name != "blockin") {
_x = (_x - _root.speed);
}
}
Instance of Symbol 94 MovieClip "blockin2" in Frame 3
onClipEvent (load) {
if (_name != "blockin2") {
_x = 550;
_y = ((_root.mover._y + random(200)) - random(200));
count = 1;
}
}
onClipEvent (enterFrame) {
if (_name != "blockin2") {
_x = (_x - _root.speed);
}
}
Frame 4
stop();
stopAllSounds();
playername = "NAME";
Symbol 3 MovieClip Frame 1
stop();
Symbol 3 MovieClip Frame 2
stop();
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) {
size = random(100);
_xscale = size;
_yscale = size;
xspeed = random(20) - 10;
yspeed = random(20) - 10;
_alpha = 100;
gotoAndStop(random(2) + 1);
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
_alpha = (_alpha - 2);
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Symbol 6 MovieClip Frame 1
stop();
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [burst] Frame 1
onClipEvent (load) {
yspeed = random(20) - 10;
xspeed = random(20) - 10;
_alpha = 100;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
_alpha = (_alpha - 2);
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (_alpha < 0) {
_parent.swapDepths(_parent.getNextHighestDepth());
_parent.removeMovieClip();
}
}
Instance of Symbol 9 MovieClip in Symbol 10 MovieClip [starpath] Frame 1
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (_parent._x < 0) {
removeMovieClip(_parent);
} else {
_parent._x = _parent._x - speed;
}
}
Symbol 30 MovieClip Frame 1
this.onRelease = function () {
getURL ("http://www.smileygamer.com/?gameref=753", "_blank");
};
Symbol 38 Button
on (release) {
gotoAndPlay ("game");
}
Symbol 40 Button
on (release) {
getURL ("http://www.smileygamer.com/highscores/star-fly.html?gameref=753", _blank);
}
Symbol 43 Button
on (release) {
getURL ("http://www.smileygamer.com/?gameref=753", _blank);
}
Symbol 45 Button
on (release) {
_root.gotoAndPlay("game");
}
Symbol 46 Button
on (release) {
getURL ("http://www.smileygamer.com/?gameref=753", _blank);
}
Instance of Symbol 52 MovieClip in Symbol 54 MovieClip Frame 1
onClipEvent (load) {
onbut = true;
}
on (release) {
_parent.exit = true;
}
Symbol 55 MovieClip Frame 51
stop();
Instance of Symbol 54 MovieClip in Symbol 55 MovieClip Frame 51
onClipEvent (load) {
_alpha = 0;
_visible = true;
exit = false;
}
onClipEvent (enterFrame) {
if (exit == false) {
_alpha = (_alpha + 5);
} else {
_alpha = (_alpha - 5);
}
if (_alpha > 100) {
_alpha = 100;
}
if (_alpha < 0) {
_alpha = 0;
_visible = false;
}
}
on (release) {
exit = true;
}
Symbol 58 MovieClip Frame 31
stop();
Symbol 62 MovieClip Frame 1
this.onRelease = function () {
getURL ("http://www.smileygamer.com/?gameref=753", "_blank");
};
Symbol 64 Button
on (release) {
getURL ("http://www.smileygamer.com/freecontent.html?gameref=753", _blank);
}
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.star2)) {
_root.starsound.gotoAndPlay(2);
_root.attachMovie("burst", "burst" + count, _root.swapDepths.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y});
_root.score = _root.score + 50;
_parent.removeMovieClip();
}
}
Instance of Symbol 91 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.star2)) {
_root.gotoAndPlay("gameover");
}
}
Symbol 96 MovieClip Frame 31
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 105 Button
on (release) {
if (_root.playername != "NAME") {
url = "http://www.smileygamer.com/scripts/highscores.php";
lv = new LoadVars();
lv.id = 753;
lv.score = (_root.score * 100) + (_root.score % 97);
lv.player = _root.playername;
lv.sendAndLoad(url, lv, "GET");
_root.gotoAndPlay("menu");
getURL ("http://www.smileygamer.com/highscores/star-fly.html?gameref=753", _blank);
}
}
Symbol 109 Button
on (release) {
gotoAndPlay ("game");
}