that's exactly what i had in mind but couldn't quite work out. i
didn't feel good about using _root, even though it worked, i wanted to
create a generic listener for all mouse actions. thank you both for
helping.

matt.

On 10/26/05, Weyert de Boer <[EMAIL PROTECTED]> wrote:
> Matt Ganz wrote:
>
> >i've been using this method to listen for mouse movements and mouse
> >clicks on the first frame of my .fla
> >
> You might want to consider to use a MouseListener.
>
> var mouseListener:Object = new Object();
> mouseListener.onMouseUp = function() {
>     print "CLICKERDE CLICK";
> }
>
> Mouse.addListener( mouseListener );
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to