I want to throw an object like boom to the enemy but not directly staight like bullet. I want to make it curvy. How to do it. Please ? Thankyou.
You can use Bullet with gravity setting.
Thaks for the answer but my object just fly away not curvy
Did you set gravity?
If you want the object to follow a curved path to a specific point rather than travel a fixed distance it can be tricky using bullet.
This method will ensure the object passes through the mouse click:
dropbox.com/scl/fi/gl09jh4trk25c5sdaaztv/parabola.capx
In the demo "to point" will stop the object at the mouse click, whereas "continuous" will keep it going until it hits the ground.
(credit to R0J0hound)
I forgot aboute grafity. Thankyou very much.
Woow amazing thankyou very much mekonbekon. It works. Thankyou
Develop games in your browser. Powerful, performant & highly capable.
This is another example of someone who posted it on the forum before.
dropbox.com/scl/fi/l4izqk7x7dszve6vfsgfl/proyectilDirigidoConAngulo.capx
Woow it works too. thankyou PabloDev