Question
sending variables with event
This may be easy, but how do you send variables with the
event. I.E.
button1.addEventListener(MouseEvent.MOUSE_OVER, buttonFn)
With that, how would I send the number 1 with it?
button1.addEventListener(MouseEvent.MOUSE_OVER, buttonFn)
With that, how would I send the number 1 with it?