Hi there,
I am making a 1v1 Fighting Game in Flash using AS3 and want to use PlayerIO but I just cant figure out how am I supposed to code the Flash part in the sense that there is:
A player object for each fighter and how to check which one is player one and which one is player two. And how do i move each character separately? Do I have a moveP1 message from server to client and then a moveP2 or what? This would end up being 2 messages for each action possible in the game. Here is a list of messages I am going to have to send for each player.
Move
Stance(Standing/Crouching/Jumping)
Punch
Kick
Pause Game
Resume Game
How to invite someone to a game?? Is it fine to just go through a list of users and then match the name and then set that person as player 2??
Forum ‹ Games ‹ 1v1 Fighting Game
2 posts
• Page 1 of 1
Re: 1v1 Fighting Game
Hi,
Have a look at the tic-tac-toe game in the download package, it's a 1v1 player game so it has most of what you're looking for.
Best,
Oliver
Have a look at the tic-tac-toe game in the download package, it's a 1v1 player game so it has most of what you're looking for.
Best,
Oliver
-

Oliver - .IO
- Posts: 1136
- Joined: January 12th, 2010, 8:29 am
2 posts
• Page 1 of 1