Turtle, Observer, Patch

setycor-at (sety-at) xcor ycor number

Parameters:
xcor Number number of units away in the x direction
ycor Number number of units away in the y direction
number Number the value to set the y-coordinate to

Description:
Sets the y-coordinate of the turtle xcor units in the x direction and ycor units in the y direction away from the caller to number.

Examples:
setycor-at 1 1 5 sets the y-coordinate of the turtle one unit to the right and one unit above the caller to 5.

Related Commands:
setxcor-at setxy-at setycor setycor-of setycor-towards ycor-at