views:

254

answers:

2

For short: can you tell me some great resource to study if I want to develop online games using flash technology? Including 3D games.

+3  A: 

GameDev.net is a good resource for learning game development. Have a look at their review of Game Development With Actionscript. Try searching GameDev.net for ActionScript, you'll find a lot there.

Skilldrick
+4  A: 

You can start with the newly released Flash Platform Game Technology Center on Adobe Devnet.

There are quite a few books out there on as3 games, I'll try not to repeat the ones already mentioned:

The Essential Guide to Flash Games: Building Interactive Entertainment with ActionScript Essential Guide to Flash Games cover

This is a great book, tons of great examples, industry tips. This is pretty complete, as it starts with the basics and ends with promoting and obtaining revenue from games through systems such as MochiAds.

Another book that is filled with tips earned through experience is Real-world Flash Game Development: How to Follow Best Practices and Keep your Sanity

Real-world Flash Game Development cover

Foundation Game Design with Flash

alt text

Nice and easy start for beginners.

Flash Game University

Flash Game University Cover|Size=200x260px

For Multiplayer I would recommend:

ActionScript for Multiplayer Games and Virtual Worlds

alt text

For 3D I would recommend Papervision Essentials

alt text

Recently an Away3D book has been released: The Essential Guide to 3D in Flash The Essential Guide to 3D in Flash cover

If you're really into 3D and the web, I would recommend having a look at Unity Game Development Essentials

alt text

Not specifically games oriented, but very handy, are Keith Peter's books on animation: Foundation Actionscript 3.0 Animation: Making Things Move! alt text

and

AdvancED ActionScript 3.0 Animation alt text

These would be the books. Of course there are lot of online learning resources out there.

More Adobe propaganda, the video presentations from MAX 2009 are online now, you might want to check out:

  1. Building Great Games With Flash (skip to 14:45, they didn't chop the video)
  2. Flash Player Gaming Showcase
  3. MochiMedia Flash Gaming Summit 2010 Coverage
George Profenza
Nice answer! +1
Skilldrick
@Skilldrick Thanks! I didn't know about that book. There were quite a few good books 'back in the day', like Flash MX 2004 Games Most Wanted. I guess the whole 'hacky' nature of as2 made it all a bit more 'creative' :)
George Profenza