单击按钮时如何播放影片剪辑
我是闪存新手......这就是我正在尝试做的事情。我在时间轴上工作并有一些 Actionscript 3 代码(我在时间轴上有一个动作层)。我不确定单击按钮的代码是什么(我制作了按钮影片剪辑,因为我想为它设置动画)并且它会播放影片剪辑。任何帮助将不胜感激!谢谢
I am new to flash....Here's what I am trying to do. I working on the timeline and have some Actionscript 3 code (I have a actions layer on the timeline). I am not sure what the code is for clicking on a button(I made the buttons movie clips since I wanted to animate it) and it plays a movie clip. Any help would be appreciated! Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设舞台上有一个名为“myButton”的按钮(影片剪辑)和一个名为“targetMc”的影片剪辑,您可以这样做:
Assuming you have one button (movieclip) named "myButton" and one movieclip named "targetMc" on stage you can do it like this:
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d9d.html
参考此。
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d9d.html
refer this.