Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: mchammer on Tue 11/04/2006 20:30:48

Title: how to stop repating background animation frames
Post by: mchammer on Tue 11/04/2006 20:30:48
I just cant find a way to stop room background animation. I mean that is there for example a certain value for animation delay that would stop repeating frames
Title: Re: how to stop repating background animation frames
Post by: GarageGothic on Tue 11/04/2006 20:32:33
SetBackgroundFrame(int frame) should do the trick.
Title: Re: how to stop repating background animation frames
Post by: Nathan23 on Wed 12/04/2006 22:08:49
Yes That's the solution, I have the same problem the last week with a room but in the help I found this command and really works, so try it.