Alright, let me start. At the end you will make a multiplayer chase game!
ALWAYS REMEMBER TO HAVE 2 SPRITES!
Important things for two player game is to have two player sprites. Jusst 2 sprites or if you want, you can have 3, 4, 5 etc.
Scripts
For the scripts this is for player one
[blocks]<when green flag clicked>
<forever>
<if><key[right arrow ]pressed?>
<turn cw(15 )degrees>
<move( 10 )steps>
<end>
<if><key[left arrow ]pressed?>
<turn cw( 15 )degrees>
<move( 10 )steps>
<end>
<end>[/blocks
Player 2 scripts
<when green flag clicked>
<forever>
<if><key[ a ]pressed?>
<turn cw( 15 )degrees>
<move( 10 )steps>
<end>
<if><key[ d ]pressed?>
<turn cw( 15 )degrees>
<move( 10 )steps>
<end>
<end>
Setting the background
Try to pick a good background to suit your sprites as in like if you have a mario chase, you could have a mario background.
The sprites
Try to pick 2 sprite imagesthat both fit into your background. For example you have bart and lisa, homer and bart, marge and bart, homer and lisa, lisa and marge, homer and marge OR mario and luigi, if you want you can have different sprites that don't even suit the background!
Now to add some stuff to the chase
Add some music, or even sprites to site in the background like a crowd and have them scream like mad during the chase.
THATS THE END.
Last edited by bart9032 (2008-11-01 22:10:15)
Offline