Hi, how to make an element move along with the mouse along the X axis?
I have tried this:
But the result does not please me.
Element moves diagonally up and down
The parameter Translation is Vector2D, and conversion from float to Vector2D is ambiguous. Looks like that by default all the axis are set to that float, which is leads to diagonal movement.
Either use βmake vector2dβ node:

Or RMB on pin β Split struct pin:
