| Subcribe via RSS
Pretty straightforward:
function doClick(e:Event):void { this[e.target.name].gotoAndStop('over') }
Of course, in the case above you could actually just use:
e.currentTarget.gotoAndStop('over')