Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
- MineSpider20
-
11 posts
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
Last edited by MineSpider20 (Dec. 14, 2022 16:33:59)
- zxyxz
-
65 posts
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
When the green flag is clicked, encode the username to a cloud variable by joining the encoded username and the previous cloud variable. Then, decode it, add each username to a list, and enjoy.
Alternatively you could just use the cloud log, which stores the usernames of people who updated a cloud variable. It's not in the project though, but it gets the job done.
Alternatively you could just use the cloud log, which stores the usernames of people who updated a cloud variable. It's not in the project though, but it gets the job done.
- -Officer_Kevin-
-
12 posts
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
. from what I understand, it is a very long cloud variable with all the encoded usernames. then a “<not<if cloud variable contains (username) > encode (username), set (cloud variable) to (join (cloud variable) (output)” I hope that made sense. if not, I can make a project on my test account for you
Last edited by -Officer_Kevin- (Dec. 14, 2022 16:39:50)
- hi875230163394
-
1000+ posts
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
you dont need to do any encoding/decoding nonsense, as the usernames of people who change cloud variables are logged in the cloud variable history
- ztsereteli
-
91 posts
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
you dont need to do any encoding/decoding nonsense, as the usernames of people who change cloud variables are logged in the cloud variable history
Yes, but this person wants to show those people in a list you can view in the project, not people having to go to the cloud data page. So yes, encoding and decoding is necessary.
- 09878901234321
-
500+ posts
i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?
I recommend using Cloud Lists.
- Discussion Forums
- » Help with Scripts
-
» i know to encode and decode, and I want to use this to create a list which records all usernames that view my project. How do I do this?