Open the logo Manual and carry out the following activities: 1,2,3,4,7,8,9,10
Create a program to drive the turtle through a circuit using the keys:
-4 to turn to the left and
-6 to turn to the right
You can find inspiration in this piece of code, modify it to suit your particular case:
para game
borrrapantalla
subelapiz
ponfoco [Pantalla de MSWLogo]
ponteclado [control]
cargadib “circuito.bmp
ponpos [-210 130]
giraderecha 90
espera 10
fin
para control
haz “tecla caracter leercar
si :tecla = 4 [giraizquierda 20]
si :tecla = 6 [giradercha 20]
fin