Just wanted to share some SIMPLE code I worked up to get full 360 degree rotation for GamePads (joysticks for GM8)
LEFT Joystick - full 360 movement & image rotation
End Step Event:
hspeed = gamepad_axis_value(0,gp_axislh) // hspeed = left joystick horizontal movement
vspeed =...