Computer Science Canada tic tac toe help |
Author: | drumersrule123 [ Fri Dec 12, 2003 9:02 pm ] | ||
Post subject: | tic tac toe help | ||
here is my current code i dont no why it is not closing or why the drawfill box is not working. i am sure there is alot of stuff i don't need in the code but i just started to work on it two days ago.
|
Author: | Thuged_Out_G [ Fri Dec 12, 2003 9:16 pm ] | ||
Post subject: | |||
window.close only seems to close one window, leaving another one open. puttin it in a loop works well, although someone may know of a better slotuion |
Author: | Andy [ Fri Dec 12, 2003 9:17 pm ] |
Post subject: | |
doesnt work that way. Window.Close closes the window ID, and will only work once, unless of course u open it again with Window.Open |
Author: | drumersrule123 [ Fri Dec 12, 2003 9:22 pm ] |
Post subject: | |
but i dont understand why it opens another window |
Author: | Andy [ Fri Dec 12, 2003 9:27 pm ] |
Post subject: | |
works fine for me... i dont see no new window... are u using turing 3? that mite be the problem |
Author: | drumersrule123 [ Fri Dec 12, 2003 9:33 pm ] |
Post subject: | |
i am useing turing 4 i just dont no where to put in the extra code |
Author: | Andy [ Fri Dec 12, 2003 9:35 pm ] |
Post subject: | |
if ur using turing 4, then take out all that window.open and window.set crap, and the vga and fullscreen crap too |
Author: | drumersrule123 [ Fri Dec 12, 2003 9:40 pm ] |
Post subject: | |
i dont no what is wrong but it still wont close |
Author: | Thuged_Out_G [ Fri Dec 12, 2003 9:41 pm ] |
Post subject: | |
he is using window.open so he can close the window when the program is finished...and i have turing 4.0.4c...and when i just put Window.Close(w) it closes one window, but another one is still there(i dont know why) but putting it in a loop solves this problem |
Author: | drumersrule123 [ Fri Dec 12, 2003 9:46 pm ] |
Post subject: | |
still doesn't work and where can i find turing 4. 0. 4 |
Author: | drumersrule123 [ Fri Dec 12, 2003 9:50 pm ] |
Post subject: | |
i dont want u to tell me where i can find "4 .0 .4" wink wink i just want to no a cool site or place to go to |
Author: | Andy [ Fri Dec 12, 2003 10:00 pm ] |
Post subject: | |
http://www.holtsoft.com/turing/support/#turing4patches |
Author: | drumersrule123 [ Fri Dec 12, 2003 10:08 pm ] |
Post subject: | |
thanks |