Hi there, there are sometime I want to make a quiz game using a database the one I want is in the style of this game: https://play.google.com/store/apps/details?id=com.creactive.quemquersermilionario.millonario.lite I've looked into several tools but when I saw pixi I fall in love. The game consists of several screens, menu screen, questions screen and credit screens, the questions would sit in a database I wanted to use sqlite, I've made many searches trying to discover the logic behind a game of this kind, I figured out how to store questions in a database and things like this, but I would like to know how to show this questions on the game, and how to determine correct answer, also I don't know how to do menu screens and how to make transitions between screens. Any help with pseudo-code or the logic behind this kind of game is really appreciated. Thank you very much. Best regards, Marcos.