ニュース

前回の第1回は、CreateJSのTweenJSライブラリでオブジェクトの座標をトゥイーンさせた。このトゥイーンにランダムな繰返しの動きを加えていく。
ゲームループは、JavaScriptでは次のようになります。 function update (progress) { // Update the state of the world for the elapsed time since last render } function draw () { ...