How to create character movement with Mouse X and Y moves

i want create character move, when i move Mouse righ character start move right, and same left, when i try do this its works only with Keybords, when i use input Mouse X its not work. help pls

Please Show your Input Bindings for the mouse X.

Set it up like above.

If input axis X > 1 move right

If Input axis X < 0 move left

If you need A visual Let me Know .

:slight_smile:

Do visual pls, i try but stil not work, where i did mistake?

not work for mouse, if i put Keybords like AWSD it work perfect, but with mouse not work

Check your player controller and make sure its not overriding anything. works fine for my top down test.

i try ths in sidescroller, and after you words go to top down, its works in top down but realy strange, and dont have idea why not works in side scroller

thanks its realy what i need, thanks all who read this and help!

MoveRight>1 Branch won’t work because you can’t go higher.

I just tried with the base 2D sidescroller, just add MouseX 1 on the based move right input axis, it work fine with no change in CharBP. But you should find a way to init the movement and stop it because the player will need a big mousepad.

And I don’t know what you want to do with the mouseY but if you’re looking for a jump function, and even a crouch you can use this and reverse it for crouch and just add a little Delay

Edit: I just saw it was a 3DSS but I tried it works too, just override the basic inputs