Closed GoogleCodeExporter closed 8 years ago
Sure. Execute at the console:
Turtle.moveForward(100);
Turtle.turnLeft(90);
Turtle.moveForward(100);
Turtle.animate();
...and then if you want...
Turtle.reset();
Posting to the newsgroup would probably have been a better place for this.
Original comment by neil.fra...@gmail.com
on 19 Jul 2014 at 7:37
Original issue reported on code.google.com by
naruto...@gmail.com
on 19 Jul 2014 at 4:52