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.
我想知道使用 cocos2d 中的加速度计使精灵球在同心圆内移动的最佳方法。我使用圆的方程来查看精灵是否位于圆内。
根据加速度计输入找到精灵的下一个位置,检查它是否在您的区域内,如果是,更新精灵的位置。