Posted 27 October 2012 - 02:39 AM
I have a problem. I am using a wireless turtle, and I try to make it move forward like this:
It simply does not move at all.. I have even tried this code:
That prints "Failure" and the turtle still does not move. I put the turtle in an open area away from walls, so that wouldn't be the problem.
Please help me as much as you can, thanks in advance.
turtle.forward()
It simply does not move at all.. I have even tried this code:
turtle.forward()
if turtle.forward() then
print("Success.")
else
print("Failure.")
end
That prints "Failure" and the turtle still does not move. I put the turtle in an open area away from walls, so that wouldn't be the problem.
Please help me as much as you can, thanks in advance.