public void ActionEvent(Action source, ActionEventType events = ActionEventType.Completed, int intParam = 0, string strParam = null, Object objParam = null)
 {
     disks.recycleUFO(source.gameObject);
     seq.Remove(source as MoveAction);
     source.destory = true;
     if (FirstSceneController.times >= 30)
     {
         sceneController.flag = 1;
     }
 }