在 cocos2d-x-2.2.2\samples\Lua\TestLua\Resources\luaScript\CocoStudioTest\CocoStudioArmatureTest\CocoStudioArmatureTest.lua 的781行下边添加一个移动事件
armature:getAnimation():setFrameEventCallFunc(onFrameEvent)
armature:getAnimation():setMovementEventCallFunc(function (armatureBack,movementType,movementID) print("ddddddddddd") end) --新增
在帧事件的下边添加一个移动事件就会报错,出错位置如下
目前我没找到原因,请斑竹帮忙查看下