Why this code doesn`t work?
tip_052.addEventListener(MouseEvent.MOUSE_OVER,overSub);function overSub(evtObj:MouseEvent) {
tip_052.visible = true;
else
tipo_052.visible = false;
}
appear this error "Scene 1, Layer ‘Layer 3’, Frame 1, Line 29 1083: Syntax error: else is unexpected.
Someone could help?