Discuss Scratch

IloveRoblox003
Scratcher
100+ posts

Add a new block

Make the
<visible ::looks>
boolean.
This block will indicate if the sprite is shown or hidden.
It could be worked around with
show
set [visibility v] to [1]
BUT 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.
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
Scratcher
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
Scratcher
100+ posts

Add a new block

meowgon wrote:

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
Scratcher
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
<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
Scratcher
100+ posts

Add a new block

BigNate469 wrote:

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/
thanks

Powered by DjangoBB