Pix engine title screen

Im using the pix engine by Jovanny

What Wick Editor Version are you using?
1.19.

Describe the Problem
I want to make an intro screen/menu but nothing I tried works,

What have you tried so far?
I tried altering the code so it starts on frame 2, but nothing works

Hello, @changernightstudios, welcome to the forums!

Answer ✓
You can create a new frame before everything else, then write your own title screen code.

I tried that, it doesn’t work

did you stop it? Because if you want to make a menu, you need to put this in a default or load script for the frame not a object script, stop()

Maybe you need to put a stop() command in your titlescreen.

Yes, I stopped it, but it didn’t work, sort of, but it makes the actual game part not work properly

image

I even tried changing these to frame 2 and such, but it would only give me an error

Put the initialization code when in a frame between the title screen and the first level.