DrawSquare

Draw square 3x3 with current color around center spot

Syntax: DrawSquare(wi)

  • wi walker or square index

Notes: Draws square around center spot of preset color. Center spot is defined by walker or square index

Example:

  • DrawSquare(walker), draw square with center of walker

  • DrawSquare(27), draw square with center of square index 27

  • DrawSquare( w(4,2)), draw square around center spot side 4 square 2

See also: DrawPoint, DrawSide, DrawCross

Last updated

Was this helpful?