[SOLVED]Are Scene Changes Supported When Viewing Game In IDE Preview?

Hi,

Making good progress with my first little game using GDevelop.
Are scene changes supported when viewing game in the IDE’s preview?
Can’t seem to get above working? Is that not available?
Let me know, thanks!

Jesse Lee

Do you mean changing from scene 1 to scene 2 via events? Because yes, the preview supports all game logic just like any exported version.

If you mean something else you’d need to provide more context.

So it should work, but it’s not working for me…

Can someone provide an example of changing from “Title” scene to “Playing” scene?
I have a [Start!] button on the “Title” scene, but nothing happens when I click it?

I got it working below:
There was something wrong with the button click change scene event…