WalkerMove
Move walker on the cubic surface
Syntax: WalkerMove(w,step=STEP_FORWARD)
w
walker that will be movedstep
type of move to proceed with
Returns: This function will return 1 if the walker went over the edge, otherwise returns 0.
Notes: The step parameter is one step type.
Example:
WalkerMove(walk)
, move walk one step forwardWalkerMove(walk,STEP_RIGHT)
, move walk one step to the right without turning
See also: WalkerTurn, _w
Last updated
Was this helpful?