Commit 26f0de94 by Jin Liu

处理了tween对象未记录的bug

parent 220f3d54
......@@ -47,7 +47,7 @@ cc.Class({
this.playFx(index+1);
this.mySprite.spriteFrame = this.spriteList[index];
cc.tween(this.node)
this.tween = cc.tween(this.node)
.by(0.4, { scale: 1.2, position: cc.v2(0, 0) }, { easing: 'backOut' })
.by(0.8, { scale: 0, position: cc.v2(0, 0) })
.to(0.4, { scale: 0 }, { easing: 'backIn' })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment