The link doesn't seem to work. It says I can't get access you the site or something.
Are you using GetGUIAt(mouse.x,mouse.y) to figure out which button the mouse is over? You might have gotten the numbers wrong. The main problem I had alot with making GUI's is that sometimes I didn't have the buttons set on run script. This is probably really irrelivant but maybe it will help. Just a random thought. About the jerkey movement. Are you telling the cursor to move or is it doing it by itself.
Oh, I just thought of something: Check the hotspots on your cursors. The hotspot might be way above the cursor, on the button above where you think it is. You might be switching cursor modes and this could cause the jerkey movement.
Hopefully something in there will help you.
Are you using GetGUIAt(mouse.x,mouse.y) to figure out which button the mouse is over? You might have gotten the numbers wrong. The main problem I had alot with making GUI's is that sometimes I didn't have the buttons set on run script. This is probably really irrelivant but maybe it will help. Just a random thought. About the jerkey movement. Are you telling the cursor to move or is it doing it by itself.
Oh, I just thought of something: Check the hotspots on your cursors. The hotspot might be way above the cursor, on the button above where you think it is. You might be switching cursor modes and this could cause the jerkey movement.
Hopefully something in there will help you.