This is a forum for discussion about NetLogo, the agent-based modeling environment from the Center for Connected Learning and Computer-Based Modeling at Northwestern University. Students, teachers, researchers, and independent learners are all welcome.
... rck> I was wondering where I would find examples of syntax for the SD rck> modeler..in the documentation. You might look in the Models Library (on the File
Is all of your turtle activity turtle-centered, like this is? If so, you could use a button that gives the go command to the turtles. The button will have a
hi, I think the following codes will be helpful for you.  ca cro 3 [ fd 5 ] ask turtle 0 [ create-link- with turtle 1 ] ask turtle 1 [ create-link- with
Remembering that most turtle code is "tick" based, and that only one step of the action takes place each time GO runs... You would probably make velocity a
Hi! This would work, for the initial case, assuming that turtle 1 has only 1 link, to turtle 2, and that turtle 2 has only 2 links, to turtles 1 and 3. one-of