cocos2d-x + Lua的cc.Repeat动画执行次数不准,巨坑
Repeat这个Action的本意是可以方便地对某一个动画执行指定的次数,比如这段代码:
scene.index = 0
--延时
local delayAction = cc.DelayTime:create(0.5)
--回调
local callFuncAction1 = cc.CallFunc:create(function()
sce
原创
2015-08-01 17:21:34 ·
2487 阅读 ·
0 评论