So I have a game where there is a slider in the User Interface. When at the start of the game in the top left corner, the slider works beautifully well, however as soon as I leave that corner, the slider moves down. I need it to stay so that for example, if it is on value 5, it will stay in the same position when I move. The slider only updates the fact that it is off-value when I click it and the slider appears further down than where the mouse it. The X cords are fixed anyway, but the Y cords are set within a perametre of min/max so it just sits at the bottom.
Anchoring doesn't seem to help. When I anchor and try to move it, the slider pings to the bottom.