Discuss Scratch

simbad435
Scratcher
100+ posts

how do you make a game online

i am making a online collabing project that people can use to find and make a collab project together and i need help with making the project online
tester452
Scratcher
43 posts

how do you make a game online

My school account has an online game, but just know that you can only have 10 cloud variables. This limits the amount of abilities and features. I can give you the link for it, but features are extremely limited.
simbad435
Scratcher
100+ posts

how do you make a game online

that can help
Umhead22
Scratcher
100+ posts

how do you make a game online

You need to make Cloud variable for difrent player
Ex script
when green flag clicked
set [Username v] to (username)
add [(Usename)] to [list v]
if <(.username) = <[List v] contains (username) ?>> then
create clone of [Myself v]
else
broadcast [ERR v]
end
something like that but It will probaly work
alboxer2000
Scratcher
1000+ posts

how do you make a game online

simbad435 wrote:

i am making a online collabing project that people can use to find and make a collab project together and i need help with making the project online
use @griffpatch's tutorials
kpoovakan
Scratcher
100+ posts

how do you make a game online

Griffpatch has tutorials for this.
The Scratch Wiki also has tutorials for this.
I don't know which one is better.
Anyways, you can go to https://en.scratch-wiki.info/wiki/Creating_a_Multiplayer_Game#Online_Multiplayer and https://en.scratch-wiki.info/wiki/Encoding_and_Decoding_Cloud_Data for instructions. I hope you found this helpful!
Rodent_King11
Scratcher
4 posts

how do you make a game online

I don't quite know the whole decoding and encoding thing, but, I can help with transmitting usernames without encoding/decoding.
when green flag clicked
if <[ usernames] contains (username) ?> then 
say (join (join [welcome back, ] (username)) (join [ User ID: ] (item # of (item ((item (item ( (username)) of [list Usernames] :: list) in [list User IDs]))) for (2) secs


else

end

In the else section, add “ask (please make a user ID)” then add it to a list and yeah

Powered by DjangoBB