x_position and y_position
set_x 0
change_x 10
log x_position
// 10// go somewhere random
goto random(-100, 100) random(-100, 100)
// save the random position
x = x_position
y = y_position
// go somewhere random
goto random(-100, 100) random(-100, 100)
// return to the original position
goto x yLast updated