
script_event 1Reimu{
@Initialize{
LoadGraphic("script\img-Character\Frolir-1.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(LEFT,"script\img-Character\Reimu-1.png");
SetGraphicRect(LEFT,130,0,450,395);
MoveChar(LEFT,FRONT);
TextOutC(0,"\c[BLUE]eXgeLXgR");
SetChar(LEFT,"script\img-Character\Reimu-3.png");
SetGraphicRect(LEFT,130,0,450,395);
TextOutC(0,"\c[BLUE]eLXgeLXg");
TextOutC(0,"\c[BLUE]eXgeLXg");
MoveChar(LEFT,BACK);
Wait(5);
TextOutC(0,"\c[RED]eLXgeLXgF");
SetChar(LEFT,"script\img-Character\Reimu-6.png");
SetGraphicRect(LEFT,130,0,450,395);
MoveChar(LEFT,FRONT);
TextOutC(0,"\c[BLUE]eXgeLXgA");
MoveChar(LEFT,BACK);
Wait(10);

End();


}


@Finalize{
	
	
}
}
