That does indeed work, thanks a lot Stephen! :)
Printable View
That does indeed work, thanks a lot Stephen! :)
Question about the Flash URL object:
Do I need to remove the listener each time I jump to new frame?
My sponsor reports an issue where he clicks on splash screen logo, which opens the URL normally, but then later in other frames of the game the URL is also opened even though there are no links in that area of the frame. What might be causing this?
I use the same method than in the object's example file as either: 1) mouse over button, 2) mouse over active or 3) mouse over zone --> add listener. The negative events then remove the listener.
I forgot something in the extension as it wasn't going to be released since I thought Francois fixed the issue in #252. I will update it and let you know when its reuploaded.
Ok, thanks. I seem to be able to workaround the reported issue by removing listener always before switching the frame.
Yeah, that works too. :)