コード例 #1
0
ファイル: LogicTest.cs プロジェクト: eickegao/cocos2d-xna
 public void bugMe(CCNode node)
 {
     node.StopAllActions(); //After this stop next action not working, if remove this stop everything is working
     node.RunAction(new CCScaleTo(2, 2));
 }