Discuss Scratch

Mesmo
Scratcher
7 posts

how do you detect who is using the project

how to detect who is using projects
joshuaho
Scratcher
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:
username

Last edited by joshuaho (Jan. 25, 2015 17:23:52)

g-dog9293
Scratcher
100+ posts

how do you detect who is using the project

This input
username

Australia123
Scratcher
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
Scratcher
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?
ChocolateWolf
Scratcher
15 posts

how do you detect who is using the project

I mean
username
craboy
Scratcher
10 posts

how do you detect who is using the project

Mesmo wrote:

how to detect who is using projects
definedetectuserset playerto(username) whenclickeddetectuser



hope that helps

Last edited by craboy (Feb. 21, 2015 11:21:38)

Crimson19
Scratcher
1000+ posts

how do you detect who is using the project

craboy wrote:

Mesmo wrote:

how to detect who is using projects
definedetectuserset playerto(username) whenclickeddetectuser



hope that helps

You don't need all of that, all you need is:

username
P444
Scratcher
500+ posts

how do you detect who is using the project

If you like to keep track of who are using your projects, you need to code/encode username into cloud data. You can find out more here.
PaganoLeo10
Scratcher
100+ posts

how do you detect who is using the project

You can use
username
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
Scratcher
26 posts

how do you detect who is using the project

Mesmo wrote:

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:

addusernameto list

Last edited by SS-26290 (Aug. 30, 2015 00:57:55)

deck26
Scratcher
1000+ posts

how do you detect who is using the project

SS-26290 wrote:

Mesmo wrote:

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:

addusernameto list
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.
SS-26290
Scratcher
26 posts

how do you detect who is using the project

deck26 wrote:

SS-26290 wrote:

Mesmo wrote:

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:

addusernameto list
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.

No they actually can if it is open but if it not they can go inside and open it
Ura2niu3m5
New Scratcher
1 post

how do you detect who is using the project

BRILLIANT
You need cloud data
deck26
Scratcher
1000+ posts

how do you detect who is using the project

SS-26290 wrote:

deck26 wrote:

SS-26290 wrote:

Mesmo wrote:

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:

addusernameto list
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.

No they actually can if it is open but if it not they can go inside and open it
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!
cs156175
Scratcher
1000+ posts

how do you detect who is using the project

like this! let's say you have a sprite. here.
whenclickedsayjoinhellousernamefor2secs
or if you want to have it just say the username then
sayusernamefor2secs
STDscratch
Scratcher
6 posts

how do you detect who is using the project

Just use:
username

and the script:
whenclickedaddusernameto Users

Last edited by STDscratch (July 5, 2016 10:50:13)

Sheep_maker
Scratcher
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:
whenclickedifusername=Mesmoorusername=examplesetisAdmin?toyeselsesetisAdmin?tono
I hope that helped
Benur21
Scratcher
100+ posts

how do you detect who is using the project

STDscratch wrote:

Just use:
username

and the script:
whenclickedaddusernameto Users

Sheep_maker wrote:

Say you want to give you and example some special admin powers. You can use the username block to do that:
whenclickedifusername=Mesmoorusername=examplesetisAdmin?toyeselsesetisAdmin?tono
I hope that helped
yeah, cool, but did you see the time of the first posts? Jan. 25, 2015 01:54:46

Powered by DjangoBB