如何添加简单的按钮动作脚本
我正在使用 Adobe Flash CS4。我不知道为什么我在这里做示例动作脚本代码。
on (release) {
gotoAndPlay(1);
}
现在我正在处理按钮功能。我已经创建了一个框,然后按“F8”并选择按钮。现在我单击按钮框,然后按“F9”获取动作脚本。 它说“当前选择不能应用操作”
然后选择“ActionScript 1.0 & 2.0” 全局函数>影片剪辑控制>在 ** 但是“On”被禁用,如何解决我的这个问题来放置这个简单的代码。
谢谢。
I am using Adobe Flash CS4. I don't know why I do the sample actionscript code here.
on (release) {
gotoAndPlay(1);
}
And now I'm dealing with a button function. I already created a box then press "F8" and choose button. Now I click on the button box, and press "F9" for the actionscript.
It said that "Current selection cannot have actions applied to it"
Then choose "ActionScript 1.0 & 2.0"
Global Function > Movie Clip Control > On
** but "On" is disabled, how to solve this problem of mine to put this simple code.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您更改了发布设置吗?打开:文件->发布设置,在 Flash 选项卡中将脚本更改为 ActionScript 2.0
Have you changed your publish settings? Open: File -> Publish Settings, the in the Flash tab change Script to ActionScript 2.0