YOU WILL NEED:


Falling Rain.mfa
This mfa contains all the objects you will need for this tutorial. Apart from the objects, frame 1 is empty, while frame 2 includes the finished code. Download here.

Ellen Ripley (Active Object)
This is the player controlled by the user. Obviously, not required to create falling rain, but necessary to demonstrate a few key concepts.

Raindrop (Active Object)
This is the falling raindrop. 800 instances will be in frame at any one time. The object contains two different raindrop images, stored in different animation directions.

Splash (Active Object)
This object is created every time a Raindrop object hits an obstacle. There are 4 different splash animations, stored in different animation directions.

2