Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
I want to learn how to program simple 2d flash games but I don't want to pay for tutorials. where do i start?
2 Answers
- green meklarLv 79 years ago
Actionscript is a bit hard to start with because it assumes you're already familiar with C-style object-oriented programming and forces you to use object-oriented concepts in order to achieve even the simplest behavior. That said, it's not impossible if you're a fast learner, have enough patience, and know how to see patterns and take nothing for granted. The first thing you'd have to do, in any case, is to download the Flex SDK (I have version 4, but you might be able to get a higher version to work) so that you have the AS3 compiler.
- jwong71091Lv 69 years ago
You can use a search engine like Google to find many free tutorials, videos, forums for learning many things
You would need to learn Actionscript which is the programming language used for creating Flash games and animation
Actionscript game tutorial beginners
http://www.google.com/search?q=Actionscript++game+...
How create Flash game
http://www.google.com/search?hl=en&q=How+create+Fl...
Free Flash course
http://www.google.com/search?hl=en&q=Free+Flash+co...
The website gamedev.michaeljameswilliams.com has this tutorial that teaches Actionscript by showing you how to create a Flash game
http://gamedev.michaeljameswilliams.com/2008/09/17...
There are many online forums for game and computer programming. You can ask them for any advice and information
Actionscript forum
http://www.google.com/search?hl=en&q=Actionscript+...
Game programming forum
http://www.google.com/search?hl=en&q=Game+programm...
There are also many free programs for creating Flash and 2D or 3D video games
Free Flash compiler editor
http://www.google.com/search?hl=en&source=hp&q=Fre...
Free game programming software
http://www.google.com/search?hl=en&q=Free+++game++...
YouTube has videos for learning almost any subject or topic
Make Flash game
http://www.youtube.com/results?search_query=Make++...
Good luck and I hope this will help