Hi there, community (:
I'm quite a new user of Greenfoot, that's just because we have to do it in school. Actually, I really like programming and I'm working for hours on an own game. The content of the game doesn't matter. Maybe it's just stupid, but I have a small question about some points. There are the following:
1 - I currently work on a multiplayer game. I want the game to ask (maybe in a pop-up) for the number of players before the game starts and depending on that int-number adds one, two or whatever objects in the world. I have the method for setting a number and the different types of options, but I can't fix something like a pop-up, which asks me DIRECTLY (before starting the whole game) for the number. I always have to right-click in the world and set the number manually.. I didn't found some information how can I start a "set"-Method automatically after resetting the world.
2 - Then I also have the problem with starting the scenario. I looked in the library and found a "Greenfoot.start();" method, but unfortunately this method doesn't work if I put it into the act-method of my first world. Do I have to put the start-method somewhere else or how can I make my scenario to start automatically AFTER I set the int number (point 1).
Sorry for my bad English... I speak German, but quite every discussion here is in English ^^"