Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Shiro - A Scratch mod
- amazeyourself
-
Scratcher
100+ posts
Shiro - A Scratch mod

What is Shiro?
A Scratch mod with new blocks:
Motion:
point away from edge :: motion // That's an obsolete block
Looks:
change [blur v] effect by (25)
change [saturation v] effect by (25)
change [pointillize v] effect by (25)
change stretch by (10) :: looks // Also obsolete
set stretch to (100) % :: looks // Still also obsolete
Sound:
rewind sound [pop v] :: sound // Still yet obsolete
Control:
close Shiro :: control
Sensing:
First time in mod… OS DETECTING BLOCKS!
running Windows? :: sensing reporter
running macOS? :: sensing reporter
running Linux? :: sensing reporter
(current [minute v]) // Block from recent versions of Scratch
Operators:
if <> then <> else :: operators reporter
Downloads
Windows
macOS: Not released

Linux: Not released yet

Tip: Use Wine in macOS or Linux to run Shiro
Last edited by amazeyourself (Jan. 27, 2021 13:38:13)
- amazeyourself
-
Scratcher
100+ posts
Shiro - A Scratch mod
jettypumpkin07 wrote:Thank you!
Very good!
Last edited by amazeyourself (July 23, 2020 12:37:03)
- Jeffalo
-
Scratcher
1000+ posts
Shiro - A Scratch mod
the drive link requires permission for acess and the squack js link doesn't have any image file for it to load (it seems to be missing the start of the url)
- Vercte
-
Scratcher
500+ posts
Shiro - A Scratch mod
Nice thoughts!
Although that's all I can say. The .image failed to download.
From looks of the post, I can say that you could possibly make a block that detects the actual OS, not if it is a the OS.
And condense the
Although that's all I can say. The .image failed to download.

From looks of the post, I can say that you could possibly make a block that detects the actual OS, not if it is a the OS.
And condense the
<running (insert os name here) ?::sensing boolean>
//into
<Running [os name v]?::sensing boolean>
- XretroperX
-
Scratcher
100+ posts
Shiro - A Scratch mod
Sent a request for the download, i'm definitelyhumangamer
- amazeyourself
-
Scratcher
100+ posts
Shiro - A Scratch mod
Vercte wrote:Okay. I do it soon.
Nice thoughts!
Although that's all I can say. The .image failed to download.
From looks of the post, I can say that you could possibly make a block that detects the actual OS, not if it is a the OS.
And condense therunning (insert os name here)? :: sensing reporter//intorunning [os name v]? :: sensing reporter
Last edited by amazeyourself (July 17, 2020 12:29:01)
- Discussion Forums
- » Advanced Topics
-
» Shiro - A Scratch mod