Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Minimi on Mon 22/09/2003 22:32:38

Title: How stopping the snowrain plugin?
Post by: Minimi on Mon 22/09/2003 22:32:38
When im outside some snow is falling, but when i get to another room, wich is inside a house the snow should stop falling, but it isn't. How can I make it disappear at once?!

I tried to use the srChangeSnowAmount command, but then it stops falling, but still the flakes that were already falling are finishing its way. Please help me!
Title: Re:How stopping the snowrain plugin?
Post by: Isegrim on Tue 23/09/2003 11:39:59
Don't use srChangeSnowAmount, but use srSetSnowAmount. This works immediately.
Title: Re:How stopping the snowrain plugin?
Post by: SSH on Tue 23/09/2003 12:21:25
Ahah! I had the same problem recently, but worked arouind it by chaging the baselines instead!
Title: Re:How stopping the snowrain plugin?
Post by: Scorpiorus on Fri 26/09/2003 23:18:49
Yep, srSetSnowAmount(0) should work... but SSH, as I remember you used that command and had the same problem too, right? srSetSnowAmount(0) works fine for me or I just can't replicate the bug. :P

~Cheers