Question
multiple functions for a mouse event?
I have a button class I've created in AS3 which causes a
button to grow and glow during Mouse_Over.
As I have it set up, there are individual Event listeners for expand and glow.
Is there any way to combine those two functions under one event listener, so that I would just have two Event listeners and not four?
As I have it set up, there are individual Event listeners for expand and glow.
Is there any way to combine those two functions under one event listener, so that I would just have two Event listeners and not four?