Brian Schott wrote: > Want: > 1 of the turtles has a green head and a magenta nose > 1 of the turtles has a magenta head and a green nose
> Get: > 1 red turtle and 1 blue turtle > BOTH of the turtles have a green head and a magenta nose I'm seeing that, and the extra spheres. You're using the same command list id (LNose, Lhead) twice, and the second version replaces the first. The extra spheres come from the turtlehead and the turtlenose routines, but I've not dissected them well enough to say why. I did notice that the nose draws the head while the head draws the nose, but I've not tried to dissect your code any further than that. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
