Discuss Scratch

MClovers
Scratcher
1000+ posts

stauts block

<[New scratcher v]?::sensing>
<[Scratcher v]?::sensing>
<[Wiki editor v]?::sensing>
<[Moderator v]?::sensing>
<[Scratch Team v]?::sensing>
Sheep_tester
Scratcher
500+ posts

stauts block

when green flag clicked
if <<[moderator v]? :: sensing> or <[Scratch Team v]? :: sensing>> then
set [hide bad stuff? v] to [true]
else
set [hide bad stuff? v] to [false]
end
people could use that to avoid being reported
pancakesyrup08
Scratcher
100+ posts

stauts block

Sheep_tester wrote:

when green flag clicked
if <<[moderator v]? :: sensing> or <[Scratch Team v]? :: sensing>> then
set [hide bad stuff? v] to [true]
else
set [hide bad stuff? v] to [false]
end
people could use that to avoid being reported
I think that this is a good point. Also people could use it so that only full scratchers could view their projects, which is kinda unfair. Although someone could just go inside the project and remove this block. So I guess I'm a semi-supporter.
MClovers
Scratcher
1000+ posts

stauts block

here is a example script:
when green flag clicked
if <[Scratch Team v]?::sensing> then

say (join [You are ] (join (username) [and you are part of the Scratch Team])) for (2) secs
end
MClovers
Scratcher
1000+ posts

stauts block

GEODASH69 wrote:

2 weeks after posting 2 projects, you will gain Scratcher status.
A Scratch Team member can promote you to a Sctratch Team Member or a moderator and can block a moderator and can remove projects/studios. A moderator can block people from forums, other than other moderators and Scratch Team Members.
[/offtopic]
again…
Scratcher1002
Scratcher
1000+ posts

stauts block

Sheep_tester wrote:

when green flag clicked
if <<[moderator v]? :: sensing> or <[Scratch Team v]? :: sensing>> then
set [hide bad stuff? v] to [true]
else
set [hide bad stuff? v] to [false]
end
people could use that to avoid being reported
Ahh.. They could, but the Scratch Team/mod could find it and set it to false. Also, Scratchers and New Scratchers can still report it.
braxbroscratcher
Scratcher
1000+ posts

stauts block

Scratcher1002 wrote:

Sheep_tester wrote:

when green flag clicked
if <<[moderator v]? :: sensing> or <[Scratch Team v]? :: sensing>> then
set [hide bad stuff? v] to [true]
else
set [hide bad stuff? v] to [false]
end
people could use that to avoid being reported
Ahh.. They could, but the Scratch Team/mod could find it and set it to false. Also, Scratchers and New Scratchers can still report it.
They can also masquerade as a different rank; or they should be able to if this is implemented.
Sheep_tester
Scratcher
500+ posts

stauts block

I think new Scratchers should be able to change the values of cloud variables on other projects but they can't make them on their own projects. That should solve the problem of detecting new Scratcher status.
For all the other ones, could you describe a possible use for them? There's no use in a project that just tells you that you are a Scratch Team member because that's quite obvious.
braxbroscratcher
Scratcher
1000+ posts

stauts block

Sheep_tester wrote:

I think new Scratchers should be able to change the values of cloud variables on other projects but they can't make them on their own projects. That should solve the problem of detecting new Scratcher status.
For all the other ones, could you describe a possible use for them? There's no use in a project that just tells you that you are a Scratch Team member because that's quite obvious.
Giving ST special bonuses, compiling a list of ST that have viewed the project, overcomplicating things to try to make them unhackable
MClovers
Scratcher
1000+ posts

stauts block

Sheep_tester wrote:

I think new Scratchers should be able to change the values of cloud variables on other projects but they can't make them on their own projects. That should solve the problem of detecting new Scratcher status.
For all the other ones, could you describe a possible use for them? There's no use in a project that just tells you that you are a Scratch Team member because that's quite obvious.
if <[Scratcher v]?::sensing> then

say [You are a scratcher] for (2) secs
end
if <[Scratch Team v]?::sensing> then

say [OMG ST!!!!!] for (2) secs
end
if <[New Scratcher v]?::sensing> then
say [Welcome to scratch!] for (2) secs
end
if <[Wiki Editor v]?::sensing> then
say [Please put me in the wiki] for (2) secs
end
if <[Moderator v]?::sensing> then
evacuate
end


define evacuate
hide
Hamish752
Scratcher
1000+ posts

stauts block

MClovers wrote:

<[New scratcher v]?::sensing>
<[Scratcher v]?::sensing>
No support, workaroundable. See: https://scratch.mit.edu/projects/18593258/

MClovers wrote:

<[Wiki editor v]?::sensing>
No support, checking if someone's a wiki editor isn't really that important…

MClovers wrote:

<[Moderator v]?::sensing>
<[Scratch Team v]?::sensing>
No support, just make a list of all their usernames.

Last edited by Hamish752 (Feb. 8, 2016 06:32:07)

mrbobbygreathead
Scratcher
1000+ posts

stauts block

There is a way to detect new scratchers by changing a cloud variable and if it is changed then the person is not a new scratcher. The scratch team is small enough to just have a list of usernames.
MClovers
Scratcher
1000+ posts

stauts block

mrbobbygreathead wrote:

There is a way to detect new scratchers by changing a cloud variable and if it is changed then the person is not a new scratcher. The scratch team is small enough to just have a list of usernames.
?
BlockWare
Scratcher
100+ posts

stauts block

MClovers wrote:

mrbobbygreathead wrote:

There is a way to detect new scratchers by changing a cloud variable and if it is changed then the person is not a new scratcher. The scratch team is small enough to just have a list of usernames.
?
See this project (Hamish posted this a bit ago): https://scratch.mit.edu/projects/18593258/ . It explains it well.
I don't support, but it's a pretty good idea
alexphan
Scratcher
1000+ posts

stauts block

Sheep_tester wrote:

when green flag clicked
if <<[moderator v]? :: sensing> or <[Scratch Team v]? :: sensing>> then
set [hide bad stuff? v] to [true]
else
set [hide bad stuff? v] to [false]
end
people could use that to avoid being reported
Paddle2See
Scratch Team
1000+ posts

stauts block

It looks like this is essentially a duplicate topic of this one over here so I'll close it to keep the conversation all in one place.

Please use the existing topic in the link above.

Powered by DjangoBB