cocos creator 1.9.3正常触发
cocos creator 2.0 不能正常触发
var groudAnim = this.groundNode.getComponent(cc.Animation)
groudAnim.on('lastframe', this.refreshObstruct, this)
cocos creator 1.9.3正常触发
cocos creator 2.0 不能正常触发
var groudAnim = this.groundNode.getComponent(cc.Animation)
groudAnim.on('lastframe', this.refreshObstruct, this)