OK - I have a number of events that happen On start of Layout, but when the user loses all of their lives the global variables are reset and so all of the events of On start of Layout are replayed/reset when the user tries again.
But of those events there are one or two that I only want to happen the very first time the user opens the app.
How do I separate the two sets of events?