
script_event 1Reimu3{
@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\Frolir-4.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-4.png");
SetGraphicRect(RIGHT,0,0,300,395);
MoveChar(RIGHT,FRONT);
TextOutC(0,"\c[RED][\n蕉[");
MoveChar(RIGHT,BACK);
SetChar(LEFT,"script\img-Character\Reimu-5.png");
SetGraphicRect(LEFT,130,0,450,395);
MoveChar(LEFT,FRONT);
TextOutC(0,"\c[BLUE]菟B\nF͂̎Gd");
SetChar(LEFT,"script\img-Character\Reimu-3.png");
SetGraphicRect(LEFT,130,0,450,395);
TextOutC(0,"\c[BLUE]܂AdɂĂ͋̂ȁB\nƂ炢");
MoveChar(LEFT,BACK);
SetChar(RIGHT,"script\img-Character\Frolir-4.png");
SetGraphicRect(RIGHT,0,0,300,395);
MoveChar(RIGHT,FRONT);
TextOutC(0,"\c[RED]ȂłȂɋ}ł̂mȂǁA\nȂƂlɕˁ[");
MoveChar(RIGHT,BACK);
SetChar(LEFT,"script\img-Character\Reimu-3.png");
SetGraphicRect(LEFT,130,0,450,395);
MoveChar(LEFT,FRONT);
TextOutC(0,"\c[BLUE]Ȏ͒mĂI\ncclɕA");
SetChar(LEFT,"script\img-Character\Reimu-2.png");
SetGraphicRect(LEFT,130,0,450,395);
TextOutC(0,"\c[BLUE]̕ƐSzˁB\nƍsĂ݂܂傤");
MoveChar(LEFT,BACK);

Wait(10);

End();


}


@Finalize{
	
	
}
}