I would like to know how to make a throwable object that can be dragged with the mouse to change the angle of the throw. What I am looking for is for it to work just like angry birds. thank you in advance
Develop games in your browser. Powerful, performant & highly capable.
Hi, you can utilized physics and give it an impulse: dropbox.com/scl/fi/46ibz2lkrsq22fzpkmjvn/fling_physics_impulse.capx
You might also want to check out the included example.
Thanks a lot to both of you! This will be very helpful!