Skip to content

Commit cbeb908

Browse files
Update turbowarp-blocks.md (#117)
1 parent ad16f6e commit cbeb908

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/website/turbowarp-blocks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See https://scratch.mit.edu/projects/414716080/
1818
These blocks are "compatible" with Scratch because they're actually just modified argument reporters.
1919

2020
:::warning
21-
Every block beyond this warning is **incompatible** with Scratch. Projects that use them **can not** be uploaded to the Scratch website. If you don't use any TurboWarp-exclusive blocks, then there should be no issue with making your project in TurboWarp and uploading it to Scratch.
21+
Every block beyond this warning is **incompatible** with Scratch. Projects that use them **cannot** be uploaded to the Scratch website. If you don't use any TurboWarp exclusive blocks, then there should be no issue with making your project in TurboWarp and uploading it to Scratch.
2222
:::
2323

2424
## last key pressed {#last-key-pressed}
@@ -35,6 +35,6 @@ It tells you the last key that was pressed. It's intended to be used something l
3535

3636
It's like "mouse down?" but lets you check each individual button. Keep in mind that due to how Scratch interprets mouse input, it's possible for a block like "is primary mouse button down?" to report true while the standard "mouse down?" reports false.
3737

38-
* (0) primary is usually left
38+
* (0) primary is usually left click
3939
* (1) middle is usually scroll wheel
40-
* (2) secondary is usually right (running this block once will disable right click on the stage)
40+
* (2) secondary is usually right click (running this block once will disable right click on the stage)

0 commit comments

Comments
 (0)