Creating a Message Box doesn't seem to work properly for games that are running in full screen.
Yeah, it wouldn't. Message boxes, by their very nature, are based around windows.
I don't quite understand. Are you using MessageBoxes to pause the game? Just set the time scale to 0.
People looking on youtube video, it calls "construct easy pause" or smthg. We need to delete this video)))
BTW timescale pause will work only if his evens are time-dependant.
timescale tends to work for fine for most games although you can't use it normally with advanced camera plugin.
Develop games in your browser. Powerful, performant & highly capable.
You can also put all paused/unpaused game code as subevents.
If timescale=0
if timescale is above 0
and how to exit Fullscreen running? (Without task manager)
Erm, System->Close?
^What Data said
Something like:
On escape pressed
system close
Or
Press f4.
^What Data said Something like: On escape pressed >system close
>system close
Thats it . thanx.