zkang5 官方的Animation播放的时候,内部是使用的drawTexture 这个api动态切换图片吗var sp2:Sprite = new Sprite(); sp2.x = 300; sp2.graphics.drawTexture(_texture,0,0,100,100);