I am making a game where I want players to be able to throw a ball to eachother.
I have a player hold on to the ball by (player overlapping ball makes ball position same as player [x=player.x] you get the point).
I tried to make a control to throw the ball. I made condition "keyboard on pressed key" action "set ball angle", "set ball speed" but the ball is just stuck to the player.