I want to know if there is any way to creat an online multiplayer game using flas开发者_JAVA技巧h or flex (flash builder) ... if we can, can you send me some tutorial in an answer Thenx BeForE
The problem with creating a multiplayer game is sending the data from one user to another. Recently flash has integrated a p2p protocol allowing for direct connections between users. This makes it relatively simple to send data between users. I suggest starting with a turn-based game because then you won't have any problems keeping the game state the same on both ends.
You can watch this tutorial which helped me out a lot: http://www.flashrealtime.com/basics-of-p2p-in-flash/
精彩评论