Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » i want to make a multiplayer fighting game
- kieranblackley
-
500+ posts
i want to make a multiplayer fighting game
what i am doing is i am making a multiplayer boxing game and i need it s the multiplayer is like griffpatchs multiplayer without using one computer and i want it so other people around the world can join up with you on it only if you make it multiplayer and i need it so the second player has costumes and can move around as well and make it so it sets its own costume
- PixelZebra
-
60 posts
i want to make a multiplayer fighting game
It would't be easy to make that.. you will need to make tons of cloud variables, like P1 X/y coordinates, costume, hp.. also you will need a script that checks if there are any slots available for a new player to join the game.
For moving make this
ex. When up arrow pressed change (cloud var. Player 1) y by
and make another one for player 2 but with a different set of controls
For the costumes make a cloud variable Costume# Player1 and changes as the costume change.. and same for player two.
And for HP it's easy, just like a normal variable but make it a cloud one!
I think these should work but i don't know a script for slots etc..
For moving make this
ex. When up arrow pressed change (cloud var. Player 1) y by
and make another one for player 2 but with a different set of controls
For the costumes make a cloud variable Costume# Player1 and changes as the costume change.. and same for player two.
And for HP it's easy, just like a normal variable but make it a cloud one!
I think these should work but i don't know a script for slots etc..
- TheBeat
-
2 posts
i want to make a multiplayer fighting game
soo, how many players do you want? this seems like a fairly simple idea…
- kieranblackley
-
500+ posts
i want to make a multiplayer fighting game
i want it so there is a cpu and 1 to 10 players can go on it soo, how many players do you want? this seems like a fairly simple idea…
- kieranblackley
-
500+ posts
i want to make a multiplayer fighting game
read my comment it says i want t so people all around the world can join and everyone use the same controls and can move around the area and have to have two computers used It would't be easy to make that.. you will need to make tons of cloud variables, like P1 X/y coordinates, costume, hp.. also you will need a script that checks if there are any slots available for a new player to join the game.
For moving make this
ex. When up arrow pressed change (cloud var. Player 1) y by
and make another one for player 2 but with a different set of controls
For the costumes make a cloud variable Costume# Player1 and changes as the costume change.. and same for player two.
And for HP it's easy, just like a normal variable but make it a cloud one!
I think these should work but i don't know a script for slots etc..
- g-dog9293
-
100+ posts
i want to make a multiplayer fighting game
You are going to need cloud data… I have to admit, its going to be hard.
- kieranblackley
-
500+ posts
i want to make a multiplayer fighting game
i do know about cloud data and all that i might ask griffpatch abourt it You are going to need cloud data… I have to admit, its going to be hard.
- kieranblackley
-
500+ posts
i want to make a multiplayer fighting game
what the games multiplayer is is when 8 people can join up and you need 8 computers all around the world that is what the multiplayer is like
- Discussion Forums
- » Help with Scripts
-
» i want to make a multiplayer fighting game