
script_event 1Reimu2{
@Initialize{
LoadGraphic("script\img-Character\Frolir-1.png");	
LoadGraphic("script\img-Character\Frolir-2.png");	
LoadGraphic("script\img-Character\Frolir-3.png");	
LoadGraphic("script\img-Character\Reimu-1.png");	
LoadGraphic("script\img-Character\Reimu-2.png");		
LoadGraphic("script\img-Character\Reimu-3.png");		
LoadGraphic("script\img-Character\Reimu-4.png");	
LoadGraphic("script\img-Character\Reimu-5.png");	
LoadGraphic("script\img-Character\Reimu-6.png");	


}

@MainLoop{
SetChar(RIGHT,"script\img-Character\Frolir-1.png");
SetGraphicRect(RIGHT,0,0,300,395);
MoveChar(RIGHT,FRONT);
TextOutC(0,"\c[RED]ςȂ񂩏d͂");
MoveChar(RIGHT,BACK);
SetChar(LEFT,"script\img-Character\Reimu-3.png");
SetGraphicRect(LEFT,130,0,450,395);
MoveChar(LEFT,FRONT);
TextOutC(0,"\c[BLUE]dȂ炱̊H");
SetChar(LEFT,"script\img-Character\Reimu-5.png");
SetGraphicRect(LEFT,130,0,450,395);
TextOutC(0,"\c[BLUE]ւ~X炲߂Ȃ");
TextOutC(0,"\c[BLUE]ۂ͂Q[炵ł");
MoveChar(LEFT,BACK);
SetChar(RIGHT,"script\img-Character\Frolir-2.png");
SetGraphicRect(RIGHT,0,0,300,395);
MoveChar(RIGHT,FRONT);
FadeOutMusic("script\BGM\No.02.mp3",50);
TextOutC(0,"\c[RED]@΂ЋĂ");
PlayMusic("script\BGM\No.03.mp3");
SetChar(RIGHT,"script\img-Character\Frolir-3.png");
SetGraphicRect(RIGHT,0,0,300,395);
TextOutC(0,"\c[RED]eXg");
TextOutC(0,"\c[RED]eXgA");
MoveChar(RIGHT,BACK);


Wait(10);

End();


}


@Finalize{
	
	
}
}