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

Peach

Welcome to my page

Peach's scenarios

This user has not made any scenarios.

Peach's collections

This user has no collections

Recent Comments | Show All

Peach

2014/5/24

@danpost, thank you for the explanation. If I wanted to have all the the 26 letters in 1 row, what would the code be like? do I just delete "(i%13)" and "(i/13)" from the code? so like this: addObject(letters[i] = new Letter(i), 24+38, 510+30; thank you!
Peach

2014/5/24

@Danpost, in this line of the code "addObject(letters[i] = new Letter(i), 24+38*(i%13),510+30*(i/13));" what does "24+38*(i%13),510+30*(i/13))" mean?