Line 111: Line 111:
  end
  end


  to tasetpencolor :color
  to tasetpencolor :c
  setpencolor (modulo (round :color) 100) + 8
make "color modulo round :c 100
  setpencolor :color + 8
  end
  end