Discuss Scratch
- Discussion Forums
- » Suggestions
- » New sensing boolean block [Scratcher rank]
- SuperMarioHome
-
Scratcher
100+ posts
New sensing boolean block [Scratcher rank]
Support. For people saying how you could be mean, people can easily find loads of other ways to be mean…I once found a project where the creator got priority access while I had to wait so long that I ended up turning on turbo mode.if <(username) = [ someone's username ]> then
say [you stink]
end
There are plenty of other ways people can be mean anyway.
Also it might mess up multiplayer games if new scratchers accidentally corrupt the system.
- 7salad3salad
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
I can't find any way this would be used for good. I can see this being used to descriminate against New Scratchers.
- VedanshS933
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
I can't find any way this would be used for good. I can see this being used to descriminate against New Scratchers.
Even I think that
Scratch On!
- MasterBot-X
-
Scratcher
32 posts
New sensing boolean block [Scratcher rank]
It would be nice to have blocks like this:It Would Be Nice, But There Is Cloud data to detect it<user is New Scratcher?>
<user is Scratcher?>
They are supposed to have pointy edges.
Oh, and I deleted the <user is Scratch Team?> block because there is no use for it.
- scratch_man4581
-
Scratcher
100+ posts
New sensing boolean block [Scratcher rank]
There's actually a workaround for this that I discovered:
when green flag clickedIts primary purpose, however, is to test if a user is connected to the cloud. Notice that
set [☁️ Test v] to [0]
set [☁️ Test v] to [1]
if <(☁️ Test) = [1]> then
...
else
say [This user is not a New Scratcher.]
(☁️ Test)is a cloud variable.
- beanyboy512
-
Scratcher
500+ posts
New sensing boolean block [Scratcher rank]
to everyone saying its abusable then look at these:
if <(username) = [Random scratcher the creator hates]> thenall these scripts would be reported
say [LOL Your a noob]
else
...
end
when I receive [HATED SCRATCHER v]
say (item (pick random (1) to (10)) of [Insults v] :: list)
Last edited by beanyboy512 (Feb. 21, 2022 14:43:30)
- TheElementGuy
-
Scratcher
67 posts
New sensing boolean block [Scratcher rank]
no supportIt's not like this button doesn't exist.if <user is new scratcher?::sensing> then
say [HAHAHAHAHAHAHAHA YOUR A NOOB AND CAN'T PLAY!!!!!]
else
broadcast [play v]
(Report :: custom)
- TheElementGuy
-
Scratcher
67 posts
New sensing boolean block [Scratcher rank]
Maybe make it one block.
<status is [scratcher v] ? :: sensing>(Just have a dropdown.)
<status is [new scratcher v] ? :: sensing>
<status is [scratch team v] ? :: sensing>
- Tunde123
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
-snip-No support for reasons provided.
1. New Scratchers/Scratchers can be blocked
2. There is currently not ST reporting
3. Scratchers might get confused
4. A project can say that you are New Scratcher pls become Scratcher to enter. Then the New Scratcher might get angry and ask everywhere how to become Scratcher
- 7salad3salad
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
I would like to see at least 2 examples of this having a good use. This block seems pointless.
- beanyboy512
-
Scratcher
500+ posts
New sensing boolean block [Scratcher rank]
I would like to see at least 2 examples of this having a good use. This block seems pointless.
if <user is New Scratcher?> then
say [No cloud mode activated] for (2) secs
end
- Marc92020
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
workaround: change a cloud variable checker from 0 to 1.
if the variables stays at 0 that means the user trying to play is a new scratcher
if the variables stays at 0 that means the user trying to play is a new scratcher
- k7e
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
Do both blocks need to exist? You can just use the not block.
- gdfsgdfsgdfg
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
you forgot that see inside existswhen green flag clickedin order to prevent the ST from seeing inappropriate projects
if <not <user is [Scratch Team v]:: sensing>> then
…
else
say [Sorry, Scratch Team members aren't allowed] for [2] secs
end
so you can defeat the boolean
also ST can delete the project with this bool
same for the username or the anti report sprite
Last edited by gdfsgdfsgdfg (Nov. 12, 2023 13:21:00)
- undeterminstic
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
no support there is no usage
- k7e
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
no support there is no usageTutorials, explaining why you can't use cloud, etc.
- Roblox888i
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
workaround: change a cloud variable checker from 0 to 1.Problem: Cloud variables do not work
if the variables stays at 0 that means the user trying to play is a new scratcher
- lapisi
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
(#96)true, but people would still try that (though they'd admittedly fail horribly), and such a detector doesn't really have a purpose for anything elseyou forgot that see inside existswhen green flag clickedin order to prevent the ST from seeing inappropriate projects
if <not <user is [Scratch Team v]:: sensing>> then
…
else
say [Sorry, Scratch Team members aren't allowed] for [2] secs
end
so you can defeat the boolean
also ST can delete the project with this bool
same for the username or the anti report sprite
- MagicCoder330
-
Scratcher
1000+ posts
New sensing boolean block [Scratcher rank]
erm actually… there is a workaround. /j
Yeah, having a workaround, especially a complex one like the one you need for this, is not a valid reason to reject a suggestion.
But yeah, this seems like a good suggestion. This would definitely have a niche, but it would be useful for cloud projects. also maybe something that only new scratchers can access just for the funny.
Yeah, having a workaround, especially a complex one like the one you need for this, is not a valid reason to reject a suggestion.
But yeah, this seems like a good suggestion. This would definitely have a niche, but it would be useful for cloud projects. also maybe something that only new scratchers can access just for the funny.
- Discussion Forums
- » Suggestions
-
» New sensing boolean block [Scratcher rank]















