DrawPoint
Draw point of current color to virtual canvas
Syntax: DrawPoint(wi)
wi
walker or square index
Notes: Draw spot with current color to the place defined by the walker or index passed
Example:
DrawPoint(wi)
DrawPoint(23)
, draw to square index 23DrawPoint(_w(4,2))
, draw to side 4, square 2
See also: DrawSide, DrawSquare, DrawCross
Last updated
Was this helpful?