我需要什么来为这个游戏创建这个控件? (如管道)
这是我在本部分(XNA 和游戏开发)的第一篇文章。我正在尝试获取下图所示的东西。正如您所看到的,有一条高速公路,在高速公路内部,会有一些物体在移动(毫秒)。我猜街头行为就像一条管道。当高速公路装载一个物体时,它会出现在起点,并且会穿过高速公路,直到到达高速公路的另一个极端。
我的主要问题是,如何才能仅在高速公路内移动多个物体?
提前致谢。
This is my first post at this section (XNA and game development). I'm trying to get something the below image. As you can see, there's a highway and inside of it, there'll be some objects moving (millisecond). I guess the streeth behavier is like a pipeline. When the highway loads an object, it appears at the beggining and it'll be moving through the highware until it arrives in the another extreme of the highway.
My main problem is, how can I do to move several objects only inside of the highway?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一个点列表和一个精灵列表
You need a list of points and a list of sprites