如何在 HTML5 画布图像动画中做?
我现在有这个代码:http: //jsfiddle.net/WnjB6/1/
在这里我可以添加类似的动画 ->Animation.add('stand', [0, 1, 2, 3, 4, 5]);
但是如何播放这个动画呢?我的图像绘制功能是->drawTile(canvasX, canvasY, tile, tileWidth, tileHeight);
Animation['stand']; return 0, 1, 2, 3, 4, 5
当我运行 Animation.play('stand') 从 'stand' 数组运行动画时,我需要类似的东西。
我正在尝试像有一天那样做这件事,但没有更多的想法。:(
感谢并为我糟糕的英语感到抱歉。