用途別リファレンス

ラインパネルと曲(音符)の同期

Onpu
while(true){
    t=$c.play().currentTime();
    y=(t-start)*($screenHeight*3/4)/2000;
    update();
}
Line
$linePanel=new Panel{x:$screenWidth/2, 
y:$screenHeight*3/4};

前へ ラインパネルの作成 次へ 評価方法(1)