SwirlyKing
09-27-2008, 08:38 PM
I'm thinking this should be so simple, but I can't get the scaleX to work.fishName.infoBtn.addEventListener(MouseEvent. CLICK, fishClick);
function fishClick(e:MouseEvent):void{
btnClick = btnClickSound.play();
fishName.infoBtn.scaleX = .1;
}
function fishClick(e:MouseEvent):void{
btnClick = btnClickSound.play();
fishName.infoBtn.scaleX = .1;
}