gotoAndPlay(1);
status = fscommand2("GetLocaleTime", "tm");
if(tm<10){
tm="0" add tm;
}
ye = fscommand2("GetDateYear", "ye");//年取得
mt=fscommand2("GetDateMonth");//月取得
if(mt<10){
mt="0" add mt;
}
d=fscommand2("GetDateDay"); //日取得
if(d<10){
d="0" add d;
}
//*月と日付をくっつける*//
dt = mt add "/" add d;//dt

