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

Comments for KrabbenSpiel

Return to KrabbenSpiel

A new version of this scenario was uploaded on Sun Sep 02 16:09:01 UTC 2012
A new version of this scenario was uploaded on Sun Sep 02 17:19:59 UTC 2012
How did you get the worms to respawn? Thanks
CockyCocky

2012/9/3

ich habe in die lookForWurm() Methode reingeschrieben: getWorld().addObject(new Wurm(), Greenfoot.getRandomNumber(360),Greenfoot.getRandomNumber(500));
A new version of this scenario was uploaded on Mon Sep 03 06:47:43 UTC 2012
A new version of this scenario was uploaded on Tue Sep 04 06:33:44 UTC 2012
It could be nice if the number of lives were displayed.
CockyCocky

2012/9/4

ja ich verbessere es noch.
If you want the Scoreboard to be in front, just use the method "setPaintOrder()" and insert a "new Actor[]{scoreboard, second, third...}" as a variable lime this: "setPaintOrder(new Actor[]{scoreboard, second, third...})".
SPowerSPower

2012/9/4

or do it like: setPaintOrder(ScoreBoard.class, otherclassname.class); because what avataradamkjelstroem says wont work...
A new version of this scenario was uploaded on Thu Sep 06 07:48:04 UTC 2012
A new version of this scenario was uploaded on Fri Sep 14 16:33:26 UTC 2012
A new version of this scenario was uploaded on Sat Sep 22 09:36:30 UTC 2012
VenbhaVenbha

2017/8/25

You renamed Counter as Leben and set its image as an orange tile! DB<