PDA

View Full Version : TextFIeld inside MovieCLip problems


springframework
05-09-2007, 02:37 AM
can someone give me some information on TextField objects inside MoveClip Objects.

i have event listeners like ROLL_OVER and CLICK set on the outer MovieClip with other inner MovieClips and a textField

the problem is when you click on the movieclip, inside onClickMovieClip(event:Event)
event.target gives the text block or other inside content, instead of the outerMovieclip

also i set useHandCursor = true and buttonMode = true for the outer MovieClip and it works but if you go over the text the handcursor turns to the arrow but no ROLL_OUT event is triggered.



i make teh movieCLips and TextFields in the flash editor not with actionscript.

<a href="http://www.jessecouch.com">actionscript 3.0 vancouver jesse couch</a> (http://www.jessecouch.com)

miramax
05-09-2007, 10:57 AM
Explanation is to complex =).
Post a source please.