Switching Game Screens

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
TN

Switching Game Screens

Post by TN »

I feel a little sheepish asking this, but I can't find good examples or figure it out from the API.

My simple game boots to a screen, written using Irrlicht's wonderful gui, that allows you to load a saved game. Once selected I want to switch over to the actual engine. How can I switch cleanly from one screen, or maybe scene is a better word, to another?

Thanks for any help,

Total Newbie(TN).
Mindl
Posts: 16
Joined: Wed Jun 30, 2004 1:42 am

Post by Mindl »

I had the same problem when I started working in the engine, but there is a good example program just sitting there waiting for you. Just open up the Demo program code, should be included with the other tutorial code. It is a great place to look for a lot of the basic stuff such as this. It uses a good methid for selecting the renderer and other options and then switching over to a new rendering device. Give it a look.

-Mindl
TN

Post by TN »

Thanks, I'll take a look.

Total Newbie(TN)
Post Reply