[Flashcoders] target object under mouse-AS3 syntax?

2007-12-17 Thread dave matthews
hi all, What is the correct syntax to target any named symbol on stage, please? Looking for the event target or something like that - just can't find the exact syntax to look it up in Moock's book! The app has many named symbols on stage, trying to use same 'widget' to

Re: [Flashcoders] target object under mouse-AS3 syntax?

2007-12-17 Thread Charles Parcell
Perhaps... event.currentTarget; private function mouseOverHandler(event:Event) { trace(event.currentTarget); } http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/Event.html#currentTarget Charles P. On Dec 17, 2007 1:10 PM, dave matthews [EMAIL PROTECTED] wrote: hi all,