Loading Screen

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
xsinick
Posts: 18
Joined: Fri Aug 10, 2007 12:05 am

Loading Screen

Post by xsinick »

How do i link it to the loading of my content?
so when stuff is finished loading it goes away or I can hold it on screen for like 10 sec then fade it off for like 15 frames?

a progress bar would bar nice too
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, you should know how much you're loading and when you'Re finished. So simply fade out the screen after your last load statement. A progress bar would have to be updated between each load statement.
Post Reply