Hi, I have a Windows Mobile 6 MFC dialog based mobile application that I wish to convert to iPhone using the appgamekit.
Is it possible to have different screens/dialogs using the appgamekit.
For example I will have the following:
1. A main screen with logo. The user presses a 'begin' button.
2. This launches a 'main menu' screen with 5 menu buttons.
3. Each of the main menu buttons will launch a different screen.
4. etc etc
Is this screen navigation possible with appgamekit? I will be using the c++ version so is there any example code of how this is done?