Way to add plain image sequence?

basically i’m trying to refurbish the start screen of my game so that there’s two things the player goes through before the first ‘scene’ of the game loads (and by scene i mean, the layout with text and portraits) – i want to display a small illustration as soon as the game loads, then ask the player to press any button to progress to the actual title screen, and only THEN move on to a scene. i’ve managed a compromise – using css to make the title screen image overlay on top of all the buttons, and adding text to the image telling the player to press space, which corresponds with the hidden start game button. i’d like to add another image after this, though. is there a way to place an extra “empty image” that the player has to click through before entering the actual game?

i’m also curious about this because it would be useful to be able to have an image that takes up the whole screen suddenly in the middle of a scene, basically for the sake of cutscenes. is this possible in the engine presently?

I had a similar challenge. I’ve found custom scenes to be a good avenue to doing this.

1 Like