Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: spook1 on Wed 15/03/2006 21:23:28

Title: Changing background animation speed (SOLVED)
Post by: spook1 on Wed 15/03/2006 21:23:28
Is there a paramter to set the background animation speed from the script?

regards,

Martijn
Title: Re: change background speed
Post by: Ubel on Wed 15/03/2006 21:28:14
Yes there is.

game.anim_background_speed

Which is used for example like this:

game.anim_background_speed = 5;
Title: Re: change background speed[SOLVED]
Post by: spook1 on Thu 16/03/2006 08:14:55
Great! Thanks a lot!!