InitBresen

void InitBresen(heapPtr moverObj[, number stepMult])

Initializes the mover object for it's movement to it's x and y coordinates. It uses the Bresenham line algorithm to figure out how much to move each step resulting in a direct path from it's client's coordinates to it's x and y.

If stepMult is specified, it will move xStep * stepMult and yStep * stepMult.

See Also: DoBresen