Hello,
Help me please, how do I make platform destruction(falling) with physics?
for example: https://www.dropbox.com/s/ch4koimhwtn1r ... .capx?dl=0
Check out this example. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">
https://www.dropbox.com/s/m0km3vtxe4aal ... .capx?dl=0
There are other ways to do it.. such as..
1. Creating a small sprite as hitpoint and pin it to the top right corner of the tile, so that the block will fall when the player is about to step off from the stepped tile.
2. Calculate X of the stepped sprite and make it fall when it reaches the far-end 10% of so of the stepped sprite.