ccs.ArmatureDataManager : getInstance() : addArmatureFileInfo(appPath .. "xiaochou01.png",appPath .. "xiaochou01.plist", appPath .. "xiaochou01.xml")
local armature = ccs.Armature : create("xiaochoudonghua")
armature : getAnimation() : playWithIndex(0)
armature : setAnchorPoint(cc.p(0.5, 0.5))
armature : setPosition(170, 200)
armature : getAnimation() : setSpeedScale(20 / 80)
armature : setScale(0.8)
layer : addChild(armature)
local armature = ccs.Armature : create("xiaochoudonghua")
armature : getAnimation() : playWithIndex(0)
armature : setAnchorPoint(cc.p(0.5, 0.5))
armature : setPosition(170, 200)
armature : getAnimation() : setSpeedScale(20 / 80)
armature : setScale(0.8)
layer : addChild(armature)