
-----------------------------------
Krocker
Mon Jan 10, 2011 11:56 am

Closing window
-----------------------------------
hiya, so im creating a game, atthe end of the game, it asks users if they want restart or end game. i want that when the user selects end, the windows is supposed to close. But that is the problem, i dontknow how to have the window closed if a certain value is given.

-----------------------------------
TokenHerbz
Mon Jan 10, 2011 11:59 am

RE:Closing window
-----------------------------------
var Game_Window: Window.Open ("your windows stuff")
Window.Close (Game_Window)

check this out in F10 of turing. you'll find all the info about it.

-----------------------------------
Tony
Mon Jan 10, 2011 12:09 pm

RE:Closing window
-----------------------------------
Keep in minding that closing a window is not the same as ending the program.
