Frame 2
if (_framesloaded < 100) {
gotoAndPlay (1);
} else {
gotoAndPlay (3);
}
Instance of Symbol 24 MovieClip in Frame 3
onClipEvent (load) {
var speedx = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + speedx;
if (this._x >= 400) {
speedx = speedx * -1;
} else if (this._x <= 0) {
speedx = speedx * -1;
}
}
Frame 17
gotoAndPlay (3);
Frame 19
stop();
Frame 178
stop();
Instance of Symbol 49 MovieClip "keisan" in Frame 179
onClipEvent (load) {
function ene_total_count() {
ene_total = ene_total + 1;
if (this.ene_total == 0) {
_root.kari1.sound_delete();
_root.kari2.sound_delete();
_root.kari3.sound_delete();
}
}
function decreasing() {
ene_total = ene_total - 1;
}
var ene_total = 0;
}
Instance of Symbol 86 MovieClip "ero_movie" in Frame 180
onClipEvent (load) {
function playthis() {
if (_root.keisan.ene_total > 0) {
picture_kind = Math.floor(Math.random() * pictotal) + 1;
if (picture_kind == 1) {
this.gotoAndPlay("tomoko");
} else if (picture_kind == 2) {
this.gotoAndPlay("yukari");
} else if (picture_kind == 3) {
this.gotoAndPlay("reiko");
} else if (picture_kind == 4) {
this.gotoAndPlay("madoka");
} else if (picture_kind == 5) {
this.gotoAndPlay("nanae");
} else if (picture_kind == 6) {
this.gotoAndPlay("miho");
} else if (picture_kind == 7) {
this.gotoAndPlay("yurina");
} else if (picture_kind == 8) {
this.gotoAndPlay("ayaka");
}
} else if (_root.keisan.ene_total <= 0) {
this.gotoAndPlay("clear_movie");
}
}
var picture_kind = 0;
var pictotal = 8;
}
Instance of Symbol 90 MovieClip "ene1" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 92 MovieClip "my_tama" in Frame 180
onClipEvent (load) {
function hassya(yourx, youry) {
if (switch1 == 0) {
this._x = yourx;
this._y = youry;
brain = 1;
}
}
function moveup() {
switch1 = 1;
this._y = this._y - speedy;
if (this._y <= 0) {
modore();
}
}
function modore() {
this._x = flocx;
this._y = flocy;
brain = 0;
switch1 = 0;
soundcondition = 0;
}
function beemsound() {
beem.start();
}
function soundstop() {
soundcondition = 1;
}
var switch1 = 0;
var speedy = 10;
var brain = 0;
var flocx = this._x;
var flocy = this._y;
var soundcondition = 0;
var beem = new Sound(this);
beem.attachSound("mybeem");
}
onClipEvent (enterFrame) {
if (brain == 1) {
moveup();
if (soundcondition == 0) {
beem.start();
this.soundstop();
}
}
}
Instance of Symbol 98 MovieClip "my_ship" in Frame 180
onClipEvent (load) {
var mylocx;
var mylocy;
}
onClipEvent (enterFrame) {
mylocx = this._x;
mylocy = this._y;
this._x = _root._xmouse;
if (this._x <= 0) {
this._x = 10;
} else if (this._x >= 420) {
this._x = 400;
}
}
Instance of Symbol 92 MovieClip "kari1" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 90 MovieClip "ene2" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene3" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene4" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene5" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene6" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene7" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene8" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene9" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene10" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene11" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene12" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene13" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene14" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene15" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene16" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene17" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene18" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene19" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene20" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene21" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene22" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene23" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 90 MovieClip "ene24" in Frame 180
onClipEvent (load) {
function speedhanten() {
speed = speed * -1;
}
function deathme() {
this.brain = 3;
}
function keisan_saseru() {
_root.keisan.ene_total_count();
}
var brain = 1;
var speed = 2;
var death = 0;
var braincounter = 200;
var boom = new Sound(this);
boom.attachSound("hit07");
this.keisan_saseru();
}
onClipEvent (enterFrame) {
if (death == 0) {
braincounter = braincounter - 1;
if (braincounter == 0) {
brain = Math.floor(Math.random() * 2) + 1;
braincounter = 200;
}
}
if (brain == 1) {
this._y = this._y + speed;
if (this._y >= 300) {
this._y = 290;
speedhanten();
} else if (this._y <= 0) {
speedhanten();
}
} else if (brain == 2) {
this._x = this._x + speed;
if (this._x >= 420) {
this._x = 400;
speedhanten();
} else if (this._x <= 0) {
speedhanten();
}
} else if (brain == 3) {
this._x = 6000;
}
if (this.hitTest(_root.my_tama) == true) {
if (this.death == 0) {
this.deathme();
_root.my_tama.modore();
_root.keisan.decreasing();
_root.ero_movie.playthis();
this.gotoAndPlay("bakuhatu");
boom.start();
this.death = 1;
}
}
}
Instance of Symbol 92 MovieClip "kari2" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari3" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari5" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari6" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari4" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari7" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari8" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari9" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari10" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari11" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari12" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari13" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari14" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari15" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari16" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari17" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari18" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari19" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari20" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari21" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari22" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari23" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Instance of Symbol 92 MovieClip "kari24" in Frame 180
onClipEvent (load) {
function sound_delete() {
this.beem = 0;
}
function falling() {
this._y = this._y + speed;
if (this._y >= 400) {
this._x = flocx;
this._y = flocy;
fallingswith = 0;
}
}
function meichu() {
_root.my_ship.gotoAndplay("death");
}
function timer_reset() {
timer = Math.floor(Math.random() * 300) + 100;
}
var speed = (Math.floor(Math.random() * 15) + 7);
var brain = 1;
var timer = (Math.floor(Math.random() * 300) + 100);
var thisname = this._name;
var target_ene = thisname.slice(4);
var flocx = this._x;
var flocy = this._y;
var fallingswitch = 0;
var beem = new Sound(this);
var obj = eval ("_root.ene" + target_ene);
beem.attachSound("zubyun");
}
onClipEvent (enterFrame) {
timer = timer - 1;
if (timer == 0) {
var mokuhyo = _root.keisan.ene_total;
setProperty(this, _x , obj._x);
setProperty(this, _y , obj._y);
if (obj.death == 0) {
this.beem.start();
fallingswitch = 1;
timer_reset();
} else if (obj.death == 1) {
}
}
if (fallingswitch == 1) {
falling();
}
if (this.hitTest(_root.my_ship) == true) {
meichu();
}
}
Frame 183
gotoAndPlay (181);
Symbol 21 Button
on (release) {
gotoAndPlay (28);
}
Symbol 29 Button
on (release) {
gotoAndPlay (3);
}
Symbol 45 Button
on (release) {
play();
}
Symbol 81 Button
on (release) {
this.play();
}
Symbol 85 Button
on (release) {
_root.gotoAndPlay(1);
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 50
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 99
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 148
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 197
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 246
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 295
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 344
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 393
this.gotoAndStop(1);
Symbol 86 MovieClip Frame 430
_root.kari1.sound_delete();
_root.kari2.sound_delete();
_root.kari3.sound_delete();
stop();
Symbol 86 MovieClip Frame 823
stop();
Symbol 90 MovieClip Frame 10
gotoAndPlay (2);
Symbol 90 MovieClip Frame 41
stop();
Symbol 94 Button
on (release) {
_root.my_tama.hassya(mylocx, mylocy);
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
var resume_counter = 100;
Symbol 98 MovieClip Frame 26
resume_counter = resume_counter - 1;
if (resume_counter <= 0) {
_root.meter.play();
this.gotoandStop(1);
}
Symbol 98 MovieClip Frame 27
this.gotoAndPlay(26);
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 2
stop();
Symbol 100 MovieClip Frame 3
stop();
Symbol 100 MovieClip Frame 4
stop();
Symbol 100 MovieClip Frame 5
stop();
Symbol 100 MovieClip Frame 6
_root.gotoAndStop("game_over");