CattyMod Blocks
CattyMod Blocks is an extension that allows you to use features that aren't too big to be a complete extension, but fit all together into one.
<is compiled?>, <is TurboWarp>? and <is CattyMod?>
See https://scratch.mit.edu/projects/414716080/ however for is CattyMod? look at https://scratch.mit.edu/projects/1351250158/
These blocks are "compatible" with Scratch because they're actually just modified argument reporters.
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 CattyMod exclusive blocks, then there should be no issue with making your project in CattyMod and uploading it to Scratch.
(last key pressed)
It tells you the last key that was pressed. It's intended to be used something like this:
(mouse button down?)
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.
- (0) primary is usually left click
- (1) middle is usually scroll wheel
- (2) secondary is usually right click (running this block once will disable right click on the stage)
(Get Accent Theme)
This tells you what color you have set as the accent on CattyMod. Fetches using the tw:theme localstorage value.
(Get GUI Theme)
This tells you what theme (Dark/Light) you have set on CattyMod. Fetches using the tw:theme localstorage value.