NetOne - i need to apply the vector X and Y to give the bounce illusion backwards.
I tried
cos(angle(player.x, player.y, bouncer.x, bouncer.y)) and sin(angle(player.x, player.y, bouncer.x, bouncer.y))
but it didnt really do anything, even multiplying those numbers to make it a larger impulse.