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

2011/12/16

Level

Dalle4 Dalle4

2011/12/16

#
Hi anyone have a good code for making levels?
dordor dordor

2011/12/17

#
You can do an int variable, and check - if supposed to pass a level, level++, and place objects (or whatever you want to do).
Busch2207 Busch2207

2011/12/17

#
Im saving Levels in int Numbers... It depends on, what is in the Level. maybe take a look at the Level class of this scenario: http://www.greenfoot.org/scenarios/3284 that is one possible solution... And in my opinion it's the easiest. :) Then you just have to write a Method, that can read the code and creates the Level.
Dalle4 Dalle4

2011/12/17

#
Thanks i try it
You need to login to post a reply.