swoolcock / diddy

An Open Source Framework that includes a set of extra functions and APIs for the Monkey language.
MIT License
21 stars 4 forks source link

SimpleMenu's Method Clicked mouseOver behave as mouseClick #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a menu and add some buttons
2. If menu.Clicked("A") then x+=1

What is the expected output? What do you see instead?
when you click button A, x will increment once. Instead, x will keep 
incrementing until you move the mouse away

What version of the product are you using? On what operating system?
r199 and the target is flash

Original issue reported on code.google.com by aman....@gmail.com on 13 Jul 2011 at 4:57

GoogleCodeExporter commented 9 years ago
Fixed in r213 - Thanks for the report.

Original comment by therevil...@gmail.com on 13 Jul 2011 at 9:21

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 56f969b04c85.

Original comment by therevil...@gmail.com on 3 Mar 2013 at 5:47