Image:
 Author: joseanred Group: Default Filesize: 24.36 kB Date added: 2013-11-14 Rating: 5 Downloads: 176 Views: 614 Comments: 0 Ratings: 1 Times favored: 0 Made with: Algodoo v2.1.0 Tags:
|
Demostración del control de teclas para subir y avanzar:
Subir
keys.isdown("Up") ? {
pos = [pos(0), pos(1) + 4]
} : {}
Avanzar
keys.isdown("Right") ? {
pos = [pos(0) + 2, pos(1)]
} : {} |
Last edited at 2013/11/14 03:10:15 by joseanred
Please log in to rate this scene
|