Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do you detect who is using the project
- Mesmo
-
7 posts
how do you detect who is using the project
how to detect who is using projects
- joshuaho
-
1000+ posts
how do you detect who is using the project
Welcome to the Scratch forums! 
You can detect whoever is using the project through the username block. It looks like this:

You can detect whoever is using the project through the username block. It looks like this:
Last edited by joshuaho (Jan. 25, 2015 17:23:52)
- Australia123
-
60 posts
how do you detect who is using the project
you can make a list and a cloud varible then encode and decode the data.
- ChocolateWolf
-
15 posts
how do you detect who is using the project
I'm still comfused.
so…
how does this work? I mean,
(username)
then what?
so…
how does this work? I mean,
(username)
then what?
- craboy
-
10 posts
how do you detect who is using the project
how to detect who is using projects
hope that helps

Last edited by craboy (Feb. 21, 2015 11:21:38)
- Crimson19
-
1000+ posts
how do you detect who is using the project
how to detect who is using projects
hope that helps
You don't need all of that, all you need is:
- PaganoLeo10
-
100+ posts
how do you detect who is using the project
You can use
NOTE: If you decide to use this, It will show a message to everyone using the project that the project contains this block.
- SS-26290
-
26 posts
how do you detect who is using the project
how to detect who is using projects
Some things in here that you should be able to find out your self.
You go to data and click make a list and type in list ^ then put username where it says things (I think it says things.).
You have:
Last edited by SS-26290 (Aug. 30, 2015 00:57:55)
- deck26
-
1000+ posts
how do you detect who is using the project
Yes, but only that person running the project gets the username added to the list - no one else sees it. You have to use cloud data to actually see what other users are writing to your variables. If you want to do this you need to look at cloud list projects - there's plenty out there.how to detect who is using projects
Some things in here that you should be able to find out your self.
You go to data and click make a list and type in list ^ then put username where it says things (I think it says things.).
You have:
- SS-26290
-
26 posts
how do you detect who is using the project
Yes, but only that person running the project gets the username added to the list - no one else sees it. You have to use cloud data to actually see what other users are writing to your variables. If you want to do this you need to look at cloud list projects - there's plenty out there.how to detect who is using projects
Some things in here that you should be able to find out your self.
You go to data and click make a list and type in list ^ then put username where it says things (I think it says things.).
You have:
No they actually can if it is open but if it not they can go inside and open it
- Ura2niu3m5
-
1 post
how do you detect who is using the project
BRILLIANT
You need cloud data
You need cloud data
- deck26
-
1000+ posts
how do you detect who is using the project
Without cloud data only the owner of a project can add new data which will appear for others to see. Anyone running the project can add to data in a project, modify variables etc but only that user will see those changes unless cloud data is in use. If you think this is incorrect feel free to demonstrate otherwise!Yes, but only that person running the project gets the username added to the list - no one else sees it. You have to use cloud data to actually see what other users are writing to your variables. If you want to do this you need to look at cloud list projects - there's plenty out there.how to detect who is using projects
Some things in here that you should be able to find out your self.
You go to data and click make a list and type in list ^ then put username where it says things (I think it says things.).
You have:
No they actually can if it is open but if it not they can go inside and open it
- cs156175
-
1000+ posts
how do you detect who is using the project
like this! let's say you have a sprite. here.
or if you want to have it just say the username then
- STDscratch
-
6 posts
how do you detect who is using the project
Just use:
and the script:
and the script:
Last edited by STDscratch (July 5, 2016 10:50:13)
- Sheep_maker
-
1000+ posts
how do you detect who is using the project
Say you want to give you and example some special admin powers. You can use the username block to do that:
I hope that helped
- Benur21
-
100+ posts
how do you detect who is using the project
Just use:
and the script:
yeah, cool, but did you see the time of the first posts? Jan. 25, 2015 01:54:46 Say you want to give you and example some special admin powers. You can use the username block to do that:I hope that helped
- Discussion Forums
- » Help with Scripts
-
» how do you detect who is using the project