Terrapin Resources

MOAS

by Stan Munson

MOAS – The Mother of all Snakes – A demo of using lots of turtles.
WebLogo can have up to 1000 turtles active at the same time.

Syntax: MOAS :N [:LOOPS 100] [:SHOW TRUE]
:N is the number of turtles to use.
:LOOPS is the of number move cycles; optional input, default is 100.
:SHOW is TRUE to show the turtle shape; use FALSE to hide the turtles.

Example syntax:
MOAS 300
(MOAS 400 200 FALSE)

MOAS.lgo


Procedure MAIN
Description Demo of using hundreds of turtles
Level Intermediate
Tags Art, Multiple Turtles