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

Watchb's Comments

Back to Watchb's profile

WatchbWatchb

2014/5/24

danpost, could you please explain how you can do that? (I am quite new to java programming), thank you.
WatchbWatchb

2014/5/24

Danpost, is it possible to not use the getGenericActor method in the game? For example, is it possible to just create actor classes for each body part (head, right arm, right leg, body, etc)?
WatchbWatchb

2014/5/23

Danpost, what is the getGeneric actor method? i cannot find it in the greenfoot API
WatchbWatchb

2014/5/23

Can I download this game onto greenfoot? I would like to take a look at your world classes and actor classes!
WatchbWatchb

2014/5/21

This is a very nice game! I was just wondering in your method "LetterPressed" what is the parameter? what is a string key? and what does this part of the code mean: letterClicked(letters[(int)key.charAt(0)-65]) In your next method, "private void letterClicked(Letter actor)" what is the parameter "letter actor"?