How do i angle my projectile to where my right joystick is is pushing towards
Develop games in your browser. Powerful, performant & highly capable.
use angle() and Gamepad.Axis() expressions.
For example for gamepad #0 and axes 2 and 3:
Bullet set angle to angle(0, 0, Gamepad.Axis(0,2), Gamepad.Axis(0,3))