
-----------------------------------
Nitro
Sat Jan 11, 2003 11:05 pm

fullscreen?
-----------------------------------
is it possible to make turing execute in full screen mode?

-----------------------------------
Sie_Kensou
Sat Jan 11, 2003 11:32 pm


-----------------------------------
I am not sure about OOT, but the ms-dos turing is executed in full screen.

-----------------------------------
Tony
Sat Jan 11, 2003 11:46 pm


-----------------------------------
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.

-----------------------------------
Dan
Mon Jan 13, 2003 12:02 am


-----------------------------------
var win : int := Window.Open ("fullscreen")
whode also do it
