I am currently trying to change the world with the use of arrow keys, and I've gotten everything working except the actual changing the world part. That is the part that I am currently having the problem with. the "World changeCurrently = modeStrings;", and it says that modeStrings cannot be converted to greenfoot.World
There is probably a really obvious solution but everything I could think of doesn't seem to turn out right.
World changeCurrently = modeStrings[i];
Greenfoot.setWorld(changeCurrently);
i = secMax;
