Hello, I was wondering how can I get a scope to smoothly randomly move around the screen? All I have is this code: _x += (-5 + random(10)), _y += (-5 + random(10)), But that’s way to jerky and choppy to work. Any help would be great, and im also making the scope’s x and y points equal to that of the mouse, so if it can work whilst the cursor is being dragged that would be great! thx, wsp