This site requires JavaScript, please enable it in your browser!
Greenfoot back
Dalle4
Dalle4 wrote ...

2011/12/28

Help with levels

1
2
Dalle4 Dalle4

2011/12/28

#
Hello. I am new here in Greenfoot world and java, and i would like to have help with make a level in my game http://www.greenfoot.org/scenarios/3961 anyone who have a good idea how to do plzz help me
Dalle4 Dalle4

2011/12/29

#
Can anyone help me please, or a link about it
colorfulteen colorfulteen

2011/12/29

#
Try http://www.greenfoot.org/scenarios/189
Dalle4 Dalle4

2011/12/29

#
sorry but I'm new here on greenfoot so where shall i look and where to place.... please help me
Dalle4 Dalle4

2011/12/29

#
isn't there any ?
colorfulteen colorfulteen

2011/12/29

#
Heya everybody needs a holiday... why don't you :-)
Dalle4 Dalle4

2011/12/29

#
ha ha :D I just would like to know, and i'm still new here at greenfoot, so please help me if you can :)
colorfulteen colorfulteen

2011/12/29

#
Haha ain't it fun, I'm leaving on a jetplane. Good luck, kiddo =))
Dalle4 Dalle4

2011/12/29

#
Ha ha :I
marzukr marzukr

2011/12/30

#
what do you mean by how to switch to a new world or how to make a world or what?
Dalle4 Dalle4

2011/12/30

#
When you save the princess then the princess move to another place
marzukr marzukr

2011/12/30

#
if (Greenfoot.isKeyDown("space")) //or whatever is checked when the princess is saved.
{
    Greenfoot.setWorld(world);  // the 'world' in the '()' is a reference to whatever world you want to switch to. 
}  
Then just put the princess in that world and put new obstacles (or however you want your game to be)
Dalle4 Dalle4

2011/12/30

#
Thanks !! i can't wait to try it
Dalle4 Dalle4

2011/12/30

#
i place it under the Crab class, but it say it can't find the variable
  {
     if (Greenfoot.isKeyDown("space"))
     {
         Greenfoot.setWorld(Worldto);
     } 
    }
Dalle4 Dalle4

2011/12/30

#
i place it under the Crab class, but it say it can't find the variable (code) { if (Greenfoot.isKeyDown("space")) { Greenfoot.setWorld(World2); } } (/code)
There are more replies on the next page.
1
2