如何通过拖动来移动箭头,然后扔/扔它?
在我的应用程序中,我有一个带有固定中心的箭头图像,我可以通过触摸移动方法在同一中心旋转它。
但我还需要在通过触摸移动进行一些旋转后投掷/投掷箭头。怎样才能把箭扔出去呢?
In my application I have one arrow image with fix center and I can rotate it by the touch move method on the same center.
But I also need to toss/throw the arrow after doing some rotation with touch move. How can I toss the arrow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www. edumobile.org/iphone/iphone-programming-tutorials/how-to-use-gestures-in-iphone-application/
您可以参考此了解一些基本事件,例如滑动或触摸。
对于物理引擎,我想你可以参考这个:
http://code.google.com/p/chipmunk-physicals/
http://www.edumobile.org/iphone/iphone-programming-tutorials/how-to-use-gestures-in-iphone-application/
You can refer to this for some basic events like swiping or touching.
For Physics engine, I suppose you can refer to this :
http://code.google.com/p/chipmunk-physics/