omi79779
Member
|
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 |
|
Driklyn
Member
|
RE: how can i set game nonstop running with mmo game
Code:
App.flag = APP_WORK_IN_BACKGROUND;
|
|
07-01-2011 05:41 AM |
|
omi79779
Member
|
RE: how can i set game nonstop running with mmo game
Thank you very much
|
|
07-01-2011 05:46 AM |
|
Brendan
Member
|
RE: how can i set game nonstop running with mmo game
I needed this too.. thank you
|
|
07-08-2011 10:27 PM |
|