Discuss Scratch

dual_creator43
Scratcher
1000+ posts

"Cloud" Lists

I'm making a project and I want to make it to where if the person's username is in the list, it does something, but if it's not, it does something else and just adds the username to the list. I feel that the list will not keep its items for each viewer, but my project is dependent on it. How can I make it to where the list keeps all of its items?

I'm dual_creator43, and I hope I've done well with anything. (Projects, forum replies, etc.) My Scratch habits include:
  • checking my inbox
  • being active in the forums
  • working on my projects (sometimes)
Check out more about me by clicking here or here. Happy Scratching!

My most famous quote: “Nothing good ever comes from posting near the end of a page.”
This is probably the best post anyone has ever made for me.
Don't you hate it when your signature isn't big enough to show everything you put in it?

But I guess it doesn't matter since you're (probably) using Shift+↓.
footsocktoe
Scratcher
1000+ posts

"Cloud" Lists

dual_creator43 wrote:

I'm making a project and I want to make it to where if the person's username is in the list, it does something, but if it's not, it does something else and just adds the username to the list. I feel that the list will not keep its items for each viewer, but my project is dependent on it. How can I make it to where the list keeps all of its items?

Use a cloud variable. Look in here for help… https://scratch.mit.edu/studios/2942315/


SHOOT THE SPACE MONSTERS! ….. A game everyone can play! Bright colors, bonky sounds!
THE 12 BALLS OF CRAZY AL ……. New scrolling adventure game!

MEGALOAYMEN5
Scratcher
1 post

"Cloud" Lists


when green flag clicked
set [score v] to [0]
forever

if <touching [ v] ?> then
change [score v] by (1000)

ad size by[50]

Last edited by MEGALOAYMEN5 (May 29, 2017 12:26:05)

DaEnderBoss
Scratcher
73 posts

"Cloud" Lists

I'm making the same type of thing! Since words can't be stored on cloud variables, we have to do something like this (Whisper* Click the link and see inside the project)

https://scratch.mit.edu/projects/163523287/

Powered by DjangoBB