Beispiel #1
0
        private void lblPlay_Click(object sender, EventArgs e)
        {
            if (instructionsone.fastplay == 1)
            {
                this.Hide();
                //character.characterImage = Image.FromFile("object.png");

                water w1 = new water();
                w1.ShowDialog();
                this.Close();
            }

            else
            {
                this.Hide();
                //character.characterImage = Image.FromFile("object.png");

                instructionsthree i3 = new instructionsthree();
                i3.ShowDialog();
                this.Close();
            }
        }