Hello
Im deploving a game where the its raining in the first scene. So i intallet the snow/rain mod but i have some problems whidt it. The Game compiles OK but there is no rain!
srSetRainDefaultView(2,0);
srSetRainFallSpeed(230,450);
srSetRainTransparency(80,80 );
srSetBaseline(42,197);
srChangeRainAmount(400);
I did read the SnowRain20.txt file and thats the code i get out of it. And somthing must be wrong, but what? ???
My view number 2 is the same used in the demo. And as said it installet correctly becouse its compile fine.
Hope you guys can help me!
Did you move the Snowrain.dll and alleg40.dll to the compiled folder? Because you have to do that before you can get it work.
I did!
It compilet OK ...
Where exactly did you put those script codes?
well when im editing the room i press the scritp buttom.
Then i write the code under the //room script file
You need to put them in an event to tell it when to run the script -- use the Interaction, Player Enters Screen, add a Run Script and add your script there.
It Worked! Thanks