Titivillus, sintaxis: «teclaDEI»

This commit is contained in:
Roberto MF 2022-01-29 23:05:59 +01:00
parent 3eaa23671e
commit 54e5798f60
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ el siguiente código ilustra el uso de muchas condiciones: el color del sprite c
( establecer direccion del sprite )
;cuadrado .Pantalla/direc DEO2
.Controlador/teclaDEI LIT '1 EQU ( ¿es la tecla '1'? )
.Controlador/tecla DEI LIT '1 EQU ( ¿es la tecla '1'? )
,&color-1 JCN ( salta al color-1 si es el caso )
.Controlador/tecla DEI LIT '2 EQU ( ¿es la tecla '2'? )