Clear 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
WrathAngel
Posts: 4
Joined: Mon Jun 21, 2004 6:45 pm
Location: France ( Le Mans )

Clear Screen

Post by WrathAngel »

Hi all !

I'm making a title screen for a RPG and I want to clear the screen when I push the start button.
In the title screen, we put 3 Bitmaps and we want to remove them.

How can I do this ?
We try with the removeAllTexture fonction but the 3 BMP don't want to disapear...

Thank a lot.
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

For each image, you do this:

image->setVisible(false);
WrathAngel
Posts: 4
Joined: Mon Jun 21, 2004 6:45 pm
Location: France ( Le Mans )

Post by WrathAngel »

For the moment, we use image->remove(); ( the begining is not simple )
I think we will keep this fonction because we don't need the button after this screen.
Thank for your help.
Post Reply