我在 Animate CC 中做一个简单的演示,我有几个按钮,都有不同的名称,类似的功能 (gotoAndPlay)。
只有一个按钮起作用(按钮 22),并且仅在第一次单击时,第二次单击它会进入错误的框架?
我正在画布上工作并导出为 HTML5/Javascript。
这是我的代码
按钮 21
this.Site21.addEventListener("click",fl_ClickToGoToAndPlayFromFrame_22.bind(this));
function fl_ClickToGoToAndPlayFromFrame_22()
{
this.gotoAndPlay(22);
}
按钮 22
this.Site22.addEventListener("click", fl_ClickToGoToAndPlayFromFrame_23.bind(this));
function fl_ClickToGoToAndPlayFromFrame_23()
{
this.gotoAndPlay(23);
}
它们都有“Up”和“Over”状态,它们都有效。只是动作似乎不起作用。
我上传时检查了控制台,没有错误。
我已经搜索过adobe论坛,但似乎没有任何内容。 https://helpx.adobe.com/animate/using/creating-publishing-html5-canvas-document.html http://blogs.adobe.com/animate/category/actionscript/