turtle_show: Show or Hide the Turtle

Description Usage Details See Also Examples

Description

These functions enable or disable displaying the Turtle's image on the screen.

Usage

1
2
3

Details

The Turtle must be initialized prior to using this function, see turtle_init.

It is recommended to hide the Turtle when performing multiple Turtle moves, for efficiency reasons, see also turtle_do.

See Also

Other TurtleGraphics: TurtleGraphics-package, turtle_do, turtle_getpos, turtle_goto, turtle_init, turtle_move, turtle_param, turtle_reset, turtle_status, turtle_turn, turtle_up

Examples

1
2
3
4
5

TurtleGraphics documentation built on May 2, 2019, 1:07 p.m.