// Start is called before the first frame update void Start() { action = SSDirector.GetInstance().CurrentScenceController as FirstController; me = action.GetMe(); stop = false; }