Thanks to Rob Miracle’s answer to my previous post I now have a few more questions.
Assumption: I assume that I can only call scene:create once? Sounds logical - create. 
I had used scene:create to show the images of the game but I think I will have to change that since I now need to some pre-prep work and show other stuff first.
What I will need to do is show some text saying - what they need to do then show the background.
QUESTION 1: I assume I don’t need to “clear the screen” here as the image will overlay anything I wrote before.
Then after they win the first level - I will write some words on the screen with display.newText. Then let them begin next level.
QUESTION 2: I assume I should “clear the screen” instead of loading image again, right? So, what is the best way to “clear the screen” but leave the image that I loaded previously intact? Or should I clear the whole screen (if so, how) then reload the image?
Thanks!