setWrapAround index |
||||
Name | setWrapAround () | |||
Description | Puts the Turtle into "wrap-around" mode. In wrap-around mode, if Turtle "falls off" one edge of the screen, it will reappear on the opposite edge. | |||
Syntax | setWrapAround(wrapAround); |
|||
Parameters |
|
|||
Returns | None | |||
Example |
|
|||