Discuss Scratch

fireballxz
Scratcher
17 posts

Multiplayer games

How do i make a multiplayer game and, what script should i use for it?
BKFighter
Scratcher
1000+ posts

Multiplayer games

The wiki article http://wiki.scratch.mit.edu/wiki/Creating_a_Multiplayer_Game should be of some use to you.

Last edited by BKFighter (Dec. 29, 2015 21:45:18)

shesheep8
Scratcher
20 posts

Multiplayer games

I'm trying to make a game that's multiplayer- you can interact with other people. But I don't exactly understand the scripts that make it multiplayer. I've already read the Scratch Wiki article, but I still don't really understand. If somebody could just clarify it up for me, that would be really nice.

Another question I have is ‘is safechat allowed or not allowed?’ There's a lot of conflicting info on Scratch.

Thanks,
shesheep8
whenbackdropswitchestoMultiplayer Games PostswitchcostumetosmilesayThanks!!!!

Last edited by shesheep8 (Dec. 30, 2015 04:29:50)

scrooch2005
Scratcher
33 posts

Multiplayer games

fireballxz wrote:

How do i make a multiplayer game and, what script should i use for it?
If you want to make something like a race or a platformer you can try this:
Instructions:
First choose 2 different Sprites, or make them.
Then click one of them and right in the following scripts;
whenright arrowkeypressedmove10steps
whenleft arrowkeypressedmove-10steps
After you're done, click the other sprite and follow the following scripts below;
whenDkeypressedmove10stepswhenAkeypressedmove-10steps
I hope this helps
deck26
Scratcher
1000+ posts

Multiplayer games

Chatrooms are allowed as long as you're using a white list of acceptable words/phrases.
deck26
Scratcher
1000+ posts

Multiplayer games

https://scratch.mit.edu/projects/77775784/ might help you understand how a multiplayer game can be done. Here's a demo using that method https://scratch.mit.edu/projects/63501310/
shesheep8
Scratcher
20 posts

Multiplayer games

deck26 wrote:

Chatrooms are allowed as long as you're using a white list of acceptable words/phrases.
Thank you!!
17dbuel
Scratcher
3 posts

Multiplayer games

this may help as well its Something i put together thats working https://scratch.mit.edu/projects/94953620/
SkyBlue19
Scratcher
41 posts

Multiplayer games

well, if you want to make a multiplayer game there are some like fireboy and watergirl that use arrow keys to control one, and a,w,d to control the other. You could try using
when right arrowkeypressedwhenleft arrowkeypressedwhenakeypressedwhendkeypressed
and add the motion to the end of each

Last edited by SkyBlue19 (Jan. 21, 2016 23:23:31)

SkyBlue19
Scratcher
41 posts

Multiplayer games

if that didn't help, you can check out the script in some of my platformer projects, (There is a jumping script in those that you can use as well)
https://scratch.mit.edu/projects/92924653/
shesheep8
Scratcher
20 posts

Multiplayer games

SkyBlue19 wrote:

if that didn't help, you can check out the script in some of my platformer projects, (There is a jumping script in those that you can use as well)
https://scratch.mit.edu/projects/92924653/
It's very helpful, but I'm trying to make a cloud multiplayer game online, like griffpatch's Scratcharia.
Anyway, thanks!

Powered by DjangoBB