Computer Science Canada Closing window |
Author: | Krocker [ Mon Jan 10, 2011 11:56 am ] |
Post subject: | 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. |
Author: | TokenHerbz [ Mon Jan 10, 2011 11:59 am ] |
Post subject: | 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. |
Author: | Tony [ Mon Jan 10, 2011 12:09 pm ] |
Post subject: | RE:Closing window |
Keep in minding that closing a window is not the same as ending the program. |