Page 1 of 1

Rain falling down

PostPosted: Tue Mar 07, 2006 12:46 am
by The achievement
is there a way by any chance i can make rain just keep falling down in motion?

PostPosted: Tue Mar 07, 2006 1:51 am
by DilloDude
I would just use an animation. Make sure it loops around properly so the beginning fits well right after the end. Try to get it to wrap horizontally and vertically as well, then use an infinite actor. On create actor, disable collision state so if a collision uses any actor, it will not collide with the rain. Maybe make two clones- one with a z-depth lesser than everything else, one with a greater z-depth. Make sure they are in slightly different positions. With the one in front, you may also want to add transparency.

PostPosted: Tue Mar 07, 2006 4:10 pm
by The achievement
hi dillodude thank you for replying. but cant i just do this? with my raindrop actor then draw actor>script editor and type y+=1?

PostPosted: Wed Mar 08, 2006 1:11 am
by DilloDude
Yes, that should move the raindrop actor down.