private void button1_Click(object sender, EventArgs e) { Transition.run(ohHeyThere, "Left", 0 - this.Width, new TransitionType_Linear(120)); Transition.run(dogesInTheOffice, "Left", 0 - this.Width, new TransitionType_Linear(120)); Transition.run(chc5, "Left", 0 - this.Width, new TransitionType_Linear(120)); Transition.run(chcMostTimes, "Left", 0 - this.Width, new TransitionType_Linear(120)); NewAccount_New2 movingOn = new NewAccount_New2(); movingOn.Show(); movingOn.BringToFront(); Hide(); }