Different screens

How would I go about making different screens?

Like the homepage screen, etc.

Right now I have a main home, with a button. When you click on the button, I use require(“play.lua”), which plays the game. But the problem is, you can still click the buttons that were on the main page.

Is there a better way to make different pages? [import]uid: 38631 topic_id: 7123 reply_id: 307123[/import]

You need to remove the touch listeners from the buttons when you switch screens. Read the page on listeners. [import]uid: 10903 topic_id: 7123 reply_id: 25051[/import]