Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cc.tween.repeatForever 在前置其他 tween 时报错:[Action update]. override me #5322

Closed
fkworld opened this issue Sep 3, 2019 · 0 comments

Comments

@fkworld
Copy link

fkworld commented Sep 3, 2019

Creator version?(版本号)

2.0.10

Affected platform?(受影响的平台)

Web

How to reproduce?(如何重现)

cc.tween(this.node)
    .delay(2)
    .repeatForever(cc.tween().to(2, { rotation: 360 }))
    .start()

其中 .delay(2) 可以换成任意前置 tween,都会报错。

JavaScript output or error produced?(报错信息和调用栈)

[Action update]. override me (CCDebug.js? [sm]:244)

附加信息

在论坛中也有很多出现类似问题的帖子 但是都没有被回复

  1. https://forum.cocos.com/t/2-1-2-tween-repeatforever/80820
  2. https://forum.cocos.com/t/cocos-creator2-0-10-cc-tween/82909

还有类似报错不同问题的

  1. https://forum.cocos.com/t/action-update-override-me/44609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants