Beispiel #1
0
 protected new void Start()
 {
     sceneController = (FirstSceneController)Director.getInstance().currentScenceController;
     sceneController.actionManager = this;
     Fly.Add(CCFlyAction.GetSSAction());
 }