ani = cc.Animation:create();
......
local animate = cc.Animate:create(ani); s:runAction(animate);
发现一个问题,s如果是Node实例话就报错了,s必须是Sprite实例。