会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yufenghou
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
26
27
28
29
30
31
32
33
34
···
43
下一页
2014年9月25日
cocos2d 动作切换
摘要: #include "HelloWorldScene.h"USING_NS_CC;CCScene* HelloWorld::scene(){ CCScene *scene = CCScene::create(); HelloWorld *layer = HelloWorld::create...
阅读全文
posted @ 2014-09-25 09:04 yufenghou
阅读(226)
评论(0)
推荐(0)
2014年9月24日
cocos2d 播放音乐
摘要: #include "HelloWorldScene.h"#include "SimpleAudioEngine.h" #define EFFECT_FILE "effect1.wav"#define MUSIC_FILE "background.mp3"USING_NS_CC;using...
阅读全文
posted @ 2014-09-24 13:21 yufenghou
阅读(238)
评论(0)
推荐(0)
2014年9月6日
cocos2d 主角更随触屏走
摘要: bool HelloWorld::init(){ if ( !CCLayer::init() ) { return false; } CCSize visibleSize = CCDirector::sharedDirector()->getVisibl...
阅读全文
posted @ 2014-09-06 15:09 yufenghou
阅读(161)
评论(0)
推荐(0)
2014年9月1日
cocos2d 动作回调函数
摘要: // on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !CCLayer...
阅读全文
posted @ 2014-09-01 22:30 yufenghou
阅读(564)
评论(0)
推荐(0)
2014年8月30日
linux 安装java
摘要: export JRE_HOME=/usr/lib/java/jre1.7.0_67export CLASSPATH=${JRE_HOME}/libexport PATH=${JRE_HOME}/bin:$PATH解压完成以后,放到/ect/profile文件当中。
阅读全文
posted @ 2014-08-30 06:37 yufenghou
阅读(113)
评论(0)
推荐(0)
2014年7月26日
android 单选框和复选框
摘要:
阅读全文
posted @ 2014-07-26 15:44 yufenghou
阅读(562)
评论(0)
推荐(0)
android Button
摘要:
阅读全文
posted @ 2014-07-26 15:38 yufenghou
阅读(189)
评论(0)
推荐(0)
android TextView Input 实例
摘要:
阅读全文
posted @ 2014-07-26 15:32 yufenghou
阅读(415)
评论(0)
推荐(0)
android TextView
摘要:
阅读全文
posted @ 2014-07-26 15:26 yufenghou
阅读(130)
评论(0)
推荐(0)
android
摘要:
阅读全文
posted @ 2014-07-26 15:20 yufenghou
阅读(137)
评论(0)
推荐(0)
上一页
1
···
26
27
28
29
30
31
32
33
34
···
43
下一页
公告