Hello, im making a simple platformer game, and i made a main menu frame.
I want it in a way that when you press "Play", the frame changes to the first level after 5 seconds
How do i do that?
Hello, im making a simple platformer game, and i made a main menu frame.
I want it in a way that when you press "Play", the frame changes to the first level after 5 seconds
How do i do that?
You should use Timer events.
You need an action to call a timer event (the clock icon on event editor), then in another event a condition for the timer event with the same name, there you can do whatever you want, in your case switching frames.