About Store Forum Documentation Contact



Post Reply 
how can i set game nonstop running with mmo game
Author Message
omi79779 Offline
Member

Post: #1
how can i set game nonstop running with mmo game
hello everyone,

i make a mmo game and i find a problem :
in playing , when i take focus out (switch other application), then game will pause .

but the mmo game can`t stop update the data .
how can i set engine if my focus out and game nonstop ?

sorry about grammar , my English is not very well .
07-01-2011 05:37 AM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: how can i set game nonstop running with mmo game
Code:
App.flag = APP_WORK_IN_BACKGROUND;
07-01-2011 05:41 AM
Find all posts by this user Quote this message in a reply
omi79779 Offline
Member

Post: #3
RE: how can i set game nonstop running with mmo game
Thank you very much smile
07-01-2011 05:46 AM
Find all posts by this user Quote this message in a reply
Brendan Offline
Member

Post: #4
RE: how can i set game nonstop running with mmo game
I needed this too.. thank you smile
07-08-2011 10:27 PM
Find all posts by this user Quote this message in a reply
Post Reply