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 walkerDrawSquare(27)
, draw square with center of square index 27DrawSquare( w(4,2))
, draw square around center spot side 4 square 2
Last updated
Was this helpful?