Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Backspace blocks and delete blocks
- Luidenka
-
18 posts
Backspace blocks and delete blocks
Hi,
how to detect backspace and delete blocks?
i'm in windows
how to detect backspace and delete blocks?
i'm in windows
- TheAnomalousPseudo
-
1000+ posts
Backspace blocks and delete blocks
To delete blocks, either drag them into the block palette or right-click and select “Delete” in the dropdown menu.
It is impossible to detect backspace.
It is impossible to detect backspace.
- Yusei-Fudo
-
1000+ posts
Backspace blocks and delete blocks
To delete blocks, either drag them into the block palette or right-click and select “Delete” in the dropdown menu.
It is impossible to detect backspace.
Or, you can just click on the block and press the backspace to delete it (Works for me). Also, technically, detecting backspace is possible, just not possible on Scratch
Last edited by Yusei-Fudo (May 22, 2021 19:23:30)
- Luidenka
-
18 posts
Backspace blocks and delete blocks
No, I mean how to detect the backspace key or delete key
My bad
My bad
- dhuls
-
1000+ posts
Backspace blocks and delete blocks
You can't detect backspace, delete, CTRL, ALT, SHIFT, F1-F12, and ENTER with Scratch.
- han614698
-
1000+ posts
Backspace blocks and delete blocks
You can detect enter, You can't detect backspace, delete, CTRL, ALT, SHIFT, F1-F12, and ENTER with Scratch.
<key (join [enter] []) pressed?>
- Yusei-Fudo
-
1000+ posts
Backspace blocks and delete blocks
You can't detect backspace, delete, CTRL, ALT, SHIFT, F1-F12, and ENTER with Scratch.
Yeah. You can detect enter.You can detect enter, You can't detect backspace, delete, CTRL, ALT, SHIFT, F1-F12, and ENTER with Scratch.<key (join [enter] []) pressed?>
List of keys that shouldn't be able to be detected as of Scratch currently:
- tab
search/caps lock
shift
ctrl
alt
backspace
keys above the row of numbers
- Unithlees3
-
1000+ posts
Backspace blocks and delete blocks
It is impossible to detect backspace
- eli_codetest
-
29 posts
Backspace blocks and delete blocks
This is not true; if you hold down a block with your mouse and then type the backspace key, the block will disappear. It is impossible to detect backspace
- dhuls
-
1000+ posts
Backspace blocks and delete blocks
That is not what he meant at all. He meant detecting it in a Scratch project.This is not true; if you hold down a block with your mouse and then type the backspace key, the block will disappear. It is impossible to detect backspace
- EvanD2008
-
100+ posts
Backspace blocks and delete blocks
Try how to detect backspace?
<key (join [backspace] []) pressed?>; not sure if it will work.
- Yusei-Fudo
-
1000+ posts
Backspace blocks and delete blocks
Try how to detect backspace?<key (join [backspace] []) pressed?>; not sure if it will work.
no –_–
- Discussion Forums
- » Help with Scripts
-
» Backspace blocks and delete blocks