150*****483 var ani:Animation = new Animation(); ani.loadAtlas("./game/fp.atlas"); ani.play(); ani.x = 100; ani.y = 100; addChild(ani);就这样一段代码