Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: JpSoft on Sat 12/01/2013 10:25:48

Title: Continue playing when window is not active
Post by: JpSoft on Sat 12/01/2013 10:25:48
A long time since i came here. Now im working in a little project and i need that the game continues even if it is not the active window (for example,minimized) I remember there is one option to set this, but i cant remember how.

thanks in advance
Title: Re: Continue playing when window is not active
Post by: MurrayL on Sat 12/01/2013 11:34:42
SetMultitaskingMode(1);
Title: Re: Continue playing when window is not active
Post by: JpSoft on Sat 12/01/2013 12:08:10
bingo, thanks!