How to make my game full screen

Posted By: johnnyboy3090

How to make my game full screen - 07/06/08 22:44

how do i make my game full screen
Posted By: TigerTao

Re: How to make my game full screen - 07/06/08 22:54

use video_switch in your main function

eg

video_switch(7,0,1); makes the display 800x600(7) and fullscreen(1) change the 1 to 2 to take the display back to window mode.
Posted By: johnnyboy3090

Re: How to make my game full screen - 07/06/08 23:06

Thanks Man
Posted By: Marwan

Re: How to make my game full screen - 07/06/08 23:27

type

var video_screen=1;
Posted By: johnnyboy3090

Re: How to make my game full screen - 07/06/08 23:30

Why
Posted By: DJBMASTER

Re: How to make my game full screen - 07/06/08 23:37

Use var video_screen = 1; if you wish to start the game in fullscreen else exclude it.

You cannot change it at runtime using video_screen and therefore must use video_switch.
© 2024 lite-C Forums