#1
0
(Traduit par Microsoft) Bon donc im faire un jeu avec AS3.0 (un jeu de cartes) et je voudrais inclure le lobby, mais il ya peu de questions que j’ai si quelqu’un peut répondre pour moi.
1) Comment pourrais-je m’y prendre?
J’ai lu sur le manuel de l’utilisateur qui est venu à l’intérieur du hall.zip
mais il explique comment inclure lobby dans un jeu déjà fait
et il a aussi beaucoup de classes qui communiquent avec le serveur.
2) Dois-je inclure « com\novelgames\multiplayerflashgames\common » dans mon projet aussi avec paquet de lobby?
comme ces fichiers n’étaient pas à l’origine à l’intérieur du hall.zip
3) Mon jeu doit-il étendre « MainDevelopment.as » à partir du paquet ci-dessus?
depuis qu’il communique avec le serveur im pas sûr si celui-ci est nécessaire ou dois-je écrire mon propre.
1) Comment pourrais-je m’y prendre?
J’ai lu sur le manuel de l’utilisateur qui est venu à l’intérieur du hall.zip
mais il explique comment inclure lobby dans un jeu déjà fait
et il a aussi beaucoup de classes qui communiquent avec le serveur.
2) Dois-je inclure « com\novelgames\multiplayerflashgames\common » dans mon projet aussi avec paquet de lobby?
comme ces fichiers n’étaient pas à l’origine à l’intérieur du hall.zip
3) Mon jeu doit-il étendre « MainDevelopment.as » à partir du paquet ci-dessus?
depuis qu’il communique avec le serveur im pas sûr si celui-ci est nécessaire ou dois-je écrire mon propre.
(Original) Help with Lobby
Alright so im making a game with AS3.0 (a card game) and i would like to include the lobby but there are few questions that i have if someone can answer for me.
1) How would i go about doing it?
i have read over the user manual that came inside the lobby.zip
but it explains how to include lobby in an already made game
and it also has alot of classes that communicate with the server.
2) Do i need to include "com\novelgames\multiplayerflashgames\common" in my project also along with lobby package?
as these files were not originally inside the lobby.zip
3) Does my game have to extend "MainDevelopment.as" from above package?
since it communicates with the server im not sure if this one is required or do i have to write my own.
Alright so im making a game with AS3.0 (a card game) and i would like to include the lobby but there are few questions that i have if someone can answer for me.
1) How would i go about doing it?
i have read over the user manual that came inside the lobby.zip
but it explains how to include lobby in an already made game
and it also has alot of classes that communicate with the server.
2) Do i need to include "com\novelgames\multiplayerflashgames\common" in my project also along with lobby package?
as these files were not originally inside the lobby.zip
3) Does my game have to extend "MainDevelopment.as" from above package?
since it communicates with the server im not sure if this one is required or do i have to write my own.
par alen
2012-04-25 20:26:33
J’aime
Répondre
#2
(Traduit par Microsoft) Si vous utilisez le lobby avec votre propre jeu développé, alors vous n’avez qu’à appeler les méthodes du module de lobby pour l’utiliser, les détails des méthodes sont répertoriés dans le fichier manual.pdf. Vous n’avez pas besoin d’utiliser d’autres fichiers qui ne sont pas dans le fichier lobby.zip
(Original) If you are using the lobby with your own developed game, then you only need to call the methods of the lobby module to use it, the details of the methods are listed in the manual.pdf file. You do not need to use other files that are not in the lobby.zip file
par Novel Games
2012-04-26 13:02:59
J’aime
Répondre
#3
0
En réponse au message #2 :
(Traduit par Microsoft) merci pour la réponse, qui éclaircit beaucoup de choses
(Original) great thanks for the reply, that clears up alot of things
par alen
2012-04-26 22:47:44
J’aime
Répondre