Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to see who viewed your projects :D
- iiCai
-
Scratcher
5 posts
How to see who viewed your projects :D
Have you ever wondered who viewed your projects? Well you can find out using this script 

when green flag clicked
change [☁ Viewed v] by (1)
This makes it so that when the user plays your project, it adds 1 view point in the variable
And you can check who viewed it because it will be stored in the cloud variables
(You need to be a scratcher for cloud variables. :: operators #000000)
(The viewer also has to be signed in. I don't know how to make it so users that aren't signed it can be included too :: operators #000000)
Last edited by iiCai (June 30, 2020 12:59:28)
- DrAgOnSlAyEr560
-
Scratcher
10 posts
How to see who viewed your projects :D
Last edited by DrAgOnSlAyEr560 (June 30, 2020 07:43:42)
- jettypumpkin07
-
Scratcher
1000+ posts
How to see who viewed your projects :D
That is very similar to the view counter, which shows each time a user starts the project.
It doesn't actually tell you which user started it, and only works for signed-in users.
It doesn't actually tell you which user started it, and only works for signed-in users.

- iiCai
-
Scratcher
5 posts
How to see who viewed your projects :D
That is very similar to the view counter, which shows each time a user starts the project.Yes that is true, and very disappointing but I can't think of a way to include the users that aren't signed in. I have thought of this before I made this script and I tried many other things but nothing seemed to work…
It doesn't actually tell you which user started it, and only works for signed-in users.
- swadeee
-
Scratcher
11 posts
How to see who viewed your projects :D
when green flag clicked
forever
<key [ v] pressed?>
turn video [ v]
turn video [ v]
turn video [ v]
turn video [ v]
turn video [ v]
turn video [ v]
turn video [ v]
end
- Discussion Forums
- » Help with Scripts
-
» How to see who viewed your projects :D