Consecutive onRelease/onPress bug
Here's an old issue that suddenly stumped me today. I have a button that acts as navigation and tends to be clicked consecutively in order to advance from screen to screen. The action would only register the first time unless the mouse was moved. Since I had such a hard time finding a solution online I thought that I would add mine to the few I found.
btn.onRelease = function()
{
{
this._focusrect = false;}
Selection.setFocus(this);
Feel free to add your two cents, I would love to see other solutions.
Labels: actionscript, flash, flash bug
RSS Feed
Ajax for Web Application Developers