As a Flash designer/developer for web advertising, are there any vital skills I need to investigate to get into Flash game development?
-
I'm pretty comfortable with as2 and as3, and have built a couple basic games. I wonder if there are any recommended techniques or workflows to enhance the process.
-
Answer:
A good knowledge of the following topics is a must I think: collision detection pathfinding steering behavior isometry data structures (Matrix, Array, Vector,...) timers animation performance (check Grant Skinners talk: http://gskinner.com/talks/quick/) multiplayer games (check out http://www.electrotank.com or http://www.smartfoxserver.com/) A lot of the above topics you will find in the books of Keith Peters: Making Things Move: http://www.bookdepository.co.uk/book/9781590597910/Foundation-Actionscript-3-Animation/?a_aid=vicrau Advanced Actionscript 3.0 Animation: http://www.bookdepository.co.uk/book/9781430216087/AdvancED-Actionscript-3.0-Animation/?a_aid=vicrau If you are interested in making 3D games, Unity is your choice. Have fun and play lots of games! :-)
Vic Rau at Quora Visit the source
Other answers
I"m in a similar situation as you are - Flash Platform application developer looking to bust into games. There's a LOT to learn, it's sort of a different thing altogether - but like many problems in Flash, it's been solved a million times. What I recommend is that instead of learning how to build games in Flash, specifically, you should learn how to effectively use one of the many Flash Gaming Frameworks. Take some time and dive into Flixel, for instance - it'll leverage all of your existing skills, and the "game" part of it will start to make more sense as you go. Here's a link to a tutorial I found to be incredibly helpful: http://www.creativeapplications.net/flash/flixel-2-tutorial-flash-tutorials-games/ From what I can tell, Flixel does two major things for you: 1) It circumvents the DisplayList, and instead all graphics are composited using Blitting. But you never have to worry about that - the hard part is abstracted out, so ultimately you kind of just have to learn the Flixel DisplayList. Blitting is super powerful, basically instead of adding objects to stage you get one big Bitmap added to stage and every frame updates that bitmap. 2) It abstracts out the Game Loop. Every object updates every time it goes through - sort of a built-in Event.ENTER_FRAME handler that's cemented into the very foundation of the framework, and everything extends it. Easy to logically divide up behavior. Have fun, and please by all means post what you make! :)
Mykola Bilokonsky
Related Q & A:
- Do I need a passport to get across at the U.S. border?Best solution by Yahoo! Answers
- What do I need to do to get into competitive karting?Best solution by Yahoo! Answers
- Can you tell me what I need to do and get while travelling to Africa?Best solution by Yahoo! Answers
- I need a creative idea for a board game.Best solution by Yahoo! Answers
- Should i be a graphic designer or a web designer?Best solution by AllExperts
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.