通过单击更改舞台上对象的位置 - ActionScript 3
我在舞台上有一些主持人,我希望通过点击他们来改变主持人的状态。例如,如果我单击 mc1,然后单击 mc2,那么它们应该更改位置。 有什么想法怎么做吗? 谢谢您的宝贵时间
I have somme mc's on the stage an I want thatto change on mc with antoher by clicking on them. For example if I click on mc1 and than on mc2 than they schould change the positions.
any ideea how o do that?
thank you for your time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为影片剪辑创建一个单击事件,并将其记录在单击了哪个影片剪辑的变量上,然后当单击第二个影片剪辑时,只需交换它们的位置即可。我将给您一段应该可以工作并且足以教您如何完成的代码片段。
You need to have a click event for the movieclip, and record it on a variable which movieclip was clicked, and then when the 2nd one is clicked, you just swap their positions. I'll give you a snippet of code that should work and should be enough to teach you how it's done.