使用Actionscript在Flash中使用dot之前的右键

时间:2017-05-16 05:58:37

标签: actionscript-3 flash flex adobe

尝试为Adobe Connect构建自定义窗格。

找到一些源代码,尝试在我的代码中进行复制以进行简单的拖放操作。错误消息告诉我它在下面的第三行到最后一行文本中期望“正确的点之前”。我已经在这里呆了几天,只是出现了简单的错误,我只是完全卡住了!

connector.dispatchSyncMessage("MouseEvent", Expo, true);

connector.addEventListener(SyncSwfEvent.SYNC_MSG_RCVD, mouselisten);

function mouseListen(e.SyncSwfEvent): void {
    if (e.data.msgNm == "MouseEvent") {
        expo = e.data.msgVal as Array;
    }
}

0 个答案:

没有答案