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

2013/11/12

next level

1
2
3
davmac davmac

2013/11/14

#
Please repost that to fix the formatting. You should also fix the indentation; you can use the "auto-layout" command in the Edit menu to do that.
payner2013 payner2013

2013/11/14

#
public int getValue()
  {
 return value;  
 } 
 {  
if (Value.getValue() >= 100)
 {
Greenfoot.setWorld(new Level1()); 
} 
}  
sorry, this...
davmac davmac

2013/11/14

#
davmac wrote...
... You should also fix the indentation; you can use the "auto-layout" command in the Edit menu to do that.
please!
payner2013 payner2013

2013/11/14

#
what on here on on greenfoot?
You need to login to post a reply.
1
2
3