Frame 1
function spawn_cat() {
if (random(200) != 25) {
random1 = random(5);
random2 = random(5);
_root.attachMovie((("cat_" + random1) + "_") + random2, "cat_" + i, i + 300);
_root["cat_" + i]._x = 1000;
_root["cat_" + i]._y = random(Stage.height);
} else {
_root.attachMovie("cirno", "baka_ciruno_" + i, i + 300);
_root["baka_ciruno_" + i]._x = 800;
_root["baka_ciruno_" + i]._y = random(Stage.height);
}
do {
cf_n = random(5) + 1;
} while (cf_n == cf);
cf = cf_n;
bg.gotoAndStop(cf);
i++;
}
i = 0;
cf = 1;
setInterval(spawn_cat, 500);
g = 0;
while (g < 50) {
_root.attachMovie("bge", "bge" + g, g);
_root["bge" + g]._x = random(Stage.width) - 150;
_root["bge" + g]._y = random(Stage.height) + 100;
_root["bge" + g].gotoAndPlay(random(120));
rn = random(50) + 20;
_root["bge" + g]._width = rn;
_root["bge" + g]._height = rn;
g++;
}
Symbol 2 MovieClip [cat_1_1] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 4 MovieClip [cat_2_1] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 6 MovieClip [cat_3_1] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 8 MovieClip [cat_4_1] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 10 MovieClip [cat_1_2] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 12 MovieClip [cat_2_2] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 14 MovieClip [cat_3_2] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 16 MovieClip [cat_4_2] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 18 MovieClip [cat_1_3] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 20 MovieClip [cat_2_3] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 22 MovieClip [cat_3_3] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 24 MovieClip [cat_1_4] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 26 MovieClip [cat_2_4] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 28 MovieClip [cat_3_4] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this._rotation = random(360);
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 30 MovieClip [cirno] Frame 1
rand = random(15) + 4;
size_c = random(100) + 50;
this._width = (this._width / size_c) * 100;
this._height = (this._height / size_c) * 100;
this.onEnterFrame = function () {
this._x = this._x - rand;
if (this._x < 0) {
this.removeMovieClip();
}
};
Symbol 44 MovieClip Frame 1
stop();