How do you switch the main screen into a vertical arrangement one?

HI. In our game app, once the player reached the game without losing all 5 lives, the vertical arrangement 1 will be visible. However it didn't went that way. Here is our blocks and our screen recording of the game app:

Thank you for those who will help

If you want to switch among several vertical arrangements, showing only one at a time, then you would benefit from writing a little HideAllArrangements procedure that hides ALL the arrangements.

Whenever you want to switch Arrangements,

  • call HideAllArrangements
  • make your desired Arrangement Visible

How can I do that?

Something like this

image

1 Like

Oh ok thank you I will try it