ID:1467888
 
BYOND Version:501
Operating System:Windows 8 Pro 64-bit
Web Browser:Chrome 32.0.1700.68
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
I'm seeing inaccurate mouse detection for MouseDown(), MouseEntered(), MouseExited(), etc. over objects being constantly transformed in client.screen.

Expected Results:
The usual pixel-accurate mouse detection.

Actual Results:
Check this gif. I'm calling events on MouseEntered() and MouseExited() that causes the buttons to be pushed and released. The spinning is significant, the mouse is fine if the objects aren't moving like that. edit: It depends. Of course, the mouse is best when the object isn't transformed.

When does the problem NOT occur?
Mouse detection appears to be fine in every other situation.