Discuss Scratch
- Discussion Forums
- » Suggestions
- » Add a new block
- IloveRoblox003
-
100+ posts
Add a new block
Make the
This block will indicate if the sprite is shown or hidden.
It could be worked around with
The visible block can open up a variety of possibilities, and could even decrease the amounts of blocks that need to be used.
<visible ::looks>boolean.
This block will indicate if the sprite is shown or hidden.
It could be worked around with
showBUT the if statement can have a workaround for if/else, and almost every block except those involving variables have a workaround, so that argument is a bit invalid. Also, Scratch said that it was for 8+. This block can make coding slightly simpler for those who aren't that much advanced.
set [visibility v] to [1]
The visible block can open up a variety of possibilities, and could even decrease the amounts of blocks that need to be used.
Last edited by IloveRoblox003 (Feb. 20, 2025 17:19:05)
- meowgon
-
73 posts
Add a new block
I could see what this could do I think a
<If visible>
<If invisible>
Could be something (why block?)
Last edited by meowgon (Feb. 20, 2025 17:11:30)
- IloveRoblox003
-
100+ posts
Add a new block
I could see what this could do I think a<If visible>
<If invisible>
Could be something (why block?)
yep
Last edited by IloveRoblox003 (Feb. 20, 2025 17:12:12)
- BigNate469
-
1000+ posts
Add a new block
You can use
(visible ::looks)
to make it a looks block. Although I think you would want a boolean, so use
<visible? ::looks>
which produces
Also, pretty sure this is a dupe: https://scratch-mit-edu.ezproxyberklee.flo.org/discuss/topic/69728/
(visible ::looks)
to make it a looks block. Although I think you would want a boolean, so use
<visible? ::looks>
which produces
<visible? ::looks>(Added the ? to make it more consistent with other booleans that perform similar things in Scratch)
Also, pretty sure this is a dupe: https://scratch-mit-edu.ezproxyberklee.flo.org/discuss/topic/69728/
- IloveRoblox003
-
100+ posts
Add a new block
thanks You can use
(visible ::looks)
to make it a looks block. Although I think you would want a boolean, so use
<visible? ::looks>
which produces<visible? ::looks>(Added the ? to make it more consistent with other booleans that perform similar things in Scratch)
Also, pretty sure this is a dupe: https://scratch-mit-edu.ezproxyberklee.flo.org/discuss/topic/69728/
- Discussion Forums
- » Suggestions
-
» Add a new block