How do I change the screen order?

hello i wanted to know how can i change the screen order example change screen 2 for screen 1. observation I deleted the other question because it was in the wrong language for you who are supporti
to see

If you want Screen2 to start first, add the when.Initialize.Screen1 event block to Screen1, and add the block that opens Screen2 to it.

I didn't understand could you send me a picture of the command?

I didn't understand could you send me a picture of the command?

What you do Julia depends on why you want to 'change the screen order'. Here is a link to previous community discussions https://community.appinventor.mit.edu/search?q=screen%20order. One of these discussions might display possible Blocks and techniques.

Patryk's advice explains one way to make a Screen other than Screen1 appear first when the app loads. It doesn't really change the Screen order but it may do what you want it to.

Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.

There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles

How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also look here http://kio4.com/appinventor/index.htm and here http://www.imagnity.com/tutorial-index/ for more tutorials.

Learn about components http://ai2.appinventor.mit.edu/reference/components/
and visit the Library http://appinventor.mit.edu/explore/library Help>Library on the MENU

Place this block on screen 1. This block will make screen 2 appear immediately when starting the app.
But as Steve mentions, we don't know exactly what you want. Test this way.

it looks so simple but without enough knowledge it seems so difficult. works great, thanks