Lets say i have created a entity x (ball) and entity y (a rectangle sheet)
If entity x touches the rectangle sheet then i want to know if its possible to know where it touches the sheet ?
Like has that entity touched rectangular sheet at borders or around center ?
If it has touched borders then it execs some code and if touches around center of sheet then execs some other code....
thanks If its possible please can you give me a small example .
__________________