onClipEvent 处理程序导致 Flash IDE / AS2 中出现错误
我制作了一个具有不同层的 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 thisonClipEvent (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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在在同一层的下一行我写了这个 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,