Discuss Scratch
- Discussion Forums
- » Announcements
- » Your Questions about Scratch 2.0
- COOLtone
-
9 posts
Your Questions about Scratch 2.0
Umm your the proffesionals but is this good for a child http://scratch.mit.edu/projects/11633332/
- chocolatepenguin
-
1000+ posts
Your Questions about Scratch 2.0
http://scratch.mit.edu/projects/11633332/You shouldn't advertise here. Umm your the proffesionals but is this good for a child
- D-Man9293
-
52 posts
Your Questions about Scratch 2.0
// ==UserScript==
// @name April Fool's Day
// @version 1.1
// @namespace
// @description Re-implements some of the April Fool's Day pranks that the ST added for April Fool's Day in past years
// @include http://scratch.mit.edu/*
// @include http://*.scratch.mit.edu/*
// ==/UserScript==
//Censors
var censors = {};
censors = ‘3.14159265… ’;
censors = “pikachu ”;
censors = “pikachu's ”;
censors = “Scratch Forums - Still only $0.99 (USD) a post!”;
censors = “a bunch of fluffy kittehs”;
censors = “a bunch of fluffy kittehs”;
censors = “Pony ”;
censors = “Pasture Monitor”;
censors = “everypony ”;
censors = “anypony ”;
censors = “somepony ”;
censors = “nopony ”;
censors = “facehoof ”;
censors = “eeyup ”;
censors = “toaster ”;
censors = “ponly ”;
censors = “Neigh ”;
censors = “Ponies”;
censors = “(Bloop!!) ”;
censors = “(Pico rules!!) ”;
censors = “(Pico rules - don't get smart!!) ”;
censors = “(Bloop - very tricky!!) ”;
censors["the “] = ”(Pico still rules!!) “;
var target = document.body;
var myText = target.innerHTML;
myText = myText.replace('<a href=”/“>Scratch</a>', ”<img src='http://i.imgur.com/Apomb.png' />“);
myText = myText.replace('<a href=”/“></a>', ”<img src='http://i.imgur.com/Apomb.png' />“);
myText = myText.replace('<span class=”scratch“></span>', ”<img src='http://i.imgur.com/n32EvqX.png' />“);
for (censor in censors) {
myText = myText.replace(makeregex(censor, ”g"), censors);
}
target.innerHTML = myText;
function makeregex(str, modifiers) {
str = str.replace(/\[/gi, ‘\\\[’);
str = str.replace(/\]/gi, ‘\\\]’);
str = str.replace(/\^/gi, ‘\\\^’);
str = str.replace(/\$/gi, ‘\\\$’);
str = str.replace(/\./gi, ‘\\\.’);
str = str.replace(/\|/gi, ‘\\\|’);
str = str.replace(/\?/gi, ‘\\\?’);
str = str.replace(/\*/gi, ‘\\\*’);
str = str.replace(/\+/gi, ‘\\\+’);
str = str.replace(/\(/gi, ‘\\\(’);
str = str.replace(/\)/gi, ‘\\\)’);
str = str.replace(/\{/gi, ‘\\\{’);
str = str.replace(/\}/gi, ‘\\\}’);
return new RegExp(str, modifiers);
} Hi, will there ever be cloud lists? Because I like the idea 4nd I want to make games using them. Does anyone else agree? pi
// @name April Fool's Day
// @version 1.1
// @namespace
// @description Re-implements some of the April Fool's Day pranks that the ST added for April Fool's Day in past years
// @include http://scratch.mit.edu/*
// @include http://*.scratch.mit.edu/*
// ==/UserScript==
//Censors
var censors = {};
censors = ‘3.14159265… ’;
censors = “pikachu ”;
censors = “pikachu's ”;
censors = “Scratch Forums - Still only $0.99 (USD) a post!”;
censors = “a bunch of fluffy kittehs”;
censors = “a bunch of fluffy kittehs”;
censors = “Pony ”;
censors = “Pasture Monitor”;
censors = “everypony ”;
censors = “anypony ”;
censors = “somepony ”;
censors = “nopony ”;
censors = “facehoof ”;
censors = “eeyup ”;
censors = “toaster ”;
censors = “ponly ”;
censors = “Neigh ”;
censors = “Ponies”;
censors = “(Bloop!!) ”;
censors = “(Pico rules!!) ”;
censors = “(Pico rules - don't get smart!!) ”;
censors = “(Bloop - very tricky!!) ”;
censors["the “] = ”(Pico still rules!!) “;
var target = document.body;
var myText = target.innerHTML;
myText = myText.replace('<a href=”/“>Scratch</a>', ”<img src='http://i.imgur.com/Apomb.png' />“);
myText = myText.replace('<a href=”/“></a>', ”<img src='http://i.imgur.com/Apomb.png' />“);
myText = myText.replace('<span class=”scratch“></span>', ”<img src='http://i.imgur.com/n32EvqX.png' />“);
for (censor in censors) {
myText = myText.replace(makeregex(censor, ”g"), censors);
}
target.innerHTML = myText;
function makeregex(str, modifiers) {
str = str.replace(/\[/gi, ‘\\\[’);
str = str.replace(/\]/gi, ‘\\\]’);
str = str.replace(/\^/gi, ‘\\\^’);
str = str.replace(/\$/gi, ‘\\\$’);
str = str.replace(/\./gi, ‘\\\.’);
str = str.replace(/\|/gi, ‘\\\|’);
str = str.replace(/\?/gi, ‘\\\?’);
str = str.replace(/\*/gi, ‘\\\*’);
str = str.replace(/\+/gi, ‘\\\+’);
str = str.replace(/\(/gi, ‘\\\(’);
str = str.replace(/\)/gi, ‘\\\)’);
str = str.replace(/\{/gi, ‘\\\{’);
str = str.replace(/\}/gi, ‘\\\}’);
return new RegExp(str, modifiers);
} Hi, will there ever be cloud lists? Because I like the idea 4nd I want to make games using them. Does anyone else agree? pi
- LeDerpy123
-
1000+ posts
Your Questions about Scratch 2.0
They will come soon, nobody knows when.
4000th post!
4000th post!
- mrsrec
-
500+ posts
Your Questions about Scratch 2.0
http://scratch.mit.edu/projects/11633332/Your First Post On The Forums Is An ADVERTISMENT? Umm your the proffesionals but is this good for a child
- stickman46
-
56 posts
Your Questions about Scratch 2.0
wheres the flag button? 

Last edited by stickman46 (Aug. 3, 2013 22:11:06)
- yamos
-
28 posts
Your Questions about Scratch 2.0
could I ask?
When 2.0 comes for download can you use cloud variables off the website and on the scratch 2.0 application?
When 2.0 comes for download can you use cloud variables off the website and on the scratch 2.0 application?
- 7734f
-
500+ posts
Your Questions about Scratch 2.0
For comments, hover over it and click the Report button. For posts it is in the lower right corner to report it for any reason (topic move, inappropriate, etc…) wheres the flag button?
- truelovewaits
-
14 posts
Your Questions about Scratch 2.0
Every time that i try to update my user icon or the icon for one of my studios it sends me an error message and won't let me change the piture. Is there a reason for this? Is it fixable?
- jkl0l
-
500+ posts
Your Questions about Scratch 2.0
Did you make it on GIMP? Is it an XCF? Make sure to export it so it is either GIF or JPEG. Every time that i try to update my user icon or the icon for one of my studios it sends me an error message and won't let me change the piture. Is there a reason for this? Is it fixable?
- ramsom11
-
95 posts
Your Questions about Scratch 2.0
Welcome to Scratch 2.0!Make yourself at home.
What are the new features in Scratch 2.0?
This page gives an overview of the new features.
How often will the Scratch Team update Scratch 2.0 with fixes and features?
We'll release updates and fixes at least once a week for a while - and sometimes more often than that. Look for announcements about these updates in the Announcements forum.
Did everything from the old Scratch website get brought to the new site?
Projects, comments, galleries, profile icons, favorites, love its - basically, almost everything on the old site - were imported to Scratch 2.0. The one thing we didn't bring was all the tags. (Scratch 2.0 only shows 3 tags – chosen by the author – per project.)
Did everything from the Scratch 2.0 Beta make it onto Scratch 2.0?
Although at first we thought we could only keep projects from the Scratch 2.0 beta, we were also able to keep love its, project comments, studios, studio comments, and profile comments. We were not able to keep favorites, views, profile page sections (About Me, What I'm Working On), or messages from the beta.
Why did my project title change?
If you had a project that was on both the old site and the beta site, the title came from the old site. So you may need to update your project title.
Will there ever be a downloadable Scratch 2.0 editor?
Yep! But it won't be ready until this summer. If you'd like to help beta test it, we'll post an announcement when it's ready to try out.
What does it mean to Follow someone?
If you click the Follow button on a Scratcher’s profile, you then receive updates about their projects and other Scratch activities in your home page “What's Happening” section.
Why did it change from Friends to Followers?
When we first released the Scratch website in 2007, the concept of “Friending” wasn’t completely figured out. With the rise of Facebook and social networking sites, “Friending” now means that both people have agreed to a connection, whereas “Following” is when one person decides they want to receive public updates about the other. Since this is how “Friends” have always worked on Scratch, we decided to change the name to “Following” to avoid confusing new users.
Why change the name of “Galleries” to “Studios”?
On the old Scratch website, we were excited to realize that Scratchers used galleries for lots of different purposes - not just for showing projects, but for role-playing games and collabs, to name a few. We decided a more general name would be a better fit. We plan to keep working on the design of studios.
Why do projects imported from the old site have more views on the new site?
On the old site, we only counted a single view for each location used to view the project. Many schools and libraries set up their networks in a way that makes it look like all their users are coming from a single location. So if 1000 kids in a school (or school district) viewed your project, it counted as 1 view. The view count shown on the new site is a re-calcuation of old data, and is a more accurate measure of views.
Will posts from the old Scratch forums be brought to the new Scratch forums?
No - many if not most of those posts are outdated. But they will still be visible on a read-only copy of the old forums. The layout of the various forums will be pretty much the same after the release.
Can we still make projects with Scratch 1.4, and share them to this website?
Certainly! Just click share in Scratch 1.4 - they'll get uploaded to this website.
When will Scratch 2.0 be translated into more languages?
There's still lots of work to be done translating Scratch 2.0. Look for updates in the near future! If you'd like to help translate, check out this wiki page.
Can I download Scratch 2.0 projects and open in them in Scratch 1.4?
Sadly, it's not possible for us to make this work without a time machine. Scratch 1.4 was created in 2009, and doesn't know how to read the new Scratch 2.0 file format, which was made in 2012.
Where are the messages I got during the beta?
We moved all messages from the Scratch 1.4 website to Scratch 2.0. However, we did not keep messages you received in the Scratch 2.0 Beta website.
Keep in mind that there will still be bugs and glitches to be ironed out, and new features soon to be added (gradients in the paint editor, for one!) If you find a glitch (which wouldn't be too surprising, considering that this code is really fresh), please post in the Bugs and Glitches forum to let us know!
If you have additional questions, post them here!
do i have to enter my username to unlock that thing
- happyjoey2012
-
14 posts
Your Questions about Scratch 2.0
I had an idea for net-shared variables, they can be created on account settings and can connect 2+ projects.
example: project A sends numbers/text to project B. I would use this to store all the variables to a project (such as tag) to a private controller, so that nobody can cheat! and of course I would release and open-source version on the controller. But this could be used to monitor chat rooms!
I hope you take this into consideration and hope to see it added soon!
example: project A sends numbers/text to project B. I would use this to store all the variables to a project (such as tag) to a private controller, so that nobody can cheat! and of course I would release and open-source version on the controller. But this could be used to monitor chat rooms!
I hope you take this into consideration and hope to see it added soon!
- Vegeta1234
-
3 posts
Your Questions about Scratch 2.0
I do mine on the computer but the when I upload it it mucks up the settings
- mrsrec
-
500+ posts
Your Questions about Scratch 2.0
Look In The Top Right Corner Of This Post