The stage is listening. "Can you hear me now?" says the mouse to the stage.

"Things are starting to CLICK for you now, hopefully!" is the reply from author of the stage play to the audience.



stage.addEventListener(MouseEvent.CLICK, f);

function f( evt : MouseEvent ) {

   rect1.width  = rect1.width  * 0.9;

   rect1.height = rect1.height * 1.1;   

}