Hey all! I was just wondering if it were possible to make my character move with the slider widget. The vertical widget would control the Y-Axis and the horizontal slider would control the X-Axis. I had a friend write up some code and it worked except that it only moves left or right if the position is before or past the neutral poisition in the slider. So left only works if you are left of the neutral spot, and right only works if you are right of it. I am trying to figure out a way that lets the player move regardless of position and based on if they are moving the slider left or right, and up and down.
Is it even possible using the slider widget? Thanks for reading!