This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-12-05 16:26:10

k9lego
Scratcher
Registered: 2011-09-29
Posts: 59

How close does scratch they are with 2.0 and some ideas.

Idea:
I think that scratch should moderate the cloud data:

What i mean is make it so if i post a bad word or bad word with a dot or @ or anything like that, it should block it automatically.

like if i make a chat room, (or something like email/pm but not be 100% private.) I will want a way to make scratch admins be able to view what they are saying and ban words. eg: have a block:

If rank [ (rank goes here) ]
then

else

you might be thinking what if they ban admins or something like that. well there should be a admin (when i say admin, i mean scratch workers and higher including moderators)
if there was toolbar that let the admin change his/her rank to something else. (eg to scratch member) and view what normal scratch members see. but what if the admin enters into the game, it gives them a user id and sets that user id as an admin! well if there was a way for the admin to set his/her user id to what ever he/she wants or auto select.


Hey, I make cool games! WHY NO CLOUD DATA?!?!?!?!!!!!!!! Copy this
Click Here! Stats: http://blocks.scratchr.org/API.php?user=k9lego&action=onlineStatus

Offline

 

#2 2012-12-05 18:57:26

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: How close does scratch they are with 2.0 and some ideas.

Umm...
Half of that wasn't really understandable.
But from what I got, you are suggesting to have a built in feature that allows users to change (moderate) what's in a cloud list, and that you want the ST to be able to too.

It's not that hard to make yourself.
If you only have on list, this script works just fine (you'll have to edit the project after you make it though to add in people into the accepted user id list)

if <key [key for moderating v] pressed?>
if <[moderator id list v] contains (user id)> //add in to this list the id's of moderators
ask [What number item of the list?] and wait
set [# v] to <answer>
ask [What do you want to replace it with?] and wait
set [replace v] to <answer>
replace item (#) of [list v] with (replace)
else
say [You're not a moderator!] for (2) secs
end
end

Last edited by TorbyFork234 (2012-12-05 18:57:37)

Offline

 

#3 2012-12-06 10:49:41

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: How close does scratch they are with 2.0 and some ideas.

Yea that is not the easiest thing to understand - I would just use the User ID block


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

Board footer