个人觉得3.0里面, 在C++下面调用lua函数很不方便, 所以就扩展了一个类,
继承自LuaStack, 代码和使用方式如下:#ifndef __CC_LUA_STACKEX_H_#define
__CC_LUA_STACKEX_H_#include "CCLuaStack.h"NS_CC_BEG...
分类:
编程语言 时间:
2014-06-11 09:26:32
阅读次数:
324
#ifndef __HTTP_REQUEST_H__#define
__HTTP_REQUEST_H__#include "cocos2d.h"#include
"ExtensionMacros.h"NS_CC_EXT_BEGINclass CCHttpClient;class CCHttpResp...
分类:
其他好文 时间:
2014-06-11 07:57:36
阅读次数:
310
day01笔记
using namespace cocos2d; == USING_NS_CC; 一般用后面的
#ifndef __MYLAYER_H__
#define __MYLAYER_H__
---------------一般添加头文件添加宏
: public CCLayer 一般添加一个类继承CCLayer
CCLayer::init();
CCLab...
分类:
其他好文 时间:
2014-06-08 15:23:33
阅读次数:
191
在UIButton的selected设为TRUE后,需要在按钮高亮时,显示自定义的背景图。
经研究hightLighted和selected这两个状态是可以重叠的,就是button可以同时处于selectec和highlighted两个状态下。
从UIControlState的定义也可以看出:
typedef NS_OPTIONS(NSUInteger, UIControlState) {...
分类:
其他好文 时间:
2014-06-07 16:25:17
阅读次数:
323
.h#include "cocos2d.h"#include
"cocos-ext.h"#include "ui/CocosGUI.h"#include
"cocostudio/CocoStudio.h"USING_NS_CC;USING_NS_CC_EXT;using namespace ui;R...
分类:
其他好文 时间:
2014-06-05 19:46:34
阅读次数:
287
Description Resource
Path Location
Type
cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":enabled, "http://java.sun....
分类:
Web程序 时间:
2014-06-03 05:31:38
阅读次数:
514
.h#include "cocos2d.h"#include
"cocos-ext.h"#include "ui/CocosGUI.h"#include
"cocostudio/CocoStudio.h"USING_NS_CC;USING_NS_CC_EXT;using namespace ui; ...
分类:
其他好文 时间:
2014-05-31 03:16:56
阅读次数:
270
时间单位换算表1秒=1000毫秒(ms)1毫秒=1/1,000秒(s)1秒=1,000,000微秒(μs)1微秒=1/1,000,000秒(s)1秒=1,000,000,000纳秒(ns)1纳秒=1/1,000,000,000秒(s)1秒=1,000,000,000,000皮秒(ps)1皮秒=1/1...
分类:
其他好文 时间:
2014-05-29 18:59:30
阅读次数:
202
Inherits fromCAAnimation:NSObjectConforms
toNSCoding (CAAnimation)NSCopying (CAAnimation)CAAction
(CAAnimation)CAMediaTiming (CAAnimation)NSObject (NS...
分类:
移动开发 时间:
2014-05-28 00:39:11
阅读次数:
282
iOS5中,UIViewController新添加了几个方法:-
(void)addChildViewController:(UIViewController *)childController
NS_AVAILABLE_IOS(5_0);- (void) removeFromParentViewC...
分类:
其他好文 时间:
2014-05-27 16:07:35
阅读次数:
456