Screen changing [solved]

So I needed to make a game. My game is on Screen 1, but I forgot to make a start screen. If you open the app the app takes immediately to screen 1, but my start screen is on screen 3. Is there a way I can change that?

No, ma comunque puoi utilizzare un Layout dove andrai a ricreare la tua schermata iniziale; quindi all’avvio della tua app, potrai far comparire prima questo layout attraverso visible = True

Nicola

1 Like

Thanks for your help!

Good advice from Nicola.

We call this method “Virtual” Screens. Use a Vertical Arrangement as your Virtual Screen1 (or splash screen), while hiding the content on Screen1 that you already have in place. You could make life easier by moving your existing component layout onto a Virtual Screen too. See my GUI tips:
https://www.professorcad.co.uk/appinventortips#TipsGui GUI Layout (simple ‘how to’ movie included)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.