[Q] What is the type for this parameter???
I know the type of the ‘e’ is MouseEvent in this case…
//
addEventListener(MouseEvent.CLICK, onClick);
public function onClick(e):void {}But…

I know the type of the ‘e’ is MouseEvent in this case…
//
addEventListener(MouseEvent.CLICK, onClick);
public function onClick(e):void {}But…
Recent Comments