Hi,
I hav created an options menu and all is working apart from when I press ESC to close the window or click on RETURN (which is named close in the window structure) the options menu(window) closes then opens up again, if I click on close or ESC again it closes and stays closed.
I am using the -
on "close"
{
Game.PlaySound("sounds\menuclose.ogg");
self.Close();
}
Method to close the window.
Any ideas?
Thanks
Solo