Tweens paused set to true

I am having a problem with creating a tween object when it’s paused attribute is set to true. I also tried the examples in the phaser 3 labs and no tween works if paused is set to true. Am I doing something wrong?

For example, in this one if I remove the ‘paused: true’, it works. Same for the other examples that doesn’t have true for paused. They work but if I put true, it suddenly doesn’t work.
http://labs.phaser.io/edit.html?src=src\tweens\pause%20and%20resume.js

Hi,

I had this same issue with 3.17 and have checked the example you linked to and can confirm it works with 3.16.2 and it works with the current dev build so hopefully this will be fixed in 3.18

Hope that helps :slight_smile: