Weather effects with particles

2
  • 43 favourites

Attached Files

The following files have been attached to this tutorial:

.capx

particleweather.capx

Download now 185.44 KB

Stats

5,211 visits, 8,717 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

I have came across this great tutorial about Weather effects by valdarko and I said to myself there should be a better way to do this with particles.

So I start to investigate and quickly I have realized that I was right. Using only Construct 2 particle effects I was able to do the same thing. In my opinion this method is easier to setup and (by documentation) it should be less CPU intensive too.

First step was to setup a simple scene with two clouds. One for snow and other for rain.

Finding right properties for snow and rain particle effect took me some time and here are setup for both:

Properties for snow

Properties for rain

After that I have added two clouds with sine behavior like this:

It's almost done. All I had to do was to pin both weather effect to clouds. I have achieved that with adding Pin behavior to both particle effects and pin them to clouds using this event sheet:

And here is the final result:

This article is also available at http://www.sajmons.com/news/weather-effects-using-particles-in-construct-2.

.CAPX

particleweather.capx

Download now 185.44 KB
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!