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

2020/8/20

No Compile all and No Animal Class above Crab class

MercedesGroot MercedesGroot

2020/8/20

#
Hi there, recently started programming Java in Greenfoot. I've downloaded the book scenario's yet I do not have the compile all button in my enviroment nor does the little crab chapter contain a class above crab, there is just no animal class. Also my crab does nothing, also after programming it to move. Nothing. Can anyone help me?
danpost danpost

2020/8/20

#
MercedesGroot wrote...
I do not have the compile all button in my enviroment
Greenfoot auto-compiles now (button has been removed).
the little crab chapter contain a class above crab, there is just no animal class.
Use menu bar -- Edit>>Import class... -- and select the Animal class to import it.
my crab does nothing, also after programming it to move. Nothing.
If this continues after importing Animal class, post your Crab class codes for review.
MercedesGroot MercedesGroot

2020/8/27

#
Thank you very much!
You need to login to post a reply.