i want to make a basketball game like this game but i don't know how to do it, now i use touch.speedAt(0) > 200 to launch the basketball, and use physical push to create force on the ball then use touch.angleAt(0) to create an angle. it works but the angles don't look like the game. what do I have to do?
construct.net/en/free-online-games/swipe-ball-challenge-c3p-25217/play
Develop games in your browser. Powerful, performant & highly capable.
You need to show your code. Also, in this case it's better to apply an impulse, not force.