Computer Science Canada

fullscreen?

Author:  Nitro [ Sat Jan 11, 2003 11:05 pm ]
Post subject:  fullscreen?

is it possible to make turing execute in full screen mode?

Author:  Sie_Kensou [ Sat Jan 11, 2003 11:32 pm ]
Post subject: 

I am not sure about OOT, but the ms-dos turing is executed in full screen.

Author:  Tony [ Sat Jan 11, 2003 11:46 pm ]
Post subject: 

in turing you can use View.Set() function to change the way window appears.

such as

View.Set("graphics:200;200") will make your screen 200pixels by 200pixels in size. You can use

View.Set("graphics:max;max") to make it fullscreen.

Author:  Dan [ Mon Jan 13, 2003 12:02 am ]
Post subject: 

var win : int := Window.Open ("fullscreen")
whode also do it


: