repo.or.cz
/
linguofeng.github.com.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update
[linguofeng.github.com.git]
/
_posts
/
2012-11-09-cocos2d-x-notes.textile
blob
62e88acffaeeb47639ecf909d40b7d50880590d9
1
---
2
layout: post
3
title: Cocos2d-x之学习笔记
4
description: Cocos2dx学习笔记
5
categories: [archive]
6
tags: [cocos2d-x]
7
---
8
9
<section>
10
<div class="page-header">
11
<h3>一、RotateWorldTest</h3>
12
</div>
13
<p>这是一个旋转动画效果</p>
14
<pre class="prettyprint">
15
CCAction* rot = CCRotateBy::actionWithDuration(8, 720);
16
</pre>
17
</section>