HELP! I want to change backgroundColor by tweens

I want to change backgroundColor by tweens, but i dont know how to code,please,

Have a look at this link. I think it is what you are looking for.

1 Like

If the problem is the backgroundcolor of the game, the only way to change it is changing the backgroundColor of the main camera. Like this:

this.cameras.main.setBackgroundColor(0xbababa);