Hey -
I’m using Delegates in a new project I’m working on to call an event handler in my class with the scope of the class.
I’m having an issue referencing which button is calling this handler. Since all of my buttons are created dynamicly, this is a big problem.
I’m used to using forms and components where I had no problem with this and could reference who was calling the event handler by using - event.target
This doesn’t seem to be the case with movieclips though, is there another way to do this???
Thanks in advance