![]() |
Resolution tutorial.. problem.. - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Resolution tutorial.. problem.. (/showthread.php?tid=330) |
Resolution tutorial.. problem.. - DJKNITEX - 28-09-2006 Hi, Hi did the tutorial for the resolution change when the game load and come back when the player quit. http://ms.shannaracorp.com/backup-forum ... sp?TID=181 One problem In Public Sub Resolution() at Unload frmChangeRes its saying variable not definied. So i changed it to the form i want my resolution to be set but when is tart the game its only start and quit . Whats the problem ? Thanks - Matt - 28-09-2006 The problem is, when you set it to unload the form you want it to change, it closes that form, therefore, closing the game. Since it will unload the form that you specify. - DJKNITEX - 28-09-2006 so what i need to write at load frmchangeres unload frmchangeres i put it like that ? : load frmmirage(i dont want the game menu to be fullscreen) unload frm ??? thanks - Robin - 29-09-2006 There is an faster, smaller, easier way to do this. Made by me =) Check the tutorial section in this forum. ~Kite |