I have two sprites, a ball and a wooden plank. If the ball falls off of the wooden plank the ball is supposed to simulate falling.
My problem is, how do I determine if the ball isn't touching the wooden plank? Should I just created edges around the plank and if the ball collides with them then it scales the ball?
There are multiple planks that are attached together.
Does anyone have an idea on how to accomplish this?