>>>>> "Teresa" == Teresa Carrigan < tcarr%40blackburn.edu">tcarr
blackburn.edu> writes:
Teresa> I'm not sure that this counts as a bug, so I guess it's a
Teresa> "feature". From inside a to-report procedure, I can ask
Teresa> turtles to do things, and they appear to happen - but I never
Teresa> see the turtles moving, even if I put a "wait" in the middle.
Teresa> The same lines inside a normal "to" procedure will make the
Teresa> same turtles move visibly.
Teresa> I think I spent more than 30 minutes trying different ways to
Teresa> force the turtle to move visibly before I discovered this.
Teresa> Is it supposed to work like this?
This is fixed in NetLogo 4.0beta1. If you are using continuous updates,
turtle motion inside reporter procedures will show up just like any
other turtle motion. If you are using tick-based updates, you can use
the DISPLAY command to force additional updates.
--
Seth Tisue / http://tisue.net
lead developer, NetLogo: http://ccl.northwestern.edu/netlogo/
.