x=0 *modoru dialog "", 16 if x>=1:mci "stop test"+x :mci "close test"+x x+1 cls pos 50,50 button "開く",*modoru button "止める",*sto button "再生",*hsc mci "open \"" + refstr + "\" type MPEGvideo alias test"+x if stat = -1 : mes "error" mci "play test"+x stop *sto mci "stop test"+x stop *hsc mci "status test"+x+" position" mci "play test"+x+" from " + stat stop
一度音楽を再生したあと、もう一度開くボタンで音楽を読み込むとエラーになってしまいます。
誰か解消してくれませんか?
お願いします。
二回目からの再生はxで代用していますが、それ以外にいい方法があれば教えてください。