I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: Yuyuko on February 04, 2015, 06:08:26 PM

Title: How to make a rain?
Post by: Yuyuko on February 04, 2015, 06:08:26 PM
I can not make a rain, I wanted to help as does the code, but I do not want a weak and slow rain, I want a strong and fast rain.
Title: Re: How to make a rain?
Post by: infern0man1 on February 04, 2015, 07:48:36 PM
Make a rain object first.
-In the creation code for the rain object, you can set a single v-speed or make it choose from a random v-speed.

Then make another to spawn a rain object across the x-axis of the grid in each room.
-In the creation code for the spawn, set an alarm for how frequently you want a rain object to spawn on the x-axis.

At least, that's how I do it. Hope this helps  :atkHappy: