Book Image

Flash Multiplayer Virtual Worlds

Book Image

Flash Multiplayer Virtual Worlds

Overview of this book

Flash virtual worlds are some of the most exciting—and profitable—online business being built today. Using Flash, developers can build interactive environments where users can interact with the virtual world and one another, compete, and have fun. Creating a playful environment on an electronic network presents unique challenges as you combine a fun, upbeat frontend with some serious and complex server logic. This handy book assists you in building amazing virtual worlds in no time by implementing ActionScripts in a Flash IDE. With this book in hand, you will build virtual worlds that have avatars walking around and interacting with non playing characters, completing challenging quests, and allowing users to link with real-world friends. The fun begins with first exploring existing virtual world games such as Club Penguin, Mole, Dofus, and World of Warcraft. We will then design our virtual environment. Then we will create avatars and move the avatars in the virtual world. We will add some triggers to add amusement and life to the virtual world. We will allow the avatars to interact with other players and create a buddy list for each user. Then we will integrate buildings and other environment to the virtual world. We will also let the players interact with non-player characters to complete some tasks. Finally, we move on to add interesting quests to the virtual world, which need to be accomplished by the player to gear up to the next level of the game. This example-rich, hands-on guide sequentially develops a multiplayer virtual world—the platform, the environment, quests, avatars, non-playing characters, and interaction between them.
Table of Contents (18 chapters)
Flash Multiplayer Virtual Worlds
Credits
About the Author
About the Reviewers
Preface

Common features in virtual world


There are some common features that often appears in a Flash virtual world.

Avatar

An avatar is an identity to represent the user when interacting in a virtual world. The avatar often means a character in Flash virtual world. Users can choose different appearances of the avatar and may even be able to customize the color and detail style.

The following screenshot is from the NuYu avatar editor from Data Design Interactive (http://217.199.176.105/ddigames/). It allows avatar customization on every part of the face and the players can use these avatars in the games.

World to explore

In a virtual world, there are different places that users can explore. There is usually a starting city that every new player arrives to. Then players start their own journey in the virtual world by exploring different cities, places, and making game progress or interacting with others in different places in the world.

Home

Players may have their own private place called home. They can buy different things to decorate their home. They may invite friends to their home for private group chat.

The following screenshot is a home of a member in Fantage virtual world (http://www.fantage.com/). Players can customize their home with decorations that are available at the game store. They can also create party events that invite others to come and get special party items.

Items

Items are another key feature of a virtual world. Letting players collect items can be a good motivation to make them active in a virtual world. Some players will even put rare items in their home to show off how powerful they are. Items can also be mounted on avatars to enhance appearance and properties such as hats or magic ward.

Quests

Quests are some tasks that players have to accomplish in order to gain rewards. Quests may require players to explore to a certain place, find certain rare items, perform social activity, or combat with some enemy creatures. The rewards are often virtual money, experience, or special items.

Non-player characters

Non-player characters are characters that are controlled by the virtual world instead of by users. They often provide services to users such as selling items, providing quests, and giving introductions to new players. Some enemies or creatures may also be a non-player character.

Social features

It is important to enhance the social features to keep a virtual world live. A successful virtual world let players know what others are doing, discuss the world with each other, and spread the news and progress to others.