hiloteam / Hilo

A Cross-end HTML5 Game development solution
https://hiloteam.github.io/
MIT License
5.93k stars 863 forks source link

Tween.to的reverse属性时好时坏 #146

Closed BZ-koko closed 5 years ago

BZ-koko commented 5 years ago

我创建了2个stage,从stage1跳到stage2,stage2的Tween.to中的reverses属性时好时坏,但是刷新一次页面就没问题了

06wj commented 5 years ago

请问下hilo版本多少,1.4.1修复过一个reverse bug

BZ-koko commented 5 years ago

版本是1.5.0,我想应该是重复实例的原因,我在stage跳转的时候把Tween.to的实例对象清除掉,重新渲染的时候再实例,就不会有这问题,不过是后来才发现,解决方案是这些实例都添加到一个stage里面,通过alpha来显示隐藏

06wj commented 5 years ago

ok,那我 close 了。