如何添加简单的按钮动作脚本

发布于 2024-09-12 06:11:51 字数 305 浏览 5 评论 0原文

我正在使用 Adob​​e 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 技术交流群。

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

发布评论

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

评论(1

杯别 2024-09-19 06:11:51

您更改了发布设置吗?打开:文件->发布设置,在 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

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