我使用下面的 cocos2d-swift 代码,给出 1 个错误。见下图。
var calBck = CCActionCallBlock.actionWithBlock({
self.showGlassEffect()
}) as CCActionCallBlock
var seq = CCActionSequence.actions(move, delay, calBck, nil) as CCActionSequence
如何在 Cocos2d Swift 中使用 CCActionCallBlock?