Cocos Creator里cc.tween的stopAllActions() 和 repeatForever的用法
生活随笔
收集整理的這篇文章主要介紹了
Cocos Creator里cc.tween的stopAllActions() 和 repeatForever的用法
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
this.useNowBtn.stopAllActions();
this.useNowBtn.setPosition(46 + t * 120, 360); cc.tween(this.useNowBtn).repeatForever(cc.tween().by(0.3, { position: cc.v2(0, -30) }).by(0.3, { position: cc.v2(0, 30) })).start();
注意stopAllActions()只能停止掛在自己身上的Action,子節(jié)點的不受影響。
總結(jié)
以上是生活随笔為你收集整理的Cocos Creator里cc.tween的stopAllActions() 和 repeatForever的用法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 个性签名伤感男生伤心
- 下一篇: Cocos 发射和监听事件 事件派送(T