Hi.
I have already asked this question in another thread but I didn't understand what some of you have answered me.
So my problem is that my game consists of many small games in the same one, so when one level of the first is over, I want to go to another game, and then when this one is over I want to go back to the first one.
The first game is done using DirectDraw. But I thought I do the others using the simple graphics of the forms(i.e. shapes) because they don't need more. So how can I call the form with simple graphics and then go back to the other one?
And if there's no way to do this, if I have to use DirectDraw in all my forms does this affect the size of my game a lot?
Thank you all.