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

2012/5/6

How do you put in letters into a game?

MakerOfGames MakerOfGames

2012/5/6

#
.
chiefnoah chiefnoah

2012/5/6

#
GreenfootImage image = new GreenfootImage(x, y); image.drawString("words", 1, y/2); setImage(image);
davmac davmac

2012/5/6

#
MakerOfGames: when you create a post, please click the "Create" button once. Just once. No need to click it seven times. Thanks!
You need to login to post a reply.