ID:867507
 
Resolved
MouseEntered() was being called after Click()
BYOND Version:496.1143
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 20.0.1132.57
Applies to:DM Language
Status: Resolved (496.1144)

This issue has been resolved.
Descriptive Problem Summary:
It seems MouseEntered is being called when you click something. I'm not sure if it's from the Click proc or the MouseDown proc, but it is called when you click, even though it was already called when you moused over the object to click it.

Numbered Steps to Reproduce Problem:
1. Make a project with a MouseEntered proc that does something
2. Run project
3. Click something
4. Profit (see it run MouseEntered)

Expected Results:
Not to run MouseEntered after clicking

Actual Results:
MouseEntered is run when you click
Tom resolved issue with message:
MouseEntered() was being called after Click()
Score. Thanks for the quick fix. It was starting to become a problem.
Wow, really. I've been playing with these procedures for a long time and I never noticed this. How long has this been an issue?
In response to Hiro the Dragon King
Hiro the Dragon King wrote:
Wow, really. I've been playing with these procedures for a long time and I never noticed this. How long has this been an issue?

It was a pretty recent bug. Couple months or less.