Full Screen Example

by PopLava
Full Screen Example
Simple example showing how to do fullscreen games [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://PopLava.FullScreenExample##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://PopLava.FullScreenExample##version=1

275 downloads
Version 1.0
Date added: Feb 19 2012
Last updated: Feb 22 2012
2 fans
This example shows how to make your game full screen with a single line of code and a couple interface tweaks.

Comments

Popisfizzy: (Feb 23 2012, 2:13 pm)
Corax Software wrote:
That's true but I do believe C used them first.

It didn't.
Urias: (Feb 23 2012, 5:33 am)
Corax Software wrote:
Sorry, third post. And I noticed this demo is C style. That's cool but that's not how the majority of people on Byond write, evident by the official guide not being written using braces.

C-based languages aren't the only language that uses curly brackets.
PopLava: (Feb 22 2012, 5:41 pm)
Kaiochao wrote:
I think the important part in this demo is this line:

* Note: Need to uncheck the main windows titlebar, statusbar, and optionally, the resize option.

I think this is proving my point just a little bit. ;) Simple, but not obvious.
Kaiochao: (Feb 22 2012, 5:18 pm)
I think the important part in this demo is this line:

* Note: Need to uncheck the main windows titlebar, statusbar, and optionally, the resize option.
A.T.H.K: (Feb 22 2012, 5:02 pm)
Urias wrote:
PopLava wrote:
Secondly, it's more than just one line of code.

But all you have is one line of code in this demo...

True but he also has a interface file .. with a default window at 640 x 480 which means nothing.