You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
272 B
19 lines
272 B
13 years ago
|
# 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
|
||
|
]
|