How to make actor stack up?
![Appster](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi hi, I m new here and would like to check how to make actor stack up to each other? I have square actor and will drop vertically. i want to make it drop and stack in a container. I cant seems to be able to find it to stop at the right location. I have gravity set.
Comments
-Stacking actors collide with one another
-Collide behavior is at the top of code
-Density is high
Michael
Example:
->Colide Behavior (At top)
->Change Attribute
->Rule
--->Change Attribute
--->Change Attribute
GS runs the code like a que. The ones at the top of it, go first. We want the collide behavior to fire as soon as possible so that it doesn't "sink" into other actors.