Can the game still runnung while the user drag the window
by Nir Ziso · in Torque Game Builder · 10/26/2006 (11:05 pm) · 6 replies
Can the game still runnung while the user drag the window and not pause?
#2
10/27/2006 (8:02 am)
I think that is a Windows thing, so no I don't think it's possible. I could be wrong though.
#3
http://garagegames.com/mg/forums/result.thread.php?qt=35040
but i think thats only in tge
10/27/2006 (8:51 am)
Hmm try this linkhttp://garagegames.com/mg/forums/result.thread.php?qt=35040
but i think thats only in tge
#4
in my game i have also messages from server
that i can not put in some buffer and use them later, so pause the game is not agood solution for me
and tomas if you look at games in Windows like soliteir the game still running can somebodey please help?
10/28/2006 (3:02 pm)
I do not understand whay in tgb game have to pausein my game i have also messages from server
that i can not put in some buffer and use them later, so pause the game is not agood solution for me
and tomas if you look at games in Windows like soliteir the game still running can somebodey please help?
#5
I mean, if a certain object is moving, and you drag the window, it looks like the game is paused. But once you release the window... the object jumps to where its supposed to be. That makes me think the game isn't paused, but the graphics are just not updated during drag.
So, maybe not very nice, but I don't think its a problem.
You could force fullscreen, that way they can't drag the window :)
11/29/2006 (3:10 am)
I think the game keeps running when you drag the window. The stage is just not updated. I mean, if a certain object is moving, and you drag the window, it looks like the game is paused. But once you release the window... the object jumps to where its supposed to be. That makes me think the game isn't paused, but the graphics are just not updated during drag.
So, maybe not very nice, but I don't think its a problem.
You could force fullscreen, that way they can't drag the window :)
#6
11/29/2006 (4:54 am)
I know this solution of full screen but i need another solution
Torque Owner Michael S
it's though and difficult question
hope somebody can give a shot on this?