Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ccTouchesBegan 跳跃精灵并使用 ccTouchesMoved 移动。当我使用 Touchesbegan 时它会跳跃但是当我尝试使用 TouchesMoved 移动精灵时,它会移动但也会跳跃。如何解决问题?请帮忙。
我可以给你一个想法......不确定它是否会工作......:D
** 如果触摸移动而不是在 touchEnd 中什么都不做,否则在 touchEnd 方法中跳转你的精灵。 ** 如果触摸移动与否,您可以保留一个布尔值来跟踪。