Create two variables LastX and LastY.
> Every 0.2 seconds
... LastX equals Mouse.x
... and LastY equals Mouse.y
........(Hide cursor)
... Else
........(Show cursor)
... Set LastX to Mouse.x
... Set LastY to Mouse.y
I changed it up a little, but this worked really well! Thank you!