Discuss Scratch
- Discussion Forums
- » Announcements
- » 3/13/13: Updates to paint editor, project player, website.
- 7734f
-
Scratcher
500+ posts
3/13/13: Updates to paint editor, project player, website.
Yay! Links! But I saw that you, Paddle2See, and some other users, were doing the Scratch Cat, Gobo, and waffles in their comments. Is this released publicly yet?Never mind
I figured it out. For people who want to know, it's _meow_ _gobo_ and _waffle_.mmmmm wafflez……
- Wes64
-
Scratcher
500+ posts
3/13/13: Updates to paint editor, project player, website.
We also have a new username block. The project player would notify you before you click the green flag that the project uses the username block.hmm, this is not entirely beneficial because now people will have to do search-and-find in big lists of usernames to acquire user-specific data.
oh well, i think this is an awesome idea, this is i think somewhere along what i suggested myself a while ago, so it's great! i completely approve.
that being said, why did you erase user id? i can still find ways to use (username) in the exact same way and you can remain anonymous, just like with the ID.
- Zygorithm
-
Scratcher
49 posts
3/13/13: Updates to paint editor, project player, website.
What is the url for the mobile website? I can't find it anywhere.
- BoltBait
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
What is the url for the mobile website? I can't find it anywhere.
There is a link at the bottom of every page. It says “Standard | Mobile”. Just click “Mobile”.
- BigDolphin
-
Scratcher
2 posts
3/13/13: Updates to paint editor, project player, website.
May we please have:
- (User ID) - As before.
- (Frequency) - Returns the pitch/frequency of the microphone.
- Cloud data lists.
Please, some admin or developer respond. Thanks ;-)
- (User ID) - As before.
- (Frequency) - Returns the pitch/frequency of the microphone.
- Cloud data lists.
Please, some admin or developer respond. Thanks ;-)
- soniku3
-
Scratcher
100+ posts
3/13/13: Updates to paint editor, project player, website.
May we please have:First of all, 1. Was removed because loads of users didn't see any function and/or didn't like it.
- (User ID) - As before.
- (Frequency) - Returns the pitch/frequency of the microphone.
- Cloud data lists.
Please, some admin or developer respond. Thanks ;-)
2. This is possible, not easy thought.
3. Going to be back.
- BigDolphin
-
Scratcher
2 posts
3/13/13: Updates to paint editor, project player, website.
May we please have:First of all, 1. Was removed because loads of users didn't see any function and/or didn't like it.
- (User ID) - As before.
- (Frequency) - Returns the pitch/frequency of the microphone.
- Cloud data lists.
Please, some admin or developer respond. Thanks ;-)
2. This is possible, not easy thought.
3. Going to be back.
But #2 could be REALLY useful
- ImagineIt
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
And it could also be used to find voices etc.May we please have:First of all, 1. Was removed because loads of users didn't see any function and/or didn't like it.
- (User ID) - As before.
- (Frequency) - Returns the pitch/frequency of the microphone.
- Cloud data lists.
Please, some admin or developer respond. Thanks ;-)
2. This is possible, not easy thought.
3. Going to be back.
But #2 could be REALLY useful
- infinitytec
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
Re-add the User ID block!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- JJROCKER
-
Scratcher
100+ posts
3/13/13: Updates to paint editor, project player, website.
So I can't save data for individual people?
- Lightnin
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
Re-add the User ID block!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hmm, can you link me to a post that explains why this makes sense for the community? Thanks!
- TM_
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
Re-add the User ID block!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hmm, can you link me to a post that explains why this makes sense for the community? Thanks!
i think we do not need it, because we can also use the usernameblock to check is the user logged in or not. (if not there is an empty space).
On the other hand there is one advantage in my opinion:
If you want to use cloud lists, to save the progress of the users, you can just make: Replace (userID) item of {list} with {new progress}.
To do this with username, you have at first to search for the item with the username and then to make the replace step with a variable instead of the user ID block. This could be helpful. But when we get the option, to build round own blocks, so blocks with a return value, we could just build or own userID block.
And i have an other question:
I have a red UserID block in my backpack, would it work forever or is there no longer a script for this block?
Last edited by TM_ (March 17, 2013 15:56:40)
- cmot
-
Scratcher
89 posts
3/13/13: Updates to paint editor, project player, website.
the user id will work.Re-add the User ID block!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hmm, can you link me to a post that explains why this makes sense for the community? Thanks!
i think we do not need it, because we can also use the usernameblock to check is the user logged in or not. (if not there is an empty space).
On the other hand there is one advantage in my opinion:
If you want to use cloud lists, to save the progress of the users, you can just make: Replace (userID) item of {list} with {new progress}.
To do this with username, you have at first to search for the item with the username and then to make the replace step with a variable instead of the user ID block. This could be helpful. But when we get the option, to build round own blocks, so blocks with a return value, we could just build or own userID block.
And i have an other question:
I have a red UserID block in my backpack, would it work forever or is there no longer a script for this block?
- BoltBait
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
Re-add the User ID block!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Once we have cloud lists you can easily create your own userid block by keeping track of everyone that views your project in one list and the index of the list where that person's name appears is the userid.
- OrcaCat
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
Or use this…Re-add the User ID block!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Once we have cloud lists you can easily create your own userid block by keeping track of everyone that views your project in one list and the index of the list where that person's name appears is the userid.
- cool_dude_2
-
Scratcher
100+ posts
3/13/13: Updates to paint editor, project player, website.
Please can we have the user ID aswell because now the project I wanted to do is really hardthere are places like here it still works!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Last edited by cool_dude_2 (March 19, 2013 00:19:04)
- blob8108
-
Scratcher
1000+ posts
3/13/13: Updates to paint editor, project player, website.
- (Frequency) - Returns the pitch/frequency of the microphone.You could always write your own Fourier transform…

- jeffreynaydin2003
-
Scratcher
28 posts
3/13/13: Updates to paint editor, project player, website.
Yay! Oh and will there be a free form to take pieces of a picture out?
- PerspectiveDesigns
-
Scratcher
5 posts
3/13/13: Updates to paint editor, project player, website.
Please make chat rooms available! It would be really great for many different projects, so long as there was a filter on what people can type.
- Discussion Forums
- » Announcements
-
» 3/13/13: Updates to paint editor, project player, website.

















