I may be missing something obvious here, however using Labels in libgdx which take a string for the text to display I'm having trouble pointing a a random String.
String Movie1 ="The Shawshank Redemption (1994)";
String Movie2="The Godfather (1972)";
String Movie3="The Godfather: Part II (1974)";
String Movie4="The Dark Knight (2008)";
String Movie5="Pulp Fiction (1994)";
randomNumber = random.nextInt(5) + 1;
MovieName= new Label(String,style)
What would I put in for string to point to correspond the randomNumber to the appropriate movie. I can't put in "Movie" + randomNumber because it would just say "Movie5" not the string