PDA

View Full Version : window always maximized in exe


kicas
03-19-2002, 03:49 PM
How can i automatically fit the window of an exe projector on sreen (not fullscreen, just maximized)?

Thanks.

farafiro
03-19-2002, 05:55 PM
Just don't use the fscommand "fullscreen" at all
or set it as "false"

//in the very first frame of the top layer put

fscommand("fullscreen",false)