Pages: 1
Topic closed
I understand that making simple two player games with added scripts such as gravity, velocity, etc. But this will show you how to fix a problem that may be a problem to many two-player developers. Let's say that your keybindings are WASD keys for P2, and arrow keys for P1. Add the scripts in this order:
[scratchblocks]
when gf clicked
if <(right arrow key pressed)> and <(D key pressed)>
change x by [YOUR_NUMBER] <-- example "10"
Edit:
Put this script on both player one and player two sprites
So I'm sure this works and go have fun!
Last edited by legominifig8 (2012-07-01 17:05:59)
Offline
You don't seem to be seeking help so probably should move this to "Requests" because you are offering help to others.
Also, what does the script even do?
Offline
Wes64 wrote:
You don't seem to be seeking help so probably should move this to "Requests" because you are offering help to others.
Also, what does the script even do?
This forum is called the "Help with Scripts" forum. You do not necessarily have to ask for help. You can always just post something helpful to other developers.
I have done that a few times.
And I agree, what is this script built to do?
I am guessing something that has to do with 2-player on a platformer.
Offline
SOScratch wrote:
This forum is called the "Help with Scripts" forum. You do not necessarily have to ask for help. You can always just post something helpful to other developers.
I have done that a few times.
On the forums homepage it says...
Help with Scripts
Need help with your Scratch project? Ask here!
Requests
Looking for something? Want to offer your skills to others?
I think it fits requests much better.
Offline
Do you know how when you make a two player game, if both people control at the same time, one of them does not move? This fixes that.
Offline
Topic closed
Pages: 1