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...
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.