Well continuing on with your raindrops. I'd suggest creating a scene behavior, then have that scene behavior create a recycled actor (the rain drop) at random intervals and random locations at the top of the screen.
Then attach the auto move behavior to the actor and add a check in the Always section of that behavior to see if the rain drop has fallen below a certain height or off screen, if so, then recycle the actor.