Tag Info

Hot answers tagged

1

Computers are incredibly smart, and incredibly dumb; because they do exactly what you tell them to. For instance, you're telling it to play the sound when it finishes. =p titleWhooshSoundChannel.addEventListener( Event.SOUND_COMPLETE, onTitleWhooshFinished ); You have that line in several places in your ...


1

First, a server doesn't have to be a dedicated server. A while back, starcraft for example, the creator of the multiplayer game was also the server running the game, the one that coordinated all other players. So p2p can work with a server. Second, in real-time games, the method you describe could work, except that the servers continue to advance the game ...



Only top voted, non community-wiki answers of a minimum length are eligible