Frame 1
k = 0;
while (k < 50) {
duplicateMovieClip (this.beam_mc, "beam" + k, k);
k++;
}
Instance of Symbol 8 MovieClip "tsumura_tokiko" in Frame 1
on (rollOver) {
_root.girl_hint.text = "I'll splatter your guts!";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.tsumura_tokiko._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Tsumura Tokiko";
}
}
Instance of Symbol 15 MovieClip "miyazaki_nodoka" in Frame 1
on (rollOver) {
_root.girl_hint.text = "Adeat! Diarium Ejus!";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.miyazaki_nodoka._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Miyazaki Nodoka";
}
}
Instance of Symbol 22 MovieClip "kawashima_ami" in Frame 1
on (rollOver) {
_root.girl_hint.text = "Just now, I bet you looked at me and thought 'airhead'.";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.kawashima_ami._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Kawashima Ami";
}
}
Instance of Symbol 29 MovieClip "izumi_konata" in Frame 1
on (rollOver) {
_root.girl_hint.text = "A flat chest is a status symbol!";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.izumi_konata._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Izumi Konata";
}
}
Instance of Symbol 36 MovieClip "platina_berlitz" in Frame 1
on (rollOver) {
_root.girl_hint.text = "I do not give my name to commoners.";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.platina_berlitz._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Platina Berlitz";
}
}
Instance of Symbol 43 MovieClip "persia" in Frame 1
on (rollOver) {
_root.girl_hint.text = "Papurikko!";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.persia._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Persia";
}
}
Instance of Symbol 50 MovieClip "luna" in Frame 1
on (rollOver) {
_root.girl_hint.text = "Keep the decay away from me!";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.luna._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Luna";
}
}
Instance of Symbol 57 MovieClip "achakuraashakuraasakura_ryoko" in Frame 1
on (rollOver) {
_root.girl_hint.text = "I really don\u2019t understand the concept of death for organic life forms.";
}
on (rollOut) {
_root.girl_hint.text = "";
}
on (release) {
if (_root.achakuraashakuraasakura_ryoko._currentframe != "revealed") {
this.gotoAndStop("revealed");
this.useHandCursor = false;
this.enabled = false;
_root.girl_hint.text = "Achakura/Ashakura/Asakura Ryoko";
}
}
Instance of Symbol 59 MovieClip "beam_mc" in Frame 1
onClipEvent (load) {
movieWidth = 1064;
movieHeight = 968.2;
i = 1 + (Math.random() * 8);
k = -3.14159265358979 + (Math.random() * Math.PI);
this._xscale = (this._yscale = 50 + (Math.random() * 100));
this._alpha = 75 + (Math.random() * 100);
this._x = -10 + (Math.random() * movieWidth);
this._y = 425 + (Math.random() * 118);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * Math.PI);
this._x = this._x - Math.cos(rad);
this._x = this._x + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._y <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._x = -5;
}
}
Symbol 8 MovieClip Frame 1
stop();
Symbol 8 MovieClip Frame 5
play();
Symbol 8 MovieClip Frame 10
stop();
Symbol 15 MovieClip Frame 1
stop();
Symbol 15 MovieClip Frame 5
play();
Symbol 15 MovieClip Frame 10
stop();
Symbol 22 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 5
play();
Symbol 22 MovieClip Frame 10
stop();
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 5
play();
Symbol 29 MovieClip Frame 10
stop();
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 5
play();
Symbol 36 MovieClip Frame 10
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 5
play();
Symbol 43 MovieClip Frame 10
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 5
play();
Symbol 50 MovieClip Frame 10
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 5
play();
Symbol 57 MovieClip Frame 10
stop();