This content has been marked as final.
Show 1 reply
-
1. Re: event.target movieclip
Ned Murphy Jan 26, 2012 5:35 PM (in response to jeremyskateboard1)Use currentTarget instead of target.
The difference between them is that target is the object that dispatched the event, while currentTarget is the object with the listener assigned to it. Sometimes they are the same object, but target can often be another object within the object that has the listener assigned to it.
If you would like an explanation/with examples...


