I am trying to implement a tutorial into my game that will be called the first time the player tries to play the game. Basically, if the game is going to be played the first time, the scene will switch to the tutorial scene instead and if the game has already been played before, the scene will just switch right to the game. How would you go about doing this? Thanks.
Note: I’m using the director class to handle my scene transitions.