I know this is probably very easy, but I want to add sprites in game that tell you have to play the game ONLY on the first launch. If the game is launched a second, third fourth, fifth, time etc. I do not want those instructions to appear again.
Could someone lead me in the right direction or give me an example?
I was thinking of adding a boolean "isFirstLaunch" then putting it in AppDelegate in "applicationDidFinishLaunching" then checking it in my game scene to see if it is true, but I'm not completely sure.
Any help?
Thanks!