| When the world starts | ||
| Do: |
|
|
| world.my first method ( )
No variables |
||
| Loop infinity times times | ||
| goldfish.randommotion min = -0.2 max = 0.2 | ||
| goldfish.randommotion ( [123] min, [123] max)
No variables |
||
| Do together | ||
| goldfish move up ( random number minimum = min maximum = max ) | ||
| goldfish move left ( random number minimum = min maximum = max ) | ||
| goldfish move forward ( random number minimum = 0 maximum = max ) | ||