Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » More Keys Extension
- therealscratcher15
-
Scratcher
19 posts
More Keys Extension
And no, I not only mean special keys on the keyboard like shift, which will not only be in the extension,
Example with shift sprinting:
Example with controller walking:
Example with shift sprinting:
when green flag clicked
forever
if <(shift v) key pressed> then
move (10) steps
else
move (5) steps
end
end
Example with controller walking:
when green flag clicked
forever
if <(right arrow v) on (PlayStation 5 v) controller pressed> then
change x by (5)
end
end
- Discussion Forums
- » Developing Scratch Extensions
-
» More Keys Extension