用途別リファレンス
Chara1
x=100; y=100; while(x<200){ x++; update(); } while(y<200){ y++; update(); } function onUpdate(){ // updateが呼ばれるたびに実行される rotation++; }