Have a look at this, Henry, maybe that works: http://www.adenforshaw.co.uk/?p=168
On Sat, May 22, 2010 at 12:51 AM, Henry Minsky <[email protected]> wrote: > I'm trying to figure out how to fix the bug in LPP-8710, which as I > understand it is that an LzText which > is set to clickable should change the cursor from the default pointer to the > hand cursor. > > The current implementation of LzTextSprite.setClickable overrides the > LzSprite implementation, and > thus I don't see how this ever would have made a hand cursor appear. The > LzSprite implementation > works by adding another child object, of class SimpleButton, which supports > as "useHandCursor" > flag that makes the handcursor appear when mouseover. > > I thought of a couple of hacks, such as putting a '<a href="."> ' at the > start of the text, or having LzTextSprite install a Flash event handler for > the Flash MouseEvent.MOUSE_OVER when setClickable is called. > > Anyone have any suggestions on the best way to make this work? > > -- > Henry Minsky > Software Architect > [email protected] > > >
