I want to create a rain effect, and I want this rain to gradually increase in intensity using Tween. How can I do that? Thanks, everyone.
Hi,
There are several ways how to create rain effects. You could probably also make one using tweens but maybe an already existing solution is working as well?
First, there is a rain extension. It also has a parameter for the rain intensity.
Next, there is an example project and here the rain intensity is set through a variable which you can, of course, change in the events.
And then, there is an example of how to create rain with particles. The intensity can be also changed in the events (no. 19 is the rain effect):
1 Like
thanks you so much
1 Like