Frame 1
if (_root.first_load != 1) {
_root.first_load = 1;
_root.se001 = new Sound(se_clip);
_root.se002 = new Sound(se_clip);
_root.se003 = new Sound(se_clip);
_root.se004 = new Sound(se_clip);
_root.se005 = new Sound(se_clip);
_root.se006 = new Sound(se_clip);
_root.se007 = new Sound(se_clip);
_root.se008 = new Sound(se_clip);
_root.se009 = new Sound(se_clip);
_root.se001.attachSound("SE01");
_root.se002.attachSound("SE02");
_root.se003.attachSound("SE03");
_root.se004.attachSound("SE04");
_root.se005.attachSound("SE05");
_root.se006.attachSound("SE06");
_root.se007.attachSound("SE07");
_root.se008.attachSound("SE08");
_root.se009.attachSound("SE09");
_root.vo001 = new Sound(se_clip);
_root.vo002 = new Sound(se_clip);
_root.vo003 = new Sound(se_clip);
_root.vo004 = new Sound(se_clip);
_root.vo005 = new Sound(se_clip);
_root.vo001.attachSound("voice01");
_root.vo002.attachSound("voice02");
_root.vo003.attachSound("voice03");
_root.vo004.attachSound("voice04");
_root.vo005.attachSound("voice05");
_root.gasitu_now = 3;
_root.se_now = 1;
}
Instance of Symbol 189 MovieClip in Frame 1
onClipEvent (enterFrame) {
var now = _root.getBytesLoaded();
var total = _root.getBytesTotal();
if (now == total) {
_root.gotoAndPlay(3);
}
}
Frame 2
_root.gotoAndStop(1);
Frame 3
this.stop();
Instance of Symbol 203 MovieClip in Frame 3
onClipEvent (load) {
if (_root.open_gallery == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.open_gallery == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 259 MovieClip in Frame 3
onClipEvent (load) {
this._alpha = 0;
if (_root.cheat_ON01 != 100) {
_root.cheat_ON01 = 0;
}
_root.key_A_C1 = 0;
_root.key_B_C1 = 0;
_root.key_left_C1 = 0;
_root.key_right_C1 = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON01 == 100) {
this._y = 15;
this._alpha = 100;
} else {
if ((!_root.key_A_C1) && (Key.isDown(65))) {
if (_root.cheat_ON01 == 0) {
_root.cheat_ON01 = 1;
} else if (_root.cheat_ON01 == 3) {
_root.cheat_ON01 = 4;
} else if (_root.cheat_ON01 == 4) {
_root.cheat_ON01 = 5;
}
}
if ((!_root.key_B_C1) && (Key.isDown(66))) {
if (_root.cheat_ON01 == 1) {
_root.cheat_ON01 = 2;
} else if (_root.cheat_ON01 == 2) {
_root.cheat_ON01 = 3;
} else if (_root.cheat_ON01 == 5) {
_root.cheat_ON01 = 6;
} else {
_root.cheat_ON01 = 0;
}
}
if ((!_root.key_left_C1) && (Key.isDown(37))) {
if (_root.cheat_ON01 == 8) {
_root.se009.start();
_root.open_gallery = 1;
_root.cheat_ON01 = 100;
} else {
_root.cheat_ON01 = 0;
}
}
if ((!_root.key_right_C1) && (Key.isDown(39))) {
if (_root.cheat_ON01 == 6) {
_root.cheat_ON01 = 7;
} else if (_root.cheat_ON01 == 7) {
_root.cheat_ON01 = 8;
} else {
_root.cheat_ON01 = 0;
}
}
_root.key_A_C1 = Key.isDown(65);
_root.key_B_C1 = Key.isDown(66);
_root.key_left_C1 = Key.isDown(37);
_root.key_right_C1 = Key.isDown(39);
}
}
Instance of Symbol 261 MovieClip in Frame 3
onClipEvent (load) {
this._alpha = 0;
if (_root.cheat_ON02 != 100) {
_root.cheat_ON02 = 0;
}
_root.key_B_C2 = 0;
_root.key_up_C2 = 0;
_root.key_down_C2 = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 == 100) {
this._y = 15;
this._alpha = 100;
} else {
if ((!_root.key_B_C2) && (Key.isDown(66))) {
if (_root.cheat_ON02 == 2) {
_root.cheat_ON02 = 3;
} else if (_root.cheat_ON02 == 6) {
_root.cheat_ON02 = 7;
} else if (_root.cheat_ON02 == 7) {
_root.se009.start();
_root.cheat_ON02 = 100;
} else {
_root.cheat_ON02 = 0;
}
}
if ((!_root.key_up_C2) && (Key.isDown(38))) {
if (_root.cheat_ON02 == 0) {
_root.cheat_ON02 = 1;
} else if (_root.cheat_ON02 == 5) {
_root.cheat_ON02 = 6;
}
}
if ((!_root.key_down_C2) && (Key.isDown(40))) {
if (_root.cheat_ON02 == 1) {
_root.cheat_ON02 = 2;
} else if (_root.cheat_ON02 == 3) {
_root.cheat_ON02 = 4;
} else if (_root.cheat_ON02 == 4) {
_root.cheat_ON02 = 5;
} else {
_root.cheat_ON02 = 0;
}
}
_root.key_B_C2 = Key.isDown(66);
_root.key_up_C2 = Key.isDown(38);
_root.key_down_C2 = Key.isDown(40);
}
}
Instance of Symbol 263 MovieClip in Frame 3
onClipEvent (load) {
this._alpha = 0;
if (_root.cheat_ON03 != 100) {
_root.cheat_ON03 = 0;
}
_root.key_A_C3 = 0;
_root.key_B_C3 = 0;
_root.key_up_C3 = 0;
_root.key_down_C3 = 0;
_root.key_left_C3 = 0;
_root.key_right_C3 = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON03 == 100) {
this._y = 15;
this._alpha = 100;
} else {
if ((!_root.key_A_C3) && (Key.isDown(65))) {
if (_root.cheat_ON03 == 9) {
_root.se009.start();
_root.cheat_ON03 = 100;
} else {
_root.cheat_ON03 = 0;
}
}
if ((!_root.key_B_C3) && (Key.isDown(66))) {
if (_root.cheat_ON03 == 8) {
_root.cheat_ON03 = 9;
} else {
_root.cheat_ON03 = 0;
}
}
if ((!_root.key_up_C3) && (Key.isDown(38))) {
if (_root.cheat_ON03 == 0) {
_root.cheat_ON03 = 1;
} else if (_root.cheat_ON03 == 1) {
_root.cheat_ON03 = 2;
}
}
if ((!_root.key_down_C3) && (Key.isDown(40))) {
if (_root.cheat_ON03 == 2) {
_root.cheat_ON03 = 3;
} else if (_root.cheat_ON03 == 3) {
_root.cheat_ON03 = 4;
} else {
_root.cheat_ON03 = 0;
}
}
if ((!_root.key_left_C3) && (Key.isDown(37))) {
if (_root.cheat_ON03 == 4) {
_root.cheat_ON03 = 5;
} else if (_root.cheat_ON03 == 6) {
_root.cheat_ON03 = 7;
} else {
_root.cheat_ON03 = 0;
}
}
if ((!_root.key_right_C3) && (Key.isDown(39))) {
if (_root.cheat_ON03 == 5) {
_root.cheat_ON03 = 6;
} else if (_root.cheat_ON03 == 7) {
_root.cheat_ON03 = 8;
} else {
_root.cheat_ON03 = 0;
}
}
_root.key_A_C3 = Key.isDown(65);
_root.key_B_C3 = Key.isDown(66);
_root.key_up_C3 = Key.isDown(38);
_root.key_down_C3 = Key.isDown(40);
_root.key_left_C3 = Key.isDown(37);
_root.key_right_C3 = Key.isDown(39);
}
}
Instance of Symbol 265 MovieClip in Frame 3
onClipEvent (load) {
this._alpha = 0;
if (_root.cheat_ON04 != 100) {
_root.cheat_ON04 = 0;
}
_root.key_D_C4 = 0;
_root.key_E_C4 = 0;
_root.key_B_C4 = 0;
_root.key_U_C4 = 0;
_root.key_G_C4 = 0;
_root.key_S_C4 = 0;
_root.key_R_C4 = 0;
_root.key_Y_C4 = 0;
_root.key_O_C4 = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON04 == 100) {
this._y = 15;
this._alpha = 100;
} else {
if ((!_root.key_D_C4) && (Key.isDown(68))) {
if (_root.cheat_ON04 == 0) {
_root.cheat_ON04 = 1;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_E_C4) && (Key.isDown(69))) {
if (_root.cheat_ON04 == 1) {
_root.cheat_ON04 = 2;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_B_C4) && (Key.isDown(66))) {
if (_root.cheat_ON04 == 2) {
_root.cheat_ON04 = 3;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_U_C4) && (Key.isDown(85))) {
if (_root.cheat_ON04 == 3) {
_root.cheat_ON04 = 4;
} else if (_root.cheat_ON04 == 6) {
_root.cheat_ON04 = 7;
} else if (_root.cheat_ON04 == 8) {
_root.cheat_ON04 = 9;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_G_C4) && (Key.isDown(71))) {
if (_root.cheat_ON04 == 4) {
_root.cheat_ON04 = 5;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_S_C4) && (Key.isDown(83))) {
if (_root.cheat_ON04 == 5) {
_root.cheat_ON04 = 6;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_R_C4) && (Key.isDown(82))) {
if (_root.cheat_ON04 == 7) {
_root.cheat_ON04 = 8;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_Y_C4) && (Key.isDown(89))) {
if (_root.cheat_ON04 == 9) {
_root.cheat_ON04 = 10;
} else {
_root.cheat_ON04 = 0;
}
}
if ((!_root.key_O_C4) && (Key.isDown(79))) {
if (_root.cheat_ON04 == 10) {
_root.se009.start();
_root.cheat_ON04 = 100;
} else {
_root.cheat_ON04 = 0;
}
}
_root.key_D_C4 = Key.isDown(68);
_root.key_E_C4 = Key.isDown(69);
_root.key_B_C4 = Key.isDown(66);
_root.key_U_C4 = Key.isDown(85);
_root.key_G_C4 = Key.isDown(71);
_root.key_S_C4 = Key.isDown(83);
_root.key_R_C4 = Key.isDown(82);
_root.key_Y_C4 = Key.isDown(89);
_root.key_O_C4 = Key.isDown(79);
}
}
Frame 4
this.stop();
Frame 6
this.stop();
Instance of Symbol 379 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = this._x - (_root.move_speed / 2);
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 379 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = this._x - (_root.move_speed / 2);
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 381 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 381 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 383 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
}
Instance of Symbol 388 MovieClip in Frame 6
onClipEvent (enterFrame) {
if ((_root.enemy010_on != 1) && (_root.enemy011_on != 1)) {
if (_root.E010_ran_on != 1) {
_root.E010_ran_on = 1;
_root.E010_ran = Math.floor(Math.random() * 100) + 1;
} else if (_root.E010_ran_count == _root.E010_ran) {
_root.E010_ran_on = 0;
_root.E010_ran = 0;
_root.E010_ran_count = 0;
switch (Math.floor((Math.random() * 6) + 1)) {
case 1 :
_root.enemy_field.attachMovie("enemy011", "enemy010", 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 60;
_root.enemy010_on = 1;
break;
case 2 :
_root.enemy_field.attachMovie("enemy011", "enemy010", 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 280;
_root.enemy010_on = 1;
break;
case 3 :
_root.enemy_field.attachMovie("enemy011", "enemy010", 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 200;
_root.enemy010_on = 1;
break;
case 4 :
_root.enemy_field.attachMovie("enemy011", "enemy010", 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy010._y = 60;
_root.enemy010_on = 1;
_root.enemy_field.attachMovie("enemy012", "enemy011", 11);
_root.enemy_field.enemy011._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy011._y = 147;
_root.enemy011_on = 1;
break;
case 5 :
_root.enemy_field.attachMovie("enemy011", "enemy010", 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy010._y = 60;
_root.enemy010_on = 1;
_root.enemy_field.attachMovie("enemy012", "enemy011", 11);
_root.enemy_field.enemy011._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy011._y = 290;
_root.enemy011_on = 1;
break;
case 6 :
_root.enemy_field.attachMovie("enemy011", "enemy010", 10);
_root.enemy_field.enemy010._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy010._y = 80;
_root.enemy010_on = 1;
_root.enemy_field.attachMovie("enemy012", "enemy011", 11);
_root.enemy_field.enemy011._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy011._y = 100;
_root.enemy011_on = 1;
break;
}
} else {
_root.E010_ran_count = _root.E010_ran_count + 1;
}
}
if ((_root.enemy020_on != 1) && (_root.score >= 0)) {
if (_root.E020_ran_on != 1) {
_root.E020_ran_on = 1;
_root.E020_ran = Math.floor(Math.random() * 200) + 1;
} else if (_root.E020_ran_count == _root.E020_ran) {
_root.E020_ran_on = 0;
_root.E020_ran = 0;
_root.E020_ran_count = 0;
_root.enemy_field.attachMovie("enemy022", "enemy020", 20);
_root.enemy_field.enemy020._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy020._y = 40;
_root.enemy020_on = 1;
} else {
_root.E020_ran_count = _root.E020_ran_count + 1;
}
}
if ((_root.enemy030_on != 1) && (_root.score >= 0)) {
if (_root.E030_ran_on != 1) {
_root.E030_ran_on = 1;
_root.E030_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E030_ran_count == _root.E030_ran) {
_root.E030_ran_on = 0;
_root.E030_ran = 0;
_root.E030_ran_count = 0;
_root.enemy_field.attachMovie("enemy031", "enemy030", 5);
_root.enemy_field.enemy030._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy030._y = 340;
_root.enemy030_on = 1;
} else {
_root.E030_ran_count = _root.E030_ran_count + 1;
}
}
if ((_root.enemy040_on != 1) && (_root.score >= 0)) {
if (_root.E040_ran_on != 1) {
_root.E040_ran_on = 1;
_root.E040_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E040_ran_count == _root.E040_ran) {
_root.E040_ran_on = 0;
_root.E040_ran = 0;
_root.E040_ran_count = 0;
_root.enemy_field.attachMovie("enemy041", "enemy040", 40);
_root.enemy_field.enemy040._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy040._y = 233.9;
_root.enemy040_on = 1;
} else {
_root.E040_ran_count = _root.E040_ran_count + 1;
}
}
}
Instance of Symbol 391 MovieClip in Frame 6
onClipEvent (load) {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.loop_count = 0;
_root.mayuge = 1;
_root.metoji = 0;
_root.kuti = 1;
_root.hohobeni = 0;
_root.HP = 300;
_root.pleasure = 1;
if (_root.cheat_ON03 == 100) {
_root.fire_magic = "\u221E";
} else {
_root.fire_magic = 3;
}
_root.score = 0;
_root.damage = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_count = 0;
_root.fuku_top = 0;
_root.fuku_under = 0;
_root.yarare00_seisi = 0;
_root.hyoujou = 1;
_root.fire_on = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.now_stage = 1;
_root.enemy010_on = 0;
_root.enemy011_on = 0;
_root.enemy020_on = 0;
_root.enemy030_on = 0;
_root.enemy040_on = 0;
_root.enemy050_on = 0;
_root.enemy051_on = 0;
_root.enemy060_on = 0;
_root.enemy070_on = 0;
_root.enemy080_on = 0;
_root.enemy090_on = 0;
_root.enemy100_on = 0;
_root.E010_ran_count = 0;
_root.E020_ran_count = 0;
_root.E030_ran_count = 0;
_root.E040_ran_count = 0;
_root.E050_ran_count = 0;
_root.E060_ran_count = 0;
_root.E070_ran_count = 0;
_root.E080_ran_count = 0;
_root.E090_ran_count = 0;
_root.E100_ran_count = 0;
_root.E100move_count = 0;
}
Instance of Symbol 388 MovieClip in Frame 6
onClipEvent (enterFrame) {
_root.score = _root.score + _root.move_speed;
}
Instance of Symbol 2368 MovieClip "kyara00" in Frame 6
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
this._alpha = 100;
} else if (_root.muteki == 1) {
_root.muteki = 2;
this._alpha = 50;
} else if (_root.muteki < 50) {
_root.muteki = _root.muteki + 1;
} else if (_root.muteki >= 50) {
_root.muteki = 0;
this._alpha = 100;
}
if (_root.ctrl_lock != 1) {
if (Key.isDown(_root.key_z)) {
if (_root.fire_on != 1) {
if ((_root.fire_magic == "\u221E") || (_root.fire_magic >= 1)) {
this.gotoAndStop("fire");
if (_root.fire_magic != "\u221E") {
_root.fire_magic = _root.fire_magic - 1;
}
_root.fire_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
}
} else if (Key.isDown(_root.key_x)) {
if (_root.pleasure >= 300) {
if (_root.onani_onorg != 1) {
this.gotoAndStop("onani_org");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
} else if (_root.pleasure >= 200) {
if (_root.onani_on2 != 1) {
this.gotoAndStop("onani2");
_root.onani_on = 0;
_root.onani_on2 = 1;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if (_root.onani_on != 1) {
this.gotoAndStop("onani");
_root.onani_on = 1;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if ((_root.onani_on == 1) || (_root.onani_on2 == 1)) {
this.gotoAndStop("wait");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
}
if ((((_root.fire_on != 1) && (_root.onani_on != 1)) && (_root.onani_on2 != 1)) && (_root.onani_onorg != 1)) {
if (Key.isDown(_root.key_up)) {
if (_root.move_height == 1) {
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
}
_root.move_height = 1;
} else if (Key.isDown(_root.key_down)) {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == -1) {
}
_root.move_height = -1;
} else {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("fly_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("fly_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("fly_back");
}
} else if (_root.move_height == 0) {
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("down_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("down_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("down_back");
}
}
_root.move_height = 0;
}
if (Key.isDown(_root.key_right)) {
if (_root.move_speed < 20) {
_root.move_speed = _root.move_speed + 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == 1) {
this.gotoAndStop("wait_go");
} else if (_root.move_speed == 0) {
this.gotoAndStop("back_wait");
}
}
} else if (Key.isDown(_root.key_left)) {
if (_root.move_speed > -20) {
_root.move_speed = _root.move_speed - 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == -1) {
this.gotoAndStop("wait_back");
} else if (_root.move_speed == 0) {
this.gotoAndStop("go_wait");
}
}
} else if (Key.isDown(_root.key_c)) {
if (_root.move_speed != 0) {
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed >= 1) {
this.gotoAndStop("brake");
} else {
this.gotoAndStop("back_wait");
}
}
_root.move_speed = 0;
}
}
}
}
}
Instance of Symbol 2411 MovieClip in Frame 6
onClipEvent (load) {
if (_root.cheat_ON04 == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON04 == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2417 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.gameover_on == 1) {
} else if (_root.HP <= 1) {
this.gotoAndPlay(2);
_root.gameover_on = 1;
}
}
Instance of Symbol 2418 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.stage_change_on == 1) {
} else {
switch (_root.now_stage) {
case 1 :
if (_root.score >= 15600) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
break;
case 2 :
if (_root.score >= 20800) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
break;
case 3 :
if (_root.score >= 26000) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
break;
}
}
}
Instance of Symbol 379 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = this._x - (_root.move_speed / 2);
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 379 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = this._x - (_root.move_speed / 2);
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 381 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 381 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 383 MovieClip in Frame 8
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
}
Instance of Symbol 388 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((_root.enemy040_on != 1) && (_root.score >= 0)) {
if (_root.E040_ran_on != 1) {
_root.E040_ran_on = 1;
_root.E040_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E040_ran_count == _root.E040_ran) {
_root.E040_ran_on = 0;
_root.E040_ran = 0;
_root.E040_ran_count = 0;
_root.enemy_field.attachMovie("enemy041", "enemy040", 40);
_root.enemy_field.enemy040._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy040._y = 233.9;
_root.enemy040_on = 1;
} else {
_root.E040_ran_count = _root.E040_ran_count + 1;
}
}
if ((_root.enemy050_on != 1) && (_root.enemy051_on != 1)) {
if (_root.E050_ran_on != 1) {
_root.E050_ran_on = 1;
_root.E050_ran = Math.floor(Math.random() * 100) + 1;
} else if (_root.E050_ran_count == _root.E050_ran) {
_root.E050_ran_on = 0;
_root.E050_ran = 0;
_root.E050_ran_count = 0;
switch (Math.floor((Math.random() * 6) + 1)) {
case 1 :
_root.enemy_field.attachMovie("enemy051", "enemy050", 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 60;
_root.enemy050_on = 1;
break;
case 2 :
_root.enemy_field.attachMovie("enemy051", "enemy050", 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 280;
_root.enemy050_on = 1;
break;
case 3 :
_root.enemy_field.attachMovie("enemy051", "enemy050", 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 200;
_root.enemy050_on = 1;
break;
case 4 :
_root.enemy_field.attachMovie("enemy051", "enemy050", 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy050._y = 60;
_root.enemy050_on = 1;
_root.enemy_field.attachMovie("enemy052", "enemy051", 51);
_root.enemy_field.enemy051._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy051._y = 147;
_root.enemy051_on = 1;
break;
case 5 :
_root.enemy_field.attachMovie("enemy051", "enemy050", 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy050._y = 60;
_root.enemy050_on = 1;
_root.enemy_field.attachMovie("enemy052", "enemy051", 51);
_root.enemy_field.enemy051._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy051._y = 290;
_root.enemy051_on = 1;
break;
case 6 :
_root.enemy_field.attachMovie("enemy051", "enemy050", 50);
_root.enemy_field.enemy050._x = Math.floor(Math.random() * 1000) + 600;
_root.enemy_field.enemy050._y = 80;
_root.enemy050_on = 1;
_root.enemy_field.attachMovie("enemy052", "enemy051", 51);
_root.enemy_field.enemy051._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy051._y = 90;
_root.enemy051_on = 1;
break;
}
} else {
_root.E050_ran_count = _root.E050_ran_count + 1;
}
}
if ((_root.enemy060_on != 1) && (_root.score >= 0)) {
if (_root.E060_ran_on != 1) {
_root.E060_ran_on = 1;
_root.E060_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E060_ran_count == _root.E060_ran) {
_root.E060_ran_on = 0;
_root.E060_ran = 0;
_root.E060_ran_count = 0;
_root.enemy_field.attachMovie("enemy061", "enemy060", 60);
_root.enemy_field.enemy060._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy060._y = 281.2;
_root.enemy060_on = 1;
} else {
_root.E060_ran_count = _root.E060_ran_count + 1;
}
}
if ((_root.enemy070_on != 1) && (_root.score >= 0)) {
if (_root.E070_ran_on != 1) {
_root.E070_ran_on = 1;
_root.E070_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E070_ran_count == _root.E070_ran) {
_root.E070_ran_on = 0;
_root.E070_ran = 0;
_root.E070_ran_count = 0;
_root.enemy_field.attachMovie("enemy072", "enemy070", 70);
_root.enemy_field.enemy070._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy070._y = 147.8;
_root.enemy070_on = 1;
} else {
_root.E070_ran_count = _root.E070_ran_count + 1;
}
}
}
Instance of Symbol 391 MovieClip in Frame 8
onClipEvent (load) {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.loop_count = 0;
_root.mayuge = 1;
_root.metoji = 0;
_root.kuti = 1;
_root.hohobeni = 0;
_root.HP = 300;
_root.pleasure = 1;
if (_root.cheat_ON03 == 100) {
_root.fire_magic = "\u221E";
} else {
_root.fire_magic = 3;
}
_root.score = 0;
_root.damage = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_count = 0;
_root.fuku_top = 0;
_root.fuku_under = 0;
_root.yarare00_seisi = 0;
_root.hyoujou = 1;
_root.fire_on = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.enemy010_on = 0;
_root.enemy011_on = 0;
_root.enemy020_on = 0;
_root.enemy030_on = 0;
_root.enemy040_on = 0;
_root.enemy050_on = 0;
_root.enemy051_on = 0;
_root.enemy060_on = 0;
_root.enemy070_on = 0;
_root.enemy080_on = 0;
_root.enemy090_on = 0;
_root.enemy100_on = 0;
_root.E010_ran_count = 0;
_root.E020_ran_count = 0;
_root.E030_ran_count = 0;
_root.E040_ran_count = 0;
_root.E050_ran_count = 0;
_root.E060_ran_count = 0;
_root.E070_ran_count = 0;
_root.E080_ran_count = 0;
_root.E090_ran_count = 0;
_root.E100_ran_count = 0;
_root.E100move_count = 0;
}
Instance of Symbol 388 MovieClip in Frame 8
onClipEvent (enterFrame) {
_root.score = _root.score + _root.move_speed;
}
Instance of Symbol 2368 MovieClip "kyara00" in Frame 8
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
this._alpha = 100;
} else if (_root.muteki == 1) {
_root.muteki = 2;
this._alpha = 50;
} else if (_root.muteki < 50) {
_root.muteki = _root.muteki + 1;
} else if (_root.muteki >= 50) {
_root.muteki = 0;
this._alpha = 100;
}
if (_root.ctrl_lock != 1) {
if (Key.isDown(_root.key_z)) {
if (_root.fire_on != 1) {
if ((_root.fire_magic == "\u221E") || (_root.fire_magic >= 1)) {
this.gotoAndStop("fire");
if (_root.fire_magic != "\u221E") {
_root.fire_magic = _root.fire_magic - 1;
}
_root.fire_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
}
} else if (Key.isDown(_root.key_x)) {
if (_root.pleasure >= 300) {
if (_root.onani_onorg != 1) {
this.gotoAndStop("onani_org");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
} else if (_root.pleasure >= 200) {
if (_root.onani_on2 != 1) {
this.gotoAndStop("onani2");
_root.onani_on = 0;
_root.onani_on2 = 1;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if (_root.onani_on != 1) {
this.gotoAndStop("onani");
_root.onani_on = 1;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if ((_root.onani_on == 1) || (_root.onani_on2 == 1)) {
this.gotoAndStop("wait");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
}
if ((((_root.fire_on != 1) && (_root.onani_on != 1)) && (_root.onani_on2 != 1)) && (_root.onani_onorg != 1)) {
if (Key.isDown(_root.key_up)) {
if (_root.move_height == 1) {
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
}
_root.move_height = 1;
} else if (Key.isDown(_root.key_down)) {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == -1) {
}
_root.move_height = -1;
} else {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("fly_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("fly_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("fly_back");
}
} else if (_root.move_height == 0) {
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("down_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("down_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("down_back");
}
}
_root.move_height = 0;
}
if (Key.isDown(_root.key_right)) {
if (_root.move_speed < 20) {
_root.move_speed = _root.move_speed + 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == 1) {
this.gotoAndStop("wait_go");
} else if (_root.move_speed == 0) {
this.gotoAndStop("back_wait");
}
}
} else if (Key.isDown(_root.key_left)) {
if (_root.move_speed > -20) {
_root.move_speed = _root.move_speed - 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == -1) {
this.gotoAndStop("wait_back");
} else if (_root.move_speed == 0) {
this.gotoAndStop("go_wait");
}
}
} else if (Key.isDown(_root.key_c)) {
if (_root.move_speed != 0) {
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed >= 1) {
this.gotoAndStop("brake");
} else {
this.gotoAndStop("back_wait");
}
}
_root.move_speed = 0;
}
}
}
}
}
Instance of Symbol 2411 MovieClip in Frame 8
onClipEvent (load) {
if (_root.cheat_ON04 == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON04 == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2417 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.gameover_on == 1) {
} else if (_root.HP <= 1) {
this.gotoAndPlay(2);
_root.gameover_on = 1;
}
}
Instance of Symbol 379 MovieClip in Frame 10
onClipEvent (enterFrame) {
this._x = this._x - (_root.move_speed / 2);
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 379 MovieClip in Frame 10
onClipEvent (enterFrame) {
this._x = this._x - (_root.move_speed / 2);
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 381 MovieClip in Frame 10
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 381 MovieClip in Frame 10
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
if (this._x <= -1100) {
this._x = this._x + 2200;
} else if (this._x > 1100) {
this._x = this._x - 2200;
}
}
Instance of Symbol 383 MovieClip in Frame 10
onClipEvent (enterFrame) {
this._x = this._x - _root.move_speed;
}
Instance of Symbol 388 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((_root.enemy070_on != 1) && (_root.score >= 0)) {
if (_root.E070_ran_on != 1) {
_root.E070_ran_on = 1;
_root.E070_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E070_ran_count == _root.E070_ran) {
_root.E070_ran_on = 0;
_root.E070_ran = 0;
_root.E070_ran_count = 0;
_root.enemy_field.attachMovie("enemy072", "enemy070", 70);
_root.enemy_field.enemy070._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy070._y = 147.8;
_root.enemy070_on = 1;
} else {
_root.E070_ran_count = _root.E070_ran_count + 1;
}
}
if ((_root.enemy080_on != 1) && (_root.score >= 0)) {
if (_root.E080_ran_on != 1) {
_root.E080_ran_on = 1;
_root.E080_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E080_ran_count == _root.E080_ran) {
_root.E080_ran_on = 0;
_root.E080_ran = 0;
_root.E080_ran_count = 0;
_root.enemy_field.attachMovie("enemy081", "enemy080", 80);
_root.enemy_field.enemy080._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy080._y = 11.4;
_root.enemy080_on = 1;
} else {
_root.E080_ran_count = _root.E080_ran_count + 1;
}
}
if ((_root.enemy090_on != 1) && (_root.score >= 0)) {
if (_root.E090_ran_on != 1) {
_root.E090_ran_on = 1;
_root.E090_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E090_ran_count == _root.E090_ran) {
_root.E090_ran_on = 0;
_root.E090_ran = 0;
_root.E090_ran_count = 0;
_root.enemy_field.attachMovie("enemy091", "enemy090", 90);
_root.enemy_field.enemy090._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy090._y = 333.6;
_root.enemy090_on = 1;
} else {
_root.E090_ran_count = _root.E090_ran_count + 1;
}
}
if ((_root.enemy100_on != 1) && (_root.score >= 0)) {
if (_root.E100_ran_on != 1) {
_root.E100_ran_on = 1;
_root.E100_ran = Math.floor(Math.random() * 150) + 1;
} else if (_root.E100_ran_count == _root.E100_ran) {
_root.E100_ran_on = 0;
_root.E100_ran = 0;
_root.E100_ran_count = 0;
_root.enemy_field.attachMovie("enemy101", "enemy100", 100);
_root.enemy_field.enemy100._x = Math.floor(Math.random() * 1000) + 1000;
_root.enemy_field.enemy100._y = 20;
_root.enemy100_on = 1;
} else {
_root.E100_ran_count = _root.E100_ran_count + 1;
}
}
}
Instance of Symbol 391 MovieClip in Frame 10
onClipEvent (load) {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.loop_count = 0;
_root.mayuge = 1;
_root.metoji = 0;
_root.kuti = 1;
_root.hohobeni = 0;
_root.HP = 300;
_root.pleasure = 1;
if (_root.cheat_ON03 == 100) {
_root.fire_magic = "\u221E";
} else {
_root.fire_magic = 3;
}
_root.score = 0;
_root.damage = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_count = 0;
_root.fuku_top = 0;
_root.fuku_under = 0;
_root.yarare00_seisi = 0;
_root.hyoujou = 1;
_root.fire_on = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.enemy010_on = 0;
_root.enemy011_on = 0;
_root.enemy020_on = 0;
_root.enemy030_on = 0;
_root.enemy040_on = 0;
_root.enemy050_on = 0;
_root.enemy051_on = 0;
_root.enemy060_on = 0;
_root.enemy070_on = 0;
_root.enemy080_on = 0;
_root.enemy090_on = 0;
_root.enemy100_on = 0;
_root.E010_ran_count = 0;
_root.E020_ran_count = 0;
_root.E030_ran_count = 0;
_root.E040_ran_count = 0;
_root.E050_ran_count = 0;
_root.E060_ran_count = 0;
_root.E070_ran_count = 0;
_root.E080_ran_count = 0;
_root.E090_ran_count = 0;
_root.E100_ran_count = 0;
_root.E100move_count = 0;
}
Instance of Symbol 388 MovieClip in Frame 10
onClipEvent (enterFrame) {
_root.score = _root.score + _root.move_speed;
}
Instance of Symbol 2368 MovieClip "kyara00" in Frame 10
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
this._alpha = 100;
} else if (_root.muteki == 1) {
_root.muteki = 2;
this._alpha = 50;
} else if (_root.muteki < 50) {
_root.muteki = _root.muteki + 1;
} else if (_root.muteki >= 50) {
_root.muteki = 0;
this._alpha = 100;
}
if (_root.ctrl_lock != 1) {
if (Key.isDown(_root.key_z)) {
if (_root.fire_on != 1) {
if ((_root.fire_magic == "\u221E") || (_root.fire_magic >= 1)) {
this.gotoAndStop("fire");
if (_root.fire_magic != "\u221E") {
_root.fire_magic = _root.fire_magic - 1;
}
_root.fire_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
}
} else if (Key.isDown(_root.key_x)) {
if (_root.pleasure >= 300) {
if (_root.onani_onorg != 1) {
this.gotoAndStop("onani_org");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
} else if (_root.pleasure >= 200) {
if (_root.onani_on2 != 1) {
this.gotoAndStop("onani2");
_root.onani_on = 0;
_root.onani_on2 = 1;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if (_root.onani_on != 1) {
this.gotoAndStop("onani");
_root.onani_on = 1;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if ((_root.onani_on == 1) || (_root.onani_on2 == 1)) {
this.gotoAndStop("wait");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
}
if ((((_root.fire_on != 1) && (_root.onani_on != 1)) && (_root.onani_on2 != 1)) && (_root.onani_onorg != 1)) {
if (Key.isDown(_root.key_up)) {
if (_root.move_height == 1) {
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
}
_root.move_height = 1;
} else if (Key.isDown(_root.key_down)) {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == -1) {
}
_root.move_height = -1;
} else {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("fly_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("fly_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("fly_back");
}
} else if (_root.move_height == 0) {
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("down_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("down_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("down_back");
}
}
_root.move_height = 0;
}
if (Key.isDown(_root.key_right)) {
if (_root.move_speed < 20) {
_root.move_speed = _root.move_speed + 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == 1) {
this.gotoAndStop("wait_go");
} else if (_root.move_speed == 0) {
this.gotoAndStop("back_wait");
}
}
} else if (Key.isDown(_root.key_left)) {
if (_root.move_speed > -20) {
_root.move_speed = _root.move_speed - 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == -1) {
this.gotoAndStop("wait_back");
} else if (_root.move_speed == 0) {
this.gotoAndStop("go_wait");
}
}
} else if (Key.isDown(_root.key_c)) {
if (_root.move_speed != 0) {
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed >= 1) {
this.gotoAndStop("brake");
} else {
this.gotoAndStop("back_wait");
}
}
_root.move_speed = 0;
}
}
}
}
}
Instance of Symbol 2411 MovieClip in Frame 10
onClipEvent (load) {
if (_root.cheat_ON04 == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON04 == 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2417 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.gameover_on == 1) {
} else if (_root.HP <= 1) {
this.gotoAndPlay(2);
_root.gameover_on = 1;
}
}
Frame 12
this.stop();
Instance of Symbol 2417 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.gameover_on == 1) {
} else if (_root.HP <= 1) {
this.gotoAndPlay(2);
_root.gameover_on = 1;
}
}
Frame 15
this.stop();
Instance of Symbol 391 MovieClip in Frame 15
onClipEvent (load) {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.loop_count = 0;
_root.mayuge = 1;
_root.metoji = 0;
_root.kuti = 1;
_root.hohobeni = 0;
_root.HP = 300;
_root.pleasure = 1;
_root.fire_magic = "\u221E";
_root.score = 0;
_root.damage = 0;
_root.ctrl_lock = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_count = 0;
_root.fuku_top = 0;
_root.fuku_under = 0;
_root.yarare00_seisi = 0;
_root.hyoujou = 1;
_root.fire_on = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.enemy010_on = 0;
_root.enemy011_on = 0;
_root.enemy020_on = 0;
_root.enemy030_on = 0;
_root.E010_ran_count = 0;
_root.E020_ran_count = 0;
_root.E030_ran_count = 0;
}
Instance of Symbol 2368 MovieClip "kyara00" in Frame 15
onClipEvent (enterFrame) {
if (_root.ctrl_lock != 1) {
if (Key.isDown(_root.key_z)) {
if (_root.fire_on != 1) {
if ((_root.fire_magic == "\u221E") || (_root.fire_magic >= 1)) {
this.gotoAndStop("fire");
if (_root.fire_magic != "\u221E") {
_root.fire_magic = _root.fire_magic - 1;
}
_root.fire_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
}
} else if (Key.isDown(_root.key_x)) {
if (_root.pleasure >= 300) {
if (_root.onani_onorg != 1) {
this.gotoAndStop("onani_org");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.ctrl_lock = 1;
}
} else if (_root.pleasure >= 200) {
if (_root.onani_on2 != 1) {
this.gotoAndStop("onani2");
_root.onani_on = 0;
_root.onani_on2 = 1;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if (_root.onani_on != 1) {
this.gotoAndStop("onani");
_root.onani_on = 1;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
_root.move_speed = 0;
_root.move_height = 0;
}
} else if ((_root.onani_on == 1) || (_root.onani_on2 == 1)) {
this.gotoAndStop("wait");
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
}
if ((((_root.fire_on != 1) && (_root.onani_on != 1)) && (_root.onani_on2 != 1)) && (_root.onani_onorg != 1)) {
if (Key.isDown(_root.key_up)) {
if (_root.move_height == 1) {
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_fly");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_fly");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_fly");
}
}
_root.move_height = 1;
} else if (Key.isDown(_root.key_down)) {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == 0) {
if (_root.move_speed == 0) {
this.gotoAndStop("wait_down");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("go_down");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("back_down");
}
} else if (_root.move_height == -1) {
}
_root.move_height = -1;
} else {
if (_root.move_height == 1) {
if (_root.move_speed == 0) {
this.gotoAndStop("fly_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("fly_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("fly_back");
}
} else if (_root.move_height == 0) {
} else if (_root.move_height == -1) {
if (_root.move_speed == 0) {
this.gotoAndStop("down_wait");
} else if (_root.move_speed >= 1) {
this.gotoAndStop("down_go");
} else if (_root.move_speed <= -1) {
this.gotoAndStop("down_back");
}
}
_root.move_height = 0;
}
if (Key.isDown(_root.key_right)) {
if (_root.move_speed < 2) {
_root.move_speed = _root.move_speed + 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == 1) {
this.gotoAndStop("wait_go");
} else if (_root.move_speed == 0) {
this.gotoAndStop("back_wait");
}
}
} else if (Key.isDown(_root.key_left)) {
if (_root.move_speed > -2) {
_root.move_speed = _root.move_speed - 1;
}
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed == -1) {
this.gotoAndStop("wait_back");
} else if (_root.move_speed == 0) {
this.gotoAndStop("go_wait");
}
}
} else if (Key.isDown(_root.key_c)) {
if (_root.move_speed != 0) {
if ((!Key.isDown(_root.key_up)) && (!Key.isDown(_root.key_down))) {
if (_root.move_speed >= 1) {
this.gotoAndStop("brake");
} else {
this.gotoAndStop("back_wait");
}
}
_root.move_speed = 0;
}
}
}
}
}
Instance of Symbol 391 MovieClip in Frame 16
onClipEvent (load) {
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.loop_count = 0;
_root.mayuge = 1;
_root.metoji = 0;
_root.kuti = 1;
_root.hohobeni = 0;
_root.HP = 300;
_root.pleasure = 1;
_root.fire_magic = "\u221E";
_root.score = 0;
_root.damage = 0;
_root.ctrl_lock = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_count = 0;
_root.fuku_top = 0;
_root.fuku_under = 0;
_root.yarare00_seisi = 0;
_root.hyoujou = 1;
_root.fire_on = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.enemy010_on = 0;
_root.enemy011_on = 0;
_root.enemy020_on = 0;
_root.enemy030_on = 0;
_root.E010_ran_count = 0;
_root.E020_ran_count = 0;
_root.E030_ran_count = 0;
_root.Gyarare_finish = 0;
_root.Gyarare = 0;
_root.Gyarare_speed = 1;
_root.Gyarare_equip_top = 0;
_root.Gyarare_equip_under = 0;
}
Instance of Symbol 2368 MovieClip "kyara00" in Frame 16
onClipEvent (enterFrame) {
_root.HP = 300;
_root.pleasure = 100;
}
Instance of Symbol 2686 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (((_root.Gyarare == 9) || (_root.Gyarare == 0)) || (_root.Gyarare == 50)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2701 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (((_root.Gyarare == 9) || (_root.Gyarare == 0)) || (_root.Gyarare == 50)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2417 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.gameover_on == 1) {
} else if (_root.HP <= 1) {
this.gotoAndPlay(2);
_root.gameover_on = 1;
}
}
Instance of Symbol 2418 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.stage_change_on == 1) {
} else {
switch (_root.now_stage) {
case 1 :
if (_root.score >= 15600) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
break;
case 2 :
if (_root.score >= 20800) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
break;
case 3 :
if (_root.score >= 26000) {
_root.stage_change_on = 1;
_root.ctrl_lock = 1;
this.gotoAndPlay(2);
}
break;
}
}
}
Instance of Symbol 13 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
if (_root.muteki >= 1) {
this._y = 3000;
} else {
this._y = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
if (_root.muteki >= 1) {
this._y = 3000;
} else {
this._y = 0;
}
}
Instance of Symbol 14 MovieClip "Ehit" in Symbol 15 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy020_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE020");
this._parent._parent._parent._parent.enemy020.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy020_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE020");
this._parent._parent._parent._parent.enemy020.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy020_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("yarare020A");
this._parent._parent._parent._parent.enemy020.removeMovieClip();
}
}
}
}
Instance of Symbol 16 MovieClip [enemy021] in Symbol 17 MovieClip [enemy022] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy020_on = 0;
this._parent.enemy020.removeMovieClip();
}
this._x = this._x - _root.move_speed;
}
Instance of Symbol 14 MovieClip "Ehit" in Symbol 28 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy051_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE050");
this._parent._parent._parent.enemy051.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy051_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE050");
this._parent._parent._parent.enemy051.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy051_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("yarare050");
this._parent._parent._parent.enemy051.removeMovieClip();
}
}
}
}
Instance of Symbol 28 MovieClip "enemy" in Symbol 29 MovieClip [enemy052] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy051_on = 0;
this._parent.enemy051.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (9 + _root.move_speed);
}
}
Instance of Symbol 14 MovieClip "Ehit" in Symbol 43 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy011_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE010");
this._parent._parent._parent.enemy011.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy011_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE010");
this._parent._parent._parent.enemy011.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy011_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("yarare010A");
this._parent._parent._parent.enemy011.removeMovieClip();
}
}
}
}
Instance of Symbol 43 MovieClip "enemy" in Symbol 44 MovieClip [enemy012] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy011_on = 0;
this._parent.enemy011.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (9 + _root.move_speed);
}
}
Instance of Symbol 14 MovieClip "Ehit" in Symbol 45 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy050_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE050");
this._parent._parent._parent.enemy050.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy050_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE050");
this._parent._parent._parent.enemy050.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy050_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("yarare050");
this._parent._parent._parent.enemy050.removeMovieClip();
}
}
}
}
Instance of Symbol 45 MovieClip "enemy" in Symbol 46 MovieClip [enemy051] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy050_on = 0;
this._parent.enemy050.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (8 + _root.move_speed);
}
}
Instance of Symbol 14 MovieClip "Ehit" in Symbol 54 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy010_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE010");
this._parent._parent._parent.enemy010.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy010_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE010");
this._parent._parent._parent.enemy010.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy010_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("yarare010A");
this._parent._parent._parent.enemy010.removeMovieClip();
}
}
}
}
Instance of Symbol 54 MovieClip "enemy" in Symbol 55 MovieClip [enemy011] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy010_on = 0;
this._parent.enemy010.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (8 + _root.move_speed);
}
}
Instance of Symbol 14 MovieClip "Ehit" in Symbol 76 MovieClip [enemy030] Frame 6
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy030_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE030");
this._parent._parent._parent.enemy030.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy030_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE030");
this._parent._parent._parent.enemy030.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy030_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("yarare030A");
this._parent._parent._parent.enemy030.removeMovieClip();
}
}
}
}
Instance of Symbol 76 MovieClip [enemy030] in Symbol 77 MovieClip [enemy031] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy030_on = 0;
this._parent.enemy030.removeMovieClip();
}
this._x = this._x - _root.move_speed;
}
Instance of Symbol 115 MovieClip in Symbol 116 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
Instance of Symbol 116 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy040_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE040");
this._parent._parent._parent.enemy040.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy040_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE040");
this._parent._parent._parent.enemy040.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy040_on = 0;
this._parent._parent._parent._parent.kyara00.gotoAndStop("yarare040");
this._parent._parent._parent.enemy040.removeMovieClip();
}
}
}
}
Instance of Symbol 117 MovieClip in Symbol 118 MovieClip [enemy041] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy040_on = 0;
this._parent.enemy040.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (13 + _root.move_speed);
}
}
Instance of Symbol 122 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy060_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE060");
this._parent._parent._parent._parent.enemy060.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy060_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE060");
this._parent._parent._parent._parent.enemy060.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy060_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("yarare060");
this._parent._parent._parent._parent.enemy060.removeMovieClip();
}
}
}
}
Instance of Symbol 124 MovieClip in Symbol 125 MovieClip [enemy061] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy060_on = 0;
this._parent.enemy060.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (4 + _root.move_speed);
}
}
Instance of Symbol 130 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy080_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE080");
this._parent._parent._parent._parent.enemy080.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy080_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE080");
this._parent._parent._parent._parent.enemy080.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy080_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("yarare080");
this._parent._parent._parent._parent.enemy080.removeMovieClip();
}
}
}
}
Symbol 155 MovieClip Frame 21
switch (Math.floor(Math.random() * 2) + 1) {
case 1 :
this.gotoAndPlay("skip");
break;
case 2 :
}
Instance of Symbol 155 MovieClip in Symbol 156 MovieClip [enemy081] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy080_on = 0;
this._parent.enemy080.removeMovieClip();
}
if ((_root.fire_on != 1) && (_root.yarare_on != 1)) {
this._x = this._x - _root.move_speed;
}
}
Instance of Symbol 160 MovieClip in Symbol 161 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy090_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE090");
this._parent._parent._parent._parent.enemy090.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy090_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE090");
this._parent._parent._parent._parent.enemy090.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy090_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("yarare090");
this._parent._parent._parent._parent.enemy090.removeMovieClip();
}
}
}
}
Instance of Symbol 163 MovieClip in Symbol 164 MovieClip [enemy091] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy090_on = 0;
this._parent.enemy090.removeMovieClip();
}
if ((_root.fire_on != 1) && (_root.yarare_on != 1)) {
this._x = this._x - _root.move_speed;
}
}
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy100_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE100");
this._parent._parent._parent._parent.enemy100.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy100_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE100");
this._parent._parent._parent._parent.enemy100.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy100_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("yarare100");
this._parent._parent._parent._parent.enemy100.removeMovieClip();
}
}
}
}
Symbol 175 MovieClip Frame 19
switch (Math.floor((Math.random() * 4) + 1)) {
case 1 :
break;
default :
this.gotoAndPlay("loop01");
}
Symbol 175 MovieClip Frame 49
switch (Math.floor((Math.random() * 4) + 1)) {
case 1 :
break;
default :
this.gotoAndPlay("loop02");
}
Symbol 175 MovieClip Frame 69
this.gotoAndPlay("loop01");
Instance of Symbol 175 MovieClip "enemy100" in Symbol 176 MovieClip [enemy101] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy100_on = 0;
this._parent.enemy100.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - _root.move_speed;
}
if (_root.E100move_count == 0) {
_root.E100move_count = 1;
_root.E100move_countMAX = Math.floor((Math.random() * 30) + 11);
_root.E100move_bekutoru = Math.floor((Math.random() * 3) + 1);
} else if (_root.E100move_countMAX > _root.E100move_count) {
_root.E100move_count = _root.E100move_count + 1;
if (_root.E100move_bekutoru == 1) {
this._x = this._x + 3;
} else {
this._x = this._x - 3;
}
} else if (_root.E100move_countMAX <= _root.E100move_count) {
_root.E100move_count = 0;
_root.E100move_countMAX = 0;
_root.E100move_bekutoru = 0;
}
}
Instance of Symbol 184 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (load) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this._alpha = 0;
} else {
this._alpha = 30;
}
}
onClipEvent (enterFrame) {
if (_root.muteki == 0) {
if (_root.damage == 0) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy070_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameTE070");
this._parent._parent._parent._parent.enemy070.removeMovieClip();
}
} else if (_root.damage == 1) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy070_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("dameUE070");
this._parent._parent._parent._parent.enemy070.removeMovieClip();
}
} else if (_root.damage == 2) {
if (this.hitTest(this._parent._parent._parent._parent._parent.kyara00.kyara01.kyara_hit01)) {
_root.ctrl_lock = 1;
_root.yarare_on = 1;
_root.move_speed = 0;
_root.move_height = 0;
_root.enemy070_on = 0;
this._parent._parent._parent._parent._parent.kyara00.gotoAndStop("yarare070");
this._parent._parent._parent._parent.enemy070.removeMovieClip();
}
}
}
}
Instance of Symbol 186 MovieClip in Symbol 187 MovieClip [enemy072] Frame 1
onClipEvent (enterFrame) {
if ((this._x <= -3000) || (this._x >= 4000)) {
_root.enemy070_on = 0;
this._parent.enemy070.removeMovieClip();
}
if (_root.fire_on != 1) {
this._x = this._x - (6 + _root.move_speed);
}
}
Symbol 198 Button
on (release) {
_root.se001.start();
this.gotoAndStop("intro");
}
Symbol 200 Button
on (release) {
_root.se001.start();
this.gotoAndStop("howto");
}
Symbol 202 Button
on (release) {
_root.se001.start();
_root.gallery_mode_on = 1;
_root.gotoAndStop("gallery_mode");
}
Symbol 203 MovieClip Frame 2
this.stop();
Symbol 206 Button
on (release) {
getURL ("http://koooonsoft.sakura.ne.jp/");
}
Symbol 210 Button
on (release) {
_root.se001.start();
_root.hit_alpha = 1;
}
Symbol 212 Button
on (release) {
_root.se001.start();
_root.hit_alpha = 0;
}
Symbol 213 MovieClip Frame 1
this.stop();
Symbol 221 Button
on (release) {
if (_root.se_now == 1) {
_root.se_now = 2;
}
_root.se001.setVolume(0);
}
on (rollOver) {
_root.message01 = "[\u30AF\u30EA\u30C3\u30AF\uFF1A\u52B9\u679C\u97F3\u3092OFF\u306B]";
}
on (rollOut) {
_root.message01 = "";
}
Symbol 222 MovieClip Frame 1
this.stop();
Symbol 223 Button
on (release) {
if (_root.se_now == 2) {
_root.se_now = 1;
}
_root.se001.setVolume(100);
_root.se001.start();
}
on (rollOver) {
_root.message01 = "[\u30AF\u30EA\u30C3\u30AF\uFF1A\u52B9\u679C\u97F3\u3092ON\u306B]";
}
on (rollOut) {
_root.message01 = "";
}
Symbol 224 MovieClip Frame 1
this.stop();
Instance of Symbol 218 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.se_now);
}
Instance of Symbol 222 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.se_now == 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 224 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.se_now == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 229 MovieClip in Symbol 230 MovieClip Frame 1
onClipEvent (load) {
fr = 20;
time = 1000;
time_count = 0;
old_timer = getTimer();
fps = (fr + "/") + fr;
}
onClipEvent (enterFrame) {
time_count = time_count + 1;
if ((getTimer() - old_timer) >= time) {
fps = (Math.floor((time_count * 1000) / (getTimer() - old_timer)) + "/") + fr;
old_timer = getTimer();
time_count = 0;
}
}
Symbol 233 Button
on (release) {
if (_root.gasitu_now == 1) {
_root.gasitu_now = 2;
_quality = "medium";
} else if (_root.gasitu_now == 2) {
_root.gasitu_now = 3;
_quality = "high";
} else if (_root.gasitu_now == 3) {
_root.gasitu_now = 4;
_quality = "best";
}
_root.se001.start();
}
on (rollOver) {
_root.message01 = "[\u30AF\u30EA\u30C3\u30AF\uFF1A\u753B\u8CEA\u30921\u6BB5\u968E\u4E0A\u3052\u308B]";
}
on (rollOut) {
_root.message01 = "";
}
Symbol 234 MovieClip Frame 1
this.stop();
Symbol 235 Button
on (release) {
if (_root.gasitu_now == 4) {
_root.gasitu_now = 3;
_quality = "high";
} else if (_root.gasitu_now == 3) {
_root.gasitu_now = 2;
_quality = "medium";
} else if (_root.gasitu_now == 2) {
_root.gasitu_now = 1;
_quality = "low";
}
_root.se001.start();
}
on (rollOver) {
_root.message01 = "[\u30AF\u30EA\u30C3\u30AF\uFF1A\u753B\u8CEA\u30921\u6BB5\u968E\u4E0B\u3052\u308B]";
}
on (rollOut) {
_root.message01 = "";
}
Symbol 236 MovieClip Frame 1
this.stop();
Symbol 245 MovieClip Frame 1
this.stop();
Instance of Symbol 234 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gasitu_now == 4) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 236 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gasitu_now == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 245 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gasitu_now);
}
Instance of Symbol 213 MovieClip in Symbol 248 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hit_alpha != 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Symbol 252 Button
on (release) {
_root.se001.start();
if (_root.greeting_on != 1) {
_root.greeting_on = 1;
_root.greeting.greeting_mes.gotoAndStop(2);
} else {
_root.greeting_on = 0;
_root.greeting.greeting_mes.gotoAndStop(1);
}
}
Symbol 256 MovieClip Frame 1
this.stop();
Symbol 346 MovieClip Frame 1
this.stop();
Symbol 346 MovieClip Frame 2
this.stop();
Symbol 361 MovieClip Frame 15
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
this.gotoAndPlay("mabataki01");
break;
case 2 :
this.gotoAndPlay("mesorasi01");
break;
case 3 :
this.gotoAndPlay("mesorasi02");
break;
case 4 :
this.gotoAndPlay("mabataki02");
break;
default :
this.gotoAndPlay(1);
}
Symbol 361 MovieClip Frame 32
this.gotoAndPlay(1);
Symbol 361 MovieClip Frame 58
this.gotoAndPlay(1);
Symbol 361 MovieClip Frame 86
this.gotoAndPlay(1);
Symbol 361 MovieClip Frame 94
this.gotoAndPlay(1);
Symbol 367 Button
on (release) {
_root.se001.start();
this.gotoAndStop("stage01");
}
Symbol 451 MovieClip Frame 1
this.stop();
Symbol 462 MovieClip Frame 15
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
this.gotoAndPlay("mabataki01");
break;
case 2 :
this.gotoAndPlay("mesorasi01");
break;
case 3 :
this.gotoAndPlay("mesorasi02");
break;
case 4 :
this.gotoAndPlay("mabataki02");
break;
default :
this.gotoAndPlay(1);
}
Symbol 462 MovieClip Frame 32
this.gotoAndPlay(1);
Symbol 462 MovieClip Frame 58
this.gotoAndPlay(1);
Symbol 462 MovieClip Frame 86
this.gotoAndPlay(1);
Symbol 462 MovieClip Frame 94
this.gotoAndPlay(1);
Symbol 462 MovieClip Frame 112
this.gotoAndPlay(1);
Symbol 466 MovieClip Frame 1
this.stop();
Instance of Symbol 438 MovieClip in Symbol 467 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 451 MovieClip in Symbol 467 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 462 MovieClip in Symbol 467 MovieClip Frame 1
onClipEvent (load) {
if (_root.metoji == 2) {
_root.metoji = 0;
this.gotoAndPlay(1);
} else if (_root.metoji == 1) {
this.gotoAndStop("metoji");
}
}
Instance of Symbol 466 MovieClip in Symbol 467 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 487 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (load) {
if ((_root.damage >= 2) || (_root.Gyarare_equip_under == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if ((_root.damage >= 2) || (_root.Gyarare_equip_under == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 490 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (load) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_top == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_top == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 501 MovieClip Frame 22
this.gotoAndPlay("wait");
Symbol 502 MovieClip Frame 5
this._parent.gotoAndStop("go_loop");
Symbol 503 MovieClip Frame 23
this.gotoAndPlay("go_loop");
Symbol 504 MovieClip Frame 5
this._parent.gotoAndStop("wait");
Symbol 505 MovieClip Frame 5
this._parent.gotoAndStop("back_loop");
Symbol 506 MovieClip Frame 21
this.gotoAndPlay("back_loop");
Symbol 507 MovieClip Frame 5
this._parent.gotoAndStop("wait");
Symbol 508 MovieClip Frame 5
this._parent.gotoAndStop("fly_loop");
Symbol 509 MovieClip Frame 26
this.gotoAndPlay("fly_loop");
Symbol 510 MovieClip Frame 5
this._parent.gotoAndStop("wait");
Symbol 511 MovieClip Frame 5
this._parent.gotoAndStop("down_loop");
Symbol 512 MovieClip Frame 25
this.gotoAndPlay("down_loop");
Symbol 513 MovieClip Frame 5
this._parent.gotoAndStop("wait");
Symbol 520 MovieClip Frame 28
this._parent.gotoAndStop("wait");
Symbol 525 MovieClip Frame 28
this._parent.gotoAndStop("wait");
Symbol 526 MovieClip Frame 5
this._parent.gotoAndStop("fly_loop");
Symbol 527 MovieClip Frame 5
this._parent.gotoAndStop("go_loop");
Symbol 528 MovieClip Frame 5
this._parent.gotoAndStop("down_loop");
Symbol 529 MovieClip Frame 5
this._parent.gotoAndStop("go_loop");
Symbol 530 MovieClip Frame 5
this._parent.gotoAndStop("fly_loop");
Symbol 531 MovieClip Frame 5
this._parent.gotoAndStop("back_loop");
Symbol 532 MovieClip Frame 5
this._parent.gotoAndStop("down_loop");
Symbol 533 MovieClip Frame 5
this._parent.gotoAndStop("back_loop");
Symbol 534 MovieClip Frame 21
this._parent.gotoAndStop("wait");
Symbol 536 MovieClip Frame 1
this.stop();
Symbol 536 MovieClip Frame 3
this.stop();
Symbol 538 MovieClip Frame 1
this.stop();
Symbol 538 MovieClip Frame 3
this.stop();
Instance of Symbol 438 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Symbol 549 MovieClip Frame 6
_root.se004.start();
Symbol 549 MovieClip Frame 15
_root.enemy010_on = 0;
_root.enemy_field.enemy010.removeMovieClip();
_root.enemy011_on = 0;
_root.enemy_field.enemy011.removeMovieClip();
_root.enemy020_on = 0;
_root.enemy_field.enemy020.removeMovieClip();
_root.enemy030_on = 0;
_root.enemy_field.enemy030.removeMovieClip();
_root.enemy040_on = 0;
_root.enemy_field.enemy040.removeMovieClip();
_root.enemy050_on = 0;
_root.enemy_field.enemy050.removeMovieClip();
_root.enemy051_on = 0;
_root.enemy_field.enemy051.removeMovieClip();
_root.enemy060_on = 0;
_root.enemy_field.enemy060.removeMovieClip();
_root.enemy070_on = 0;
_root.enemy_field.enemy070.removeMovieClip();
_root.enemy080_on = 0;
_root.enemy_field.enemy080.removeMovieClip();
_root.enemy090_on = 0;
_root.enemy_field.enemy090.removeMovieClip();
_root.enemy0100_on = 0;
_root.enemy_field.enemy100.removeMovieClip();
Symbol 549 MovieClip Frame 18
_root.ctrl_lock = 0;
_root.fire_on = 0;
this._parent.gotoAndStop("wait");
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_under == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_under == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 611 MovieClip Frame 1
this.stop();
Symbol 611 MovieClip Frame 17
this.gotoAndStop(1);
Symbol 611 MovieClip Frame 34
this.gotoAndStop(1);
Symbol 611 MovieClip Frame 51
this.gotoAndStop(1);
Instance of Symbol 611 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.sibuki == 1) {
_root.sibuki = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1 :
this.gotoAndPlay("sibuki01");
break;
case 2 :
this.gotoAndPlay("sibuki02");
break;
case 3 :
this.gotoAndPlay("sibuki03");
break;
}
}
}
Instance of Symbol 613 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 14 MovieClip "kyara_hit01" in Symbol 617 MovieClip Frame 1
onClipEvent (load) {
if (_root.cheat_ON02 == 100) {
this._y = 3000;
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 == 100) {
this._y = 3000;
}
}
Symbol 617 MovieClip Frame 6
_root.pleasure = _root.pleasure + 10;
_root.se007.start();
_root.sibuki = 1;
Symbol 617 MovieClip Frame 13
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this._parent.gotoAndStop("onani_org");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("onani");
break;
case 2 :
this._parent.gotoAndStop("onani2");
}
}
} else {
this.gotoAndPlay("onani");
}
Instance of Symbol 643 MovieClip in Symbol 644 MovieClip Frame 1
onClipEvent (load) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_under == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_under == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 658 MovieClip in Symbol 659 MovieClip Frame 1
onClipEvent (load) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_top == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if ((_root.damage >= 1) || (_root.Gyarare_equip_top == 1)) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 666 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._x = 3000;
}
Symbol 668 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Instance of Symbol 14 MovieClip "kyara_hit01" in Symbol 668 MovieClip Frame 1
onClipEvent (load) {
if (_root.cheat_ON02 == 100) {
this._y = 3000;
}
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 == 100) {
this._y = 3000;
}
}
Symbol 668 MovieClip Frame 6
_root.sibuki = 1;
Symbol 668 MovieClip Frame 7
_root.pleasure = _root.pleasure + 10;
_root.se007.start();
Symbol 668 MovieClip Frame 13
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this._parent.gotoAndStop("onani_org");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this._parent.gotoAndStop("onani");
break;
case 2 :
this.gotoAndPlay("onani2");
}
}
} else {
this.gotoAndPlay("onani2");
}
Instance of Symbol 438 MovieClip in Symbol 670 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 536 MovieClip in Symbol 670 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 466 MovieClip in Symbol 670 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 438 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 536 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(4);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 679 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 713 MovieClip Frame 6
_root.se002.start();
Symbol 713 MovieClip Frame 18
_root.damage = 1;
Symbol 713 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 753 MovieClip Frame 8
_root.se002.start();
Symbol 753 MovieClip Frame 19
_root.damage = 2;
Symbol 753 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 785 MovieClip Frame 8
_root.se002.start();
Symbol 785 MovieClip Frame 19
_root.damage = 1;
Symbol 785 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 817 MovieClip Frame 8
_root.se002.start();
Symbol 817 MovieClip Frame 19
_root.damage = 2;
Symbol 817 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 859 MovieClip Frame 8
_root.se002.start();
Symbol 859 MovieClip Frame 19
_root.damage = 1;
Symbol 859 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 899 MovieClip Frame 8
_root.se002.start();
Symbol 899 MovieClip Frame 18
_root.damage = 2;
Symbol 899 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 902 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 902 MovieClip Frame 4
_root.se006.start();
_root.sibuki = 1;
Symbol 902 MovieClip Frame 8
_root.sibuki = 1;
Symbol 902 MovieClip Frame 19
_root.se006.start();
_root.sibuki = 1;
Symbol 902 MovieClip Frame 23
_root.sibuki = 1;
Symbol 902 MovieClip Frame 40
if (_root.gallery_mode_on == 1) {
switch (_root.Gyarare_speed) {
case 1 :
this._parent.gotoAndStop("onani");
break;
case 2 :
this._parent.gotoAndStop("onani2");
}
} else {
_root.pleasure = 2;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.onani_onorg = 0;
_root.muteki = 1;
if (_root.fire_magic < 99) {
_root.fire_magic = _root.fire_magic + 1;
}
_root.ctrl_lock = 0;
this._parent.gotoAndStop("wait");
}
Symbol 1018 MovieClip Frame 8
_root.se006.start();
_root.HP = _root.HP - 2;
_root.pleasure = _root.pleasure + 4;
Symbol 1018 MovieClip Frame 29
_root.se006.start();
_root.HP = _root.HP - 2;
_root.pleasure = _root.pleasure + 4;
Symbol 1018 MovieClip Frame 31
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1018 MovieClip Frame 38
_root.se007.start();
_root.HP = _root.HP - 2;
_root.pleasure = _root.pleasure + 4;
Symbol 1018 MovieClip Frame 40
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1018 MovieClip Frame 45
_root.se007.start();
_root.HP = _root.HP - 2;
_root.pleasure = _root.pleasure + 4;
Symbol 1018 MovieClip Frame 47
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1018 MovieClip Frame 57
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 50;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 5;
_root.pleasure = _root.pleasure + 8;
}
Symbol 1018 MovieClip Frame 80
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1203 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 1203 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1203 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1203 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 1203 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1203 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1203 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1203 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1203 MovieClip Frame 56
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 60;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 1203 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 60;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 1203 MovieClip Frame 116
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1369 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 1369 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1369 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1369 MovieClip Frame 24
this.gotoAndPlay(1);
Symbol 1369 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1369 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1369 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1369 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1369 MovieClip Frame 50
_root.se008.start();
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 1369 MovieClip Frame 65
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 60;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 1369 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1372 MovieClip Frame 6
_root.se002.start();
Symbol 1372 MovieClip Frame 18
_root.damage = 1;
Symbol 1372 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1373 MovieClip Frame 8
_root.se002.start();
Symbol 1373 MovieClip Frame 19
_root.damage = 2;
Symbol 1373 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1461 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 1461 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1461 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1461 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 1461 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1461 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1461 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1461 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1461 MovieClip Frame 56
_root.se008.start();
_root.HP = _root.HP - 7;
_root.pleasure = _root.pleasure + 12;
_root.sibuki = 1;
Symbol 1461 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 70;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 7;
_root.pleasure = _root.pleasure + 12;
}
_root.sibuki = 1;
Symbol 1461 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1478 MovieClip Frame 6
_root.se002.start();
Symbol 1478 MovieClip Frame 18
_root.damage = 1;
Symbol 1478 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1499 MovieClip Frame 8
_root.se002.start();
Symbol 1499 MovieClip Frame 19
_root.damage = 2;
Symbol 1499 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1638 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 1638 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1638 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1638 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 1638 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1638 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1638 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1638 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1638 MovieClip Frame 56
_root.se008.start();
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 1638 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 60;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 1638 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1654 MovieClip Frame 6
_root.se002.start();
Symbol 1654 MovieClip Frame 18
_root.damage = 1;
Symbol 1654 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1665 MovieClip Frame 8
_root.se002.start();
Symbol 1665 MovieClip Frame 19
_root.damage = 2;
Symbol 1665 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1755 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 1755 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 6;
_root.sibuki = 1;
Symbol 1755 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1755 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 1755 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 6;
_root.sibuki = 1;
Symbol 1755 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1755 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 6;
_root.sibuki = 1;
Symbol 1755 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1755 MovieClip Frame 56
_root.se008.start();
_root.HP = _root.HP - 7;
_root.pleasure = _root.pleasure + 12;
_root.sibuki = 1;
Symbol 1755 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 70;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 7;
_root.pleasure = _root.pleasure + 12;
}
_root.sibuki = 1;
Symbol 1755 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1773 MovieClip Frame 9
_root.se002.start();
Symbol 1773 MovieClip Frame 19
_root.damage = 1;
Symbol 1773 MovieClip Frame 38
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 1791 MovieClip Frame 9
_root.se002.start();
Symbol 1791 MovieClip Frame 20
_root.damage = 2;
Symbol 1791 MovieClip Frame 38
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Instance of Symbol 438 MovieClip in Symbol 1865 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 679 MovieClip in Symbol 1865 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 438 MovieClip in Symbol 1887 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 679 MovieClip in Symbol 1887 MovieClip Frame 1
onClipEvent (load) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.pleasure >= 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 1983 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 1983 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1983 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1983 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 1983 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1983 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1983 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 1983 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 1983 MovieClip Frame 56
_root.se008.start();
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 1983 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 50;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 1983 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 1999 MovieClip Frame 9
_root.se002.start();
Symbol 1999 MovieClip Frame 19
_root.damage = 1;
Symbol 1999 MovieClip Frame 38
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 2012 MovieClip Frame 8
_root.se002.start();
Symbol 2012 MovieClip Frame 19
_root.damage = 2;
Symbol 2012 MovieClip Frame 38
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 2143 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 2143 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 6;
_root.sibuki = 1;
Symbol 2143 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2143 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 2143 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 6;
_root.sibuki = 1;
Symbol 2143 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2143 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 6;
_root.sibuki = 1;
Symbol 2143 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2143 MovieClip Frame 56
_root.se008.start();
_root.HP = _root.HP - 7;
_root.pleasure = _root.pleasure + 12;
_root.sibuki = 1;
Symbol 2143 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 80;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 7;
_root.pleasure = _root.pleasure + 12;
}
_root.sibuki = 1;
Symbol 2143 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Instance of Symbol 2161 MovieClip in Symbol 2162 MovieClip Frame 1
onClipEvent (load) {
if (_root.Gyarare_equip_under != 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.Gyarare_equip_under != 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Instance of Symbol 2175 MovieClip in Symbol 2176 MovieClip Frame 1
onClipEvent (load) {
if (_root.Gyarare_equip_top != 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.Gyarare_equip_top != 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Symbol 2229 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 2229 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2229 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2229 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 2229 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2229 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2229 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2229 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2229 MovieClip Frame 57
_root.se008.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 2229 MovieClip Frame 70
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 70;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 2229 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 2234 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 2234 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2234 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2234 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 2234 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2234 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2234 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2234 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2234 MovieClip Frame 57
_root.se008.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 2234 MovieClip Frame 70
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 70;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 2234 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 2239 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 2239 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2239 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2239 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 2239 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2239 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2239 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 1;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2239 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2239 MovieClip Frame 57
_root.se008.start();
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 2239 MovieClip Frame 70
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 70;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 4;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 2239 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 2243 MovieClip Frame 6
_root.se002.start();
Symbol 2243 MovieClip Frame 18
_root.damage = 1;
Symbol 2243 MovieClip Frame 35
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 2244 MovieClip Frame 8
_root.se002.start();
Symbol 2244 MovieClip Frame 19
_root.damage = 2;
Symbol 2244 MovieClip Frame 40
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
Symbol 2367 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00.kyara01;
RENDER_MOVIECLIP = _root.kyara00.kyara01.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 3;
M_HEIGHT = 3;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 2367 MovieClip Frame 6
_root.se006.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2367 MovieClip Frame 17
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop02");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop01");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2367 MovieClip Frame 26
this.gotoAndPlay(1);
Symbol 2367 MovieClip Frame 33
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2367 MovieClip Frame 35
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("loop03");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop02");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2367 MovieClip Frame 40
_root.se007.start();
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 5;
_root.sibuki = 1;
Symbol 2367 MovieClip Frame 42
if (_root.gallery_mode_on == 1) {
if (_root.Gyarare_finish == 1) {
_root.Gyarare_finish = 0;
this.gotoAndPlay("finish");
} else {
switch (_root.Gyarare_speed) {
case 1 :
this.gotoAndPlay("loop01");
break;
case 2 :
this.gotoAndPlay("loop02");
break;
case 3 :
this.gotoAndPlay("loop03");
}
}
} else if (_root.loop_count == 5) {
this.gotoAndPlay("finish");
_root.loop_count = 0;
} else if (_root.loop_count <= 4) {
this.gotoAndPlay("loop03");
_root.loop_count = _root.loop_count + 1;
}
Symbol 2367 MovieClip Frame 56
_root.se008.start();
_root.HP = _root.HP - 6;
_root.pleasure = _root.pleasure + 10;
_root.sibuki = 1;
Symbol 2367 MovieClip Frame 69
_root.se008.start();
if (_root.pleasure >= 300) {
_root.HP = _root.HP - 70;
_root.pleasure = 2;
} else {
_root.HP = _root.HP - 3;
_root.pleasure = _root.pleasure + 10;
}
_root.sibuki = 1;
Symbol 2367 MovieClip Frame 105
if (_root.gallery_mode_on == 1) {
} else {
_root.ctrl_lock = 0;
_root.yarare_on = 0;
_root.muteki = 1;
this._parent.gotoAndStop("wait");
}
Symbol 2368 MovieClip Frame 1
this.stop();
Symbol 2382 MovieClip Frame 300
this.stop();
Symbol 2386 MovieClip Frame 300
this.stop();
Instance of Symbol 2392 MovieClip in Symbol 2393 MovieClip Frame 1
onClipEvent (enterFrame) {
switch (_root.now_stage) {
case 1 :
if (_root.score >= 15600) {
this._x = 535;
} else {
this._x = 15 + (_root.score / 30);
}
break;
case 2 :
if (_root.score >= 20800) {
this._x = 535;
} else {
this._x = 15 + (_root.score / 40);
}
break;
case 3 :
if (_root.score >= 26000) {
this._x = 535;
} else {
this._x = 15 + (_root.score / 50);
}
break;
}
}
Symbol 2400 Button
on (release) {
_root.se001.start();
_root.gotoAndStop("title");
}
Instance of Symbol 2382 MovieClip in Symbol 2402 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pleasure >= 300) {
_root.pleasure = 300;
this.gotoAndStop(300);
} else if (_root.pleasure <= 1) {
_root.pleasure = 1;
this.gotoAndStop(1);
} else {
this.gotoAndStop(_root.pleasure);
}
}
Instance of Symbol 2386 MovieClip in Symbol 2402 MovieClip Frame 1
onClipEvent (load) {
_root.HP_REcount = 0;
}
onClipEvent (enterFrame) {
if (_root.cheat_ON02 == 100) {
_root.HP = 300;
this.gotoAndStop(_root.HP);
} else {
if (((_root.HP >= 1) && (_root.HP <= 300)) && (_root.yarare_on != 1)) {
if (_root.HP_REcount == 30) {
_root.HP_REcount = 0;
_root.HP = _root.HP + 1;
} else {
_root.HP_REcount = _root.HP_REcount + 1;
}
}
if (_root.HP >= 300) {
_root.HP = 300;
this.gotoAndStop(300);
} else if (_root.HP <= 1) {
_root.HP = 1;
this.gotoAndStop(1);
} else {
this.gotoAndStop(_root.HP);
}
}
}
Symbol 2403 Button
on (release) {
_root.pleasure = _root.pleasure + 50;
}
Symbol 2404 Button
on (release) {
_root.damage = 0;
}
Symbol 2405 Button
on (release) {
_root.HP = _root.HP - 30;
}
Symbol 2409 Button
on (release) {
_root.score = _root.score + 10000;
}
Symbol 2411 MovieClip Frame 2
this.stop();
Instance of Symbol 2415 MovieClip in Symbol 2416 MovieClip Frame 1
onClipEvent (load) {
switch (_root.now_stage) {
case 1 :
this._x = -1500;
break;
case 2 :
this._x = -1100;
break;
case 3 :
this._x = -800;
break;
}
}
onClipEvent (enterFrame) {
if (this._x >= -30) {
_root.HP = 1;
} else if (_root.cheat_ON02 != 100) {
switch (_root.now_stage) {
case 1 :
this._x = this._x + 3;
break;
case 2 :
this._x = this._x + 4;
break;
case 3 :
this._x = this._x + 4;
break;
}
this._x = this._x - _root.move_speed;
if (this._x >= 0) {
_root.HP = 1;
}
}
}
Symbol 2417 MovieClip Frame 1
this.stop();
Symbol 2417 MovieClip Frame 18
this._parent.gotoAndStop("gameover");
Symbol 2417 MovieClip Frame 35
this.gotoAndStop(1);
Symbol 2418 MovieClip Frame 1
this.stop();
Symbol 2418 MovieClip Frame 18
_root.enemy010_on = 0;
_root.enemy_field.enemy010.removeMovieClip();
_root.enemy011_on = 0;
_root.enemy_field.enemy011.removeMovieClip();
_root.enemy020_on = 0;
_root.enemy_field.enemy020.removeMovieClip();
_root.enemy030_on = 0;
_root.enemy_field.enemy030.removeMovieClip();
_root.enemy040_on = 0;
_root.enemy_field.enemy040.removeMovieClip();
_root.enemy050_on = 0;
_root.enemy_field.enemy050.removeMovieClip();
_root.enemy051_on = 0;
_root.enemy_field.enemy051.removeMovieClip();
_root.enemy060_on = 0;
_root.enemy_field.enemy060.removeMovieClip();
_root.enemy070_on = 0;
_root.enemy_field.enemy070.removeMovieClip();
_root.enemy080_on = 0;
_root.enemy_field.enemy080.removeMovieClip();
_root.enemy090_on = 0;
_root.enemy_field.enemy090.removeMovieClip();
_root.enemy0100_on = 0;
_root.enemy_field.enemy100.removeMovieClip();
switch (_root.now_stage) {
case 1 :
_root.now_stage = 2;
_root.score = 0;
this._parent.gotoAndStop("stage1to2");
break;
case 2 :
_root.now_stage = 3;
_root.score = 0;
this._parent.gotoAndStop("stage2to3");
break;
case 3 :
_root.now_stage = 1;
_root.score = 0;
this._parent.gotoAndStop("ending");
break;
}
Symbol 2418 MovieClip Frame 35
_root.stage_change_on = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
this.gotoAndStop(1);
Symbol 2423 Button
on (release) {
_root.se001.start();
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.loop_count = 0;
_root.mayuge = 1;
_root.metoji = 0;
_root.kuti = 1;
_root.hohobeni = 0;
_root.HP = 300;
_root.pleasure = 1;
_root.fire_magic = 3;
_root.score = 0;
_root.damage = 0;
_root.ctrl_lock = 0;
_root.muteki = 0;
_root.move_mode = 0;
_root.move_speed = 0;
_root.move_height = 0;
_root.damage_mode = 0;
_root.yarare_count = 0;
_root.fuku_top = 0;
_root.fuku_under = 0;
_root.yarare00_seisi = 0;
_root.hyoujou = 1;
_root.fire_on = 0;
_root.onani_on = 0;
_root.onani_on2 = 0;
_root.enemy010_on = 0;
_root.enemy011_on = 0;
_root.enemy020_on = 0;
_root.enemy030_on = 0;
_root.enemy040_on = 0;
_root.enemy050_on = 0;
_root.enemy051_on = 0;
_root.enemy060_on = 0;
_root.enemy070_on = 0;
_root.enemy080_on = 0;
_root.enemy090_on = 0;
_root.enemy100_on = 0;
_root.E010_ran_count = 0;
_root.E020_ran_count = 0;
_root.E030_ran_count = 0;
_root.E040_ran_count = 0;
_root.E050_ran_count = 0;
_root.E060_ran_count = 0;
_root.E070_ran_count = 0;
_root.E080_ran_count = 0;
_root.E090_ran_count = 0;
_root.E100_ran_count = 0;
_root.E100move_count = 0;
if (_root.now_stage == 2) {
_root.gotoAndStop("stage02");
} else if (_root.now_stage == 3) {
_root.gotoAndStop("stage03");
}
}
Symbol 2521 MovieClip Frame 15
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
this.gotoAndPlay("mabataki01");
break;
case 2 :
this.gotoAndPlay("mesorasi01");
break;
case 3 :
this.gotoAndPlay("mesorasi02");
break;
case 4 :
this.gotoAndPlay("mabataki02");
break;
default :
this.gotoAndPlay(1);
}
Symbol 2521 MovieClip Frame 32
this.gotoAndPlay(1);
Symbol 2521 MovieClip Frame 58
this.gotoAndPlay(1);
Symbol 2521 MovieClip Frame 86
this.gotoAndPlay(1);
Symbol 2521 MovieClip Frame 94
this.gotoAndPlay(1);
Symbol 2532 MovieClip Frame 1
this.stop();
Symbol 2608 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00;
RENDER_MOVIECLIP = _root.kyara00.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 4;
M_HEIGHT = 4;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Symbol 2608 MovieClip Frame 5
_root.se006.start();
Symbol 2608 MovieClip Frame 7
_root.sibuki = 1;
Symbol 2611 Button
on (release) {
_root.se001.start();
_root.gameover_on = 0;
_root.HP = 300;
_root.pleasure = 1;
_root.gotoAndStop("title");
}
Symbol 2622 MovieClip Frame 15
switch (Math.floor(Math.random() * 10) + 1) {
case 1 :
this.gotoAndPlay("mabataki01");
break;
case 2 :
this.gotoAndPlay("mesorasi01");
break;
case 3 :
this.gotoAndPlay("mesorasi02");
break;
case 4 :
this.gotoAndPlay("mabataki02");
break;
default :
this.gotoAndPlay(1);
}
Symbol 2622 MovieClip Frame 32
this.gotoAndPlay(1);
Symbol 2622 MovieClip Frame 58
this.gotoAndPlay(1);
Symbol 2622 MovieClip Frame 86
this.gotoAndPlay(1);
Symbol 2622 MovieClip Frame 94
this.gotoAndPlay(1);
Symbol 2622 MovieClip Frame 95
this.stop();
Instance of Symbol 346 MovieClip in Symbol 2624 MovieClip Frame 1
onClipEvent (load) {
if (_root.damage == 0) {
this.gotoAndStop("niko");
}
}
onClipEvent (enterFrame) {
if (_root.damage == 0) {
this.gotoAndStop("niko");
}
}
Instance of Symbol 2622 MovieClip in Symbol 2624 MovieClip Frame 1
onClipEvent (load) {
if (_root.damage == 0) {
this.gotoAndStop("niko");
}
}
onClipEvent (enterFrame) {
if (_root.damage == 0) {
this.gotoAndStop("niko");
}
}
Instance of Symbol 297 MovieClip in Symbol 2631 MovieClip Frame 1
onClipEvent (load) {
if (_root.damage >= 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.damage >= 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 323 MovieClip in Symbol 2631 MovieClip Frame 1
onClipEvent (load) {
if (_root.damage >= 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.damage >= 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Instance of Symbol 325 MovieClip in Symbol 2631 MovieClip Frame 1
onClipEvent (load) {
if (_root.damage >= 2) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.damage >= 2) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
Symbol 2634 Button
on (release) {
_root.se001.start();
if (_root.open_gallery != 1) {
_root.open_gallery = 1;
this.gotoAndStop("open_gallery");
} else {
this.gotoAndStop("title");
}
}
Symbol 2639 Button
on (release) {
_root.se001.start();
this.gotoAndStop("title");
}
Symbol 2659 Button
on (release) {
_root.se001.start();
_root.Gyarare = 1;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare010A");
}
Symbol 2660 Button
on (release) {
_root.se001.start();
_root.Gyarare = 2;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare020A");
}
Symbol 2661 Button
on (release) {
_root.se001.start();
_root.Gyarare = 3;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare030A");
}
Symbol 2662 Button
on (release) {
_root.se001.start();
_root.Gyarare = 4;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare040");
}
Symbol 2663 Button
on (release) {
_root.se001.start();
_root.Gyarare = 5;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare050");
}
Symbol 2664 Button
on (release) {
_root.se001.start();
_root.Gyarare = 6;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare060");
}
Symbol 2665 Button
on (release) {
_root.se001.start();
_root.Gyarare = 8;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare080");
}
Symbol 2666 Button
on (release) {
_root.se001.start();
_root.Gyarare = 9;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("dameTE090");
}
Symbol 2667 Button
on (release) {
_root.se001.start();
_root.Gyarare = 7;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare070");
}
Symbol 2668 Button
on (release) {
_root.se001.start();
_root.Gyarare = 10;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("yarare100");
}
Symbol 2669 Button
on (release) {
_root.se001.start();
_root.gotoAndStop("Ggame_over");
}
Symbol 2670 Button
on (release) {
_root.se001.start();
_root.Gyarare = 50;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("onani");
}
Symbol 2671 Button
on (release) {
_root.se001.start();
_root.Gyarare = 0;
_root.Gyarare_speed = 1;
_root.kyara00.gotoAndStop("wait");
}
Symbol 2677 Button
on (release) {
_root.se001.start();
_root.gallery_mode_on = 0;
_root.Gyarare_finish = 0;
_root.Gyarare = 0;
_root.Gyarare_speed = 1;
_root.Gyarare_equip_top = 0;
_root.Gyarare_equip_under = 0;
_root.gotoAndStop("title");
}
Symbol 2683 Button
on (release) {
_root.se001.start();
if (_root.cheatlistopen != 1) {
_root.cheatlistopen = 1;
_root.cheatlist.gotoAndStop(1);
} else {
_root.cheatlistopen = 0;
_root.cheatlist.gotoAndStop(2);
}
}
Symbol 2688 Button
on (release) {
_root.se001.start();
if (_root.Gyarare != 0) {
if (_root.Gyarare == 50) {
if (_root.Gyarare_speed == 2) {
_root.Gyarare_speed = 1;
}
} else if (_root.Gyarare_speed >= 2) {
_root.Gyarare_speed = _root.Gyarare_speed - 1;
}
}
}
Symbol 2690 Button
on (release) {
_root.se001.start();
if (_root.Gyarare != 0) {
if (_root.Gyarare == 50) {
if (_root.Gyarare_speed == 1) {
_root.Gyarare_speed = 2;
}
} else if (_root.Gyarare_speed <= 2) {
_root.Gyarare_speed = _root.Gyarare_speed + 1;
}
}
}
Symbol 2693 Button
on (release) {
_root.se001.start();
_root.Gyarare_finish = 1;
}
Symbol 2698 Button
on (release) {
_root.se001.start();
if (_root.Gyarare_equip_top == 0) {
_root.Gyarare_equip_top = 1;
} else {
_root.Gyarare_equip_top = 0;
}
}
Symbol 2699 Button
on (release) {
_root.se001.start();
if (_root.Gyarare_equip_under == 0) {
_root.Gyarare_equip_under = 1;
} else {
_root.Gyarare_equip_under = 0;
}
}
Symbol 2701 MovieClip Frame 1
this.stop();
Symbol 2704 MovieClip Frame 2
this.stop();
Symbol 2707 MovieClip Frame 1
SOURCE_MOVIECLIP = _root.kyara00;
RENDER_MOVIECLIP = _root.kyara00.render;
MosaicRect = {x:0, y:0, w:60, h:60};
moza_pointA = 0;
moza_pointB = 0;
M_WIDTH = 4;
M_HEIGHT = 4;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, (((-MosaicRect.x) + SOURCE_MOVIECLIP._x) - RENDER_MOVIECLIP._x) - moza_pointA, (((-MosaicRect.y) + SOURCE_MOVIECLIP._y) - RENDER_MOVIECLIP._y) - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var _local2;
var _local1;
var _local3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
_local2 = 0;
while (_local2 < MosaicRect.h) {
_local1 = 0;
while (_local1 < MosaicRect.w) {
_local3.x = _local1;
_local3.y = _local2;
bmpData.fillRect(_local3, bmpData.getPixel32(_local1 + M_WIDTH_HALF, _local2 + M_HEIGH_HALF));
_local1 = _local1 + M_WIDTH;
}
_local2 = _local2 + M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
Instance of Symbol 2706 MovieClip in Symbol 2707 MovieClip Frame 1
onClipEvent (load) {
if (_root.Ggameover_b != 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.Ggameover_b != 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
Symbol 2707 MovieClip Frame 5
_root.se006.start();
Symbol 2707 MovieClip Frame 7
_root.sibuki = 1;
Symbol 2708 Button
on (release) {
_root.se001.start();
if (_root.Ggameover_b != 1) {
_root.Ggameover_b = 1;
} else {
_root.Ggameover_b = 0;
}
}
Symbol 2711 Button
on (release) {
_root.se001.start();
_root.gotoAndStop("gallery_mode");
}