I�ve spent some time over this with no result:
It�s for a breakout type game. I want the player to be able to "aim" wich way the ball is gonna go by trying to make the ball hit the bat towards the edges, the further away from the center of the bat the sharper ( or wider) the angle of motion gets. I have made a breakout game before in GM but the formula I used then (bat.X - ball.X +90) doesn�t seem to work, most likely because in GM 270 is down and 90 is up. All I found when searching the forum was suggestions that I change the collision polygons but I dont think that�s a good sollution.. hard to make it exactly symetrical.
Any ideas? :)
Thanx