array out of bounds

  1. R

    Index outside bounds of array

    Im making a game and after the first run run when the user clicks new game I get index outside bounds of array. This is the the new game button code panel1.Controls.Clear(); int x = int.Parse(heightentered.Text); int y =...
Back
Top Bottom