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

Peach's Comments

Back to Peach's profile

PeachPeach

2014/5/14

sorry ignore my previous comment
PeachPeach

2014/5/14

how do you declare the method showLetter
PeachPeach

2014/5/5

what's an objects class
PeachPeach

2014/5/1

oh ok another question, where do you declare the variable "word"? do you have a word class?
PeachPeach

2014/4/30

i don't understand this part of the code: static String[] words = {< WordsOmiited>} static java.util.Random r and = new java.util.Random(System.currentTimeMillis());
PeachPeach

2014/4/30

is the word class is an actor class
PeachPeach

2014/4/30

where do you declare the variable "word"?
PeachPeach

2014/4/29

sorry i don't really understand, so you don't have different classes for each body part of the hangman? eg. (right arm, right leg, head, etc)? instead, that is under the letter class?
PeachPeach

2014/4/24

so you have one world class, Hangman, and what actor classes?