flash - Hand cursor on hover over texfield -


I know about the button mood property on the movie clip (to get the hand cursor on the hover) and I do I'm looking for a TextField, but it does not seem to implement this property

thanks for any thoughts :)


Your answer Thanks guys for anyone Does anyone know whether something is the same or, if unsuccessful, send the cursor to the textfield Another way to Ntrit? ... @ jams: I am expanding the movieclip class and then I am making things inside the code (including textfield) in the interior, which makes things a little complicated (if only in my delicate brain). The strange thing is that I have set the buttonmode = true on MC, and it applies to everything except TextField, when it changes to the carat (or only if I set Selectable = false on TextField).

@ForYourOwnGood: The applicability has been talked about, but I want to consider the textfield as a seamless part of a large object, and it does not feel right without the right cursor. What you supplied is only what I want, but it seems that this flex is unique? Despite trawling through LiveDocs, I can not find equivalent in Flash (especially CS4) Are I getting dim?

Try adding

Mouse child = false; (The movie clips that are extending in the classroom)

This should prevent the textfield from hiding the mouse.


Comments