i am using the command
Every tick >> Sprite >> set angle to mouse.x Mouse.y
and this is great for mouse when using a 8 direction moving over the top game.
i also have my controller working, as long as i disable that one line of code. my question is how to disable that line of code in game if the user wants to use a controller instead?
i have made a Splash screen that makes the user click a box, or press A on gamepad, then the next screen tells the user how to use the controls for what they selected, then the next screen is the game. any help is good, thanks.