Is it possible to create non-interactive demo scenes like an attract mode in an arcade game? I want to implement this into my game as one of the various idle-screens when you wait on the title screen for a certain amount of time.
Develop games in your browser. Powerful, performant & highly capable.
Yeah you can use after X seconds, or timer plugin if it needs to be more complicated. I guess the actual attract could be a different layout you cut to with its own events that loop around until a button is pressed.