从
this Armor Game’s post开始:
Flash – Vector-based animation package that,over time,has developed
scripting and gradually gotten more complex and supported more
interactive results to the point where it’s used for things like
complicated Flash games and other such stuff. Can be scripted with
ActionScript and compiles to the SWF format. Flash is part of the CS
packages,which are in the high hundreds / low thousands. There’s
also different versions of the package available,so make sure the one
you get has what you need.
AIR – An enhanced API and separate runtime for Flash applications
centered around desktop support. A program written for AIR can do all
the fun things that the normal Flash player can’t,such as catching
the middle and right clicks. I’m fuzzy on the details,though. Not
really relevant if you’re just interested in making Flash games to go
up on the web,but it might be worth looking into if you want to have
a more fully-featured downloadable version of your game.
Actionscript(自http://en.wikipedia.org/wiki/ActionScript起) –
a scripting language originally developed by Macromedia Inc. (now owned by Adobe Systems). It is a dialect of ECMAScript (meaning it has the same syntax and semantics of the more widely known JavaScript),and is used primarily for the development of websites and software targeting the Adobe Flash Player platform,used on Web pages in the form of embedded SWF files.