I think saving works now, but I have trouble loading the files. When I type in:
String[] levelProgress = loadStrings("C:\Users\name\Documents\Processing\Space_Invaders\levelProgress.txt");
it gives me the error message:
Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )
I’m actually not quite sure about the correctnes of the path, since I have no experience with that and don’t know how to add the file name at the end properly. In short, the whole path is correct, but the end maybe not.