Pages

Each screen that appears in your AutoPlay application is called a page. Pages are the "surfaces" that objects can be placed on. They hold the graphical elements and interactive objects that your users see at run time.

You can have as many pages in your application as you want (up to a limit of 1000 per project). Each page acts as a separate canvas for the images, videos, text, and other objects that you can add. When you add an object to a page, the object will only be visible when that page is visible.

In the design environment, pages are represented by tabs at the bottom of the design window. A tab appears at the bottom of the design window for each page that you add to your project.

 

Pages also appear as items on the Pages tab of the Project Bar.

Next: Objects