在我的ActionScript代码中,我不断收到消息“错误1078标签必须是简单的标识符”这是我认为问题来自的代码部分:
remote_mc.channel3_btn.addEventListener(MouseEvent.MOUSE_UP,
channel3): void
function channel3(event:MouseEvent):void
{
changeTheChannel(3);
}
错误消息表明问题出在包含代码的行上-
channel3): void
我已尽力研究此问题,但我不知道可能是什么问题。