Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Full screen toggle

yes, i needed the script for it ;)

i searched for a topic, but not in script request, only in submitted scripts, ill search here to in future, ty ;)

edit: i have this very strange error, whenever i use this script, when i test run my game, i get an error of windows, not of rmxp, saying there is a problem with game.exe, the weirdest is that a few weeks ago i ddint had that error =/
 
Call This 'Full Screen'Add Above Main
Code

$showm = Win32API.new 'user32',
'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)
$full = 1
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top