Hi, Im programming a videogame, and I would like it to have different screens. For exampe an introduction to the game and after the propper game, and after a different stage of the game.
As far as I know I can only have one draw function. I could solve the problem if I had different draws functions. Another solution is to use if, but I think there has to be better ways ¿What is the usual way to solve it?
Thanks.
1