PDA

View Full Version : Mouse Over Problem



Renish
01-02-2004, 04:23 PM
When I hold the mouse clicker over the dots, rarely anything will pop up. You know, the Name/Class/Level box that pops up when you hold the mouse over a dot. It works on some things, but when it does work (very rarely) you have to hold the mouse like a little bit away from the dot..I don't understand it. Is there any way to be able to hold the mouse over any dot and be able to get that little box of information?

thanks in advance.

MQSEQ2
01-02-2004, 06:05 PM
The problem you are having is not a problem. The Popup Spawn box only popups when the mouse is within 5 pixels (dots) of the actual X,Y location of the Spawn. If the mob is moving then the X,Y location is moving as well. And since the Spawns are actually drawn on the screen vs. controls we try to get the Mouse X,Y location and compare it to the Spawn List X,Y location to try and determine which spawn location matches the closest.

If you had 5 spwans in a very tight circle you may not be able to mouse over all 5 spawns because of the lookup logic routine.

And the most important question is what Client version are you using?