如何在cocos2d-android中使用CCJumpTo
我是 cocos2d-android 的新手。我想在我的代码中使用触摸事件添加 CCJumpTo 。但我不知道如何解决它。请帮忙。
I am new to cocos2d-android. I want to add CCJumpTo using touch event in my code. But I don't know how to fix it. plz help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
覆盖 CCLayer 中的 ccTouchesEnded 并创建一个您想要跳转到的点
像这样
,其中 aHero 是你想要跳跃的精灵,它会让精灵跳[一次]到触摸的区域,并在 2 秒内到达那里,跳跃高度为 100
override ccTouchesEnded in your CCLayer and create a point where you want the jump to go to
like this
where aHero is the sprite you want to jump, it'll make the sprite jump [once] to the touched area and reach there in 2s with a jump height of 100