okay so what I want it to do is when the user click on the app it opens of course and they see a brief about us and at the bottom of the page there is a button and when the user clicks it goes to the menu scene. So I want the text be displayed on the main.lua page then click a button to go to the menu screen. did I make that clear? [import]uid: 69302 topic_id: 29851 reply_id: 119819[/import]
Alright, so what you want to do is not call your storyboard.goto code until a user pushes a button. When the user pushes the button you want to remove both text objects(like myText1:removeSelf()) and then use your storyboard.goto code.
Here is the documentation(with examples) on how to create a button.
http://docs.coronalabs.com/api/library/widget/newButton.html
There is also a semi-recent blog on them that you can search for as well. [import]uid: 147305 topic_id: 29851 reply_id: 119824[/import]
Ok so I am confused. I have a button and it goes to the next screen just as I want it to do. So I am not understanding what is causing the text to overlap versus being one over the top. [import]uid: 69302 topic_id: 29851 reply_id: 119944[/import]