在 Cocos2D for iPhone 中为精灵表的各个部分制作动画?
我在 Xcode 3.2.5 中使用 iPhone 的 Cocos2D 0.99.5。似乎没有太多有用的信息来为精灵表的各个部分设置动画。这就是我想要完成的一切。我在网上找到的一些信息的尝试已被弃用。我希望它能与我的 Cocos2D 版本一起正常工作。
我确切地知道测试我的第一个精灵 2 帧所需的 CGRect 坐标。
谢谢
I'm using Cocos2D 0.99.5 for iPhone in Xcode 3.2.5. There doesn't seem to be much useful information to animate pieces of a sprite sheet. This is all I'm trying to accomplish. A few attempts with info I found online are deprecated. I want it to work fine with my version of Cocos2D.
I know exactly the CGRect coordinates I need to use to test my first sprites 2 frames.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Cocos2D 编程指南中的 Sprite 基础知识对此进行了很好的介绍:
http: //www.cocos2d-iphone.org/wiki/doku.php/prog_guide:精灵
This is covered fairly well with the Sprite basics in the Cocos2D programming guide:
http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:sprites
我为此目的编写了一个工具
http://www.darkfunction.com
I have written a tool for exactly this purpose
http://www.darkfunction.com