Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: marypotter3 on Thu 22/09/2011 18:02:05

Title: Let the background static?
Post by: marypotter3 on Thu 22/09/2011 18:02:05
Hey, there's a way to, until the player do a determined thing, the animated background (main background) stay static? And then the bg change?

Thanks!
Title: Re: Let the background static?
Post by: pcj on Thu 22/09/2011 18:08:05
SetBackgroundFrame(0); in Room load (before fade in) will fix it to the first frame until you call SetBackgroundFrame again.
Title: Re: Let the background static?
Post by: Khris on Thu 22/09/2011 18:54:33
Yeah, please check the manual first; this is thoroughly explained in the manual:

http://www.adventuregamestudio.co.uk/manual/SetBackgroundFrame.htm