从一个实例到另一个实例的线路
假设我有一个库对象(node1),我已经在两个不同的随机位置实例化了两次(mc1 和 mc2),这些位置在程序运行时可能会发生变化。如何创建一条线自动从一个实例的位置移动到另一个实例的位置? 代码示例会非常好。
任何答案都受到高度赞赏!
lets say I have a library object (node1) which i have instantiated twice (mc1 & mc2) in two different random positions that may and probably change when the program runs. How can I create a line that will automatically go from one instance's position to the other?
Code example will be very nice.
ANY answer is highly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在两个影片剪辑上方或下方放置一个精灵,然后使用 Graphics.moveTo / Graphics.lineTo 来绘制线条:
Just have a sprite over or below the two movie clips, then use
Graphics.moveTo
/Graphics.lineTo
to draw the line: