i am trying to create a main menu for my game, but its doing strange things.
first i create a panel, with a bitmap as the background.
There is one button inside the panel. when i put my mouse over the button, the "over" bitmap wont appear.
if i draw text to the screen, it stays on the screen. any text that i place just writes straight over the top.
is there some sort of "refresh screen" command? or do i need to put the button or menu into some sort of loop? i am really lost here and its hard to explain