On Sat, Mar 13, 2010 at 6:20 AM, David Benman <[email protected]> wrote:
> I found this script which shows the mouse event propagation in a movie: > > http://www.bigspaceship.com/blog/labs/snaring-mouseenabled/ > > It has really helped me determine when I think events are going astray. I'm studying your tutorials and thank you. However, I don't think they apply to this *particular* situation (they certainly will have many applications in the future), because tracing, as Anthony Pace suggested, the name property of target and currentTarget yields the same result, as I expected, because, if I understand correctly, in this case the object to which I applied the eventListener is the same as the one that triggered the event, since the eventListener is within the fn that defines the actions, variables and properties. In other words, I'm no further ahead in answering my question :( TIA, Susan _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

