
cocos-2d
文章平均质量分 63
子循
浙大软件学院硕士在读生阿里巴巴实习生
展开
-
安装cocos2d提示'root' is no longer supported解决方法
错误提示:cocos2d-iphone template installer Error: Do not run this script as root. 'root' is no longer supported RECOMMENDED WAY: ./install-templates.sh -f解决方法:删除文件中关于roo原创 2012-11-04 20:07:03 · 1284 阅读 · 0 评论 -
Cocos2d开发之如何在Cocos2d项目中启用ARC机制(Build the cocos2d code as a Static Libary)
1.locate and delete the libs group in the Navigation area(Remove but not trash the libs group from the project)2.Select the Project itself in the Nevigation area, then click the Add Target b原创 2012-11-08 02:05:19 · 1447 阅读 · 0 评论 -
Cocos2d-2.x开发之修改cocos2d-2.x-ARC-iOS ARC模板的项目名
care:Don't rename the .xcodeproj file itself, though, because doing so would render it unusable.1.在使用ARC模板的时候,不要重命名.xcodeproj文件名,在用xcode打开后重命名整个工程的名字时xcode会自动重命名.xcodeproj文件名。2.修改app的sc原创 2012-12-05 03:48:09 · 1211 阅读 · 0 评论 -
自己构建pomelo的Cocos2d-iPhone Client
首先.从github上把pomelo-ios Client (https://github.com/NetEase/pomelo-iosclient)下载下来,并且将其依赖的第三方库socket.io-Objc和SocketRocket一并下载下来。 然后.新建一个Cocos2d的xcode项目,将这三个库的文件导入。并且将SocketRocket依赖的lib添加进来。相信做原创 2013-01-08 10:35:13 · 3715 阅读 · 2 评论 -
code4app的cocos2d连连看demo源代码笔记
输出一个bool类型:NSLog(@"ifReadOnly value: %@" ,ifReadOnly?@"YES":@"NO"); Event that is called every time the CCNode enters the 'stage'. If the CCNode enters the 'stage' with a transition, this原创 2013-01-19 21:01:58 · 2217 阅读 · 0 评论