need help with collision rules
Roderic
Member Posts: 145
Hi All.... I need some help again. I'm having trouble with collisions.
I have falling actors, i.e. snowflakes. I want to make them stack up on the bottom, and eventually fill the screen. Right now I have a rule that says if the actor hits the ground they will stop. That made them all line up behind each other on the ground. So, to make them stack up, I added a rule that would also make them stop if they collided with each other. The obviously problem there is that they might collide in mid air and then stop there.
How can I create the effect of falling snowflakes where they can collide on the way down, but then stack up and fill the screen?
Thanks!
I have falling actors, i.e. snowflakes. I want to make them stack up on the bottom, and eventually fill the screen. Right now I have a rule that says if the actor hits the ground they will stop. That made them all line up behind each other on the ground. So, to make them stack up, I added a rule that would also make them stop if they collided with each other. The obviously problem there is that they might collide in mid air and then stop there.
How can I create the effect of falling snowflakes where they can collide on the way down, but then stack up and fill the screen?
Thanks!
Comments
Hope that helps!
~CTM
Thanks.