How to show an Image for a certain time?

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
JBoss
Posts: 7
Joined: Fri Jun 10, 2011 4:12 pm

How to show an Image for a certain time?

Post by JBoss »

I want to show an IGUIImage for 5 seconds then I want to set it invisible, how can I set the interval time?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

there is no way to set a time interval !!! :lol:
insted you have to do it on your own... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply