collision with non flat ground ?
fhenaut
Member Posts: 3
How is it possible to determine the collision with a ground, which is rectangle image by nature, if the ground is bunch of hills ? I mean, how can i determine that the collision only occurs when the actor hits the lines which delimit the hills and not the borders of the square which is my image ?
Comments
There's no pixel collision detection...
You only get square or round...
I guess that the most simple will be to create a hidden jpeg 10x10, then resize it, multiplicate it and finally create a group of those hidden items to create my ground.
It really su...
Rotate is your friend here.
Ace