Page 1 of 1

Multiplayer

PostPosted: Tue Aug 23, 2005 2:38 pm
by Crusader
:D Hi,how can I make a multiplayer option in the menu?You know to pla with your friend on a same compuiter

PostPosted: Tue Aug 23, 2005 2:48 pm
by willg101
The same as you would make any other option on a menu. My menu demo is right here-> http://free.hostdepartment.com/w/willg101/menu.zip

(editted to try correct the link)

Hi

PostPosted: Tue Aug 23, 2005 5:06 pm
by Crusader
Please explain it without links.I have linux and Linux doesnt reads that stuff

PostPosted: Tue Aug 23, 2005 5:51 pm
by makslane
You can use this program to unzip:
http://www.info-zip.org/pub/infozip/UnZip.html

PostPosted: Wed Aug 24, 2005 1:33 am
by willg101
Also, if that doesn't work, I know of a free dos utility; otherwise, I'd be more than happy to write a tutorial for you!

OK

PostPosted: Wed Aug 24, 2005 9:23 am
by Crusader
OK,dude That shall be great,if you have time,ofcourse.

PostPosted: Wed Aug 24, 2005 5:40 pm
by willg101
OK, Here we go!

1. Make an actor "StartGame"
2. Change text -> "Start Game"
3. Add an event -> "Mouse button up" -> "Move to [move=View][relative to=game center][x=(start) x][y=(start) y]"
4. Make an actor "Multiplayer"
5. Change text -> "Multiplayer Game"
6. Add an event -> "Mouse button up" -> "Move to [move=View][relative to=game center][x=(Multiplayer start) x][y=(Multiplayer start) y]"
7. Add an actor "Quit"
8. Change text -> "Quit"
9. Add an event -> "Mouse button up" -> Script Editor ->
Code: Select all
ExitGame();


Now, test it out!
It should look like this:
Image

HTHs! Hope this makes sense!