summaryrefslogtreecommitdiffstats
path: root/tde-i18n-es/data/tdeedu/kturtle/tunombre.logo
blob: c1687123473801bbfcedb81a327ce84cdc60953c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Tu nombre x todos lados.

restaurar 
tamañolienzo 255,255 
ocultartortuga 

name = pregunta "¿Cual es tu nombre?" 

repetir 50 [ 
  x = aleatorio 0, 255 
  y = aleatorio 0, 255
  s = aleatorio 10, 51

  ir x, y
  tamañofuente s
  colorpluma x,y,s*5
  escribir name
]