So i have in my applet:
Is there a way to make it so it only calls synchronized with my thread? Because it calls itself too many times per second, faster then my game´s frames per second. :(nerd):Code:public boolean mouseMove (Event e, int mx, int my){
mousex = mx;
mousey = my;
return true;
}

