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
ID:867507
Jul 13 2012, 3:30 am
|
|||||||||||||
Resolved
| |||||||||||||
#1 Jul 13 2012, 10:22 pm
|
|
Tom resolved issue with message:
| |
#2 Jul 13 2012, 10:23 pm
|
|
Score. Thanks for the quick fix. It was starting to become a problem.
| |
#3 Jul 15 2012, 8:45 pm
|
|
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?
| |