I'm thinking this should be so simple, but I can't get the scaleX to work.PHP Code:fishName.infoBtn.addEventListener(MouseEvent.CLICK, fishClick);
function fishClick(e:MouseEvent):void{
btnClick = btnClickSound.play();
fishName.infoBtn.scaleX = .1;
}




Reply With Quote