onClipEvent 处理程序导致 Flash IDE / AS2 中出现错误

发布于 2024-12-29 07:54:17 字数 337 浏览 1 评论 0原文

我制作了一个具有不同层的 Flash 影片,在第一层上,我通过按 F9 stop(); & 添加了一个动作脚本。当它起作用时,它会停止电影。

现在在同一层的下一行我写这个 onClipEvent (mouseUp) { new_mov.parent.play(); 但它向我

显示错误,它适用于电影实例,&如果我创作一部电影&然后复制我的框架和在移动中输入它说你不能在符号内输入符号

我怎样才能克服这个问题我的意思是,我希望当鼠标悬停在我的电影上时它就开始

请帮助

I made a flash movie with different layers, on the first layer i add a action script by pressing F9 stop(); & as it works it stop movie.

now on the next line of the same layer i write this
onClipEvent (mouseUp) {
new_mov.parent.play();
}

But it shows me error that its for movie instance, & if i create a movie & then copy my frames & enter it in the move it said you cant enter symbol inside symbol

How can i over come on this i mean, I want that when mouse hover on my movie than it starts

Kindly help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋风の叶未落 2025-01-05 07:54:17

现在在同一层的下一行我写了这个 onClipEvent (mouseUp) { new_mov.parent.play();

你不能将影片剪辑代码放在帧动作层上,

now on the next line of the same layer i write this onClipEvent (mouseUp) { new_mov.parent.play();

you cant put movie clip code on the frame actions layer,

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文