All I want to do is when crates fall ( like in ManyCrates sample app), when they collide I want it to stay there and not tip over (stacking). Does anyone know how that can be done?
Thanks, Jason [import]uid: 8335 topic_id: 5696 reply_id: 305696[/import]
My idea right now is to make an array, and when the blocks/crates are created, assign them a tag or id and then when that one collides, some how change their body type (physics property) to “static” rather than “dynamic”.
yes, when the crates collide together then make it stay where it is (and not tip over) so they can stack up… [import]uid: 8335 topic_id: 5696 reply_id: 19821[/import]