如何改变javascricpt游戏中物体的速度?
我正在开发一个 html5 游戏,该游戏在名为 propulsionjs 的 javascript 库上运行。其中将有 3 个不同速度的不同对象,分数添加在 游戏(时间限制为 30 秒)。我试图在 15 秒后更改移动物体(此处为气球)的速度。工作这里给出了游戏的.js文件http://pastie.org/2043894任何人都可以帮我吗..
I 'm working on an html5 game which works on javascript library called propulsionjs.In which there will 3 different objects with variable speeds, the score is added at the end of the game(time limit of 30 seconds).I'm trying to change the speed of the moving object(balloon here) after 15 seconds.The working js file for the game is given here http://pastie.org/2043894 Can anyone help me out..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以做类似的事情
You could do something like