• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

I'm new to Adobe technologies and I'm interested in game development.

Guest
Aug 04, 2012 Aug 04, 2012

Copy link to clipboard

Copied

I'm new to Adobe technologies and I'm interested in game development. In respect to this, what is the relationship between Flash, Flex, Adobe AIr, and ActionScript?

TOPICS
ActionScript

Views

964

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 05, 2012 Aug 05, 2012

Copy link to clipboard

Copied

If you want to learn how the three different tools (Flex, AIR, Flash) are similar and differ you should search Google using terms like "Flex vs AIR vs Flash" - you will find folks have already tried to differentiate some combination of them.  One thing they all have in common is Actionscript, though the extent/capabilities of the language between them varies.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 05, 2012 Aug 05, 2012

Copy link to clipboard

Copied

Of course I've already Googled that but couldn't find a nice condensed explanation / comparison in one place. So I figured I'd come to the horse's mouth for the answer.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 06, 2012 Aug 06, 2012

Copy link to clipboard

Copied

Really? I found a few condensed explanations using those terms.  If by "horse's mouth" you mean you want someone from Adobe to give them to you, you should search thru their web site in the products sections.  These are user-to-user forums and Adobe personnel rarely visit here.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 06, 2012 Aug 06, 2012

Copy link to clipboard

Copied

If you know a link that has what he wants, wouldn't it be prudent just to provide that?

I got overwhelmed trying to understand all of the different related elements of the Flash family when I was starting, so I know what that's like. Roughly (and Ned might want to correct or clarify some of this), Actionscript 3 is the programming language Flash/Flex/AIR content is based upon. Flash is a blanket term encompassing the developing environment (Flash Pro), code libraries, and runtime (Flash Player). AIR is a runtime environment built upon Flash Player, but with added functionality and cross-platform support. Flex is an extension of Flash, offering MXML components in addition to the libraries available in Flash Pro. Adobe intends for you to use Flex with Flash Builder, a separate IDE built upon Eclipse.

I haven't used MXML yet, but my impression is that (at least in Flash Builder) it is functionally similar to WYSIWYG editing in Microsoft's Visual Studio.

If you are developing games, you can edit entirely in Flash Pro, entirely in Flash Builder, or combine both of them. Flash Pro lets you put code on the timeline, which can make some coding much easier, but also makes it very, very easy to write messy and disorganized code. Flash Builder doesn't provide access to the timeline and is intended for class-based development. Personally, I like to combine the two, writing some timeline code in Pro and doing my class files in Builder, but I'm not the greatest developer.

As a heads-up, the code editor in Flash Pro is absolutely terrible, and is full of bugs that have existed for many generations, because Adobe wants you to buy Flash Builder for the additional $600, but if you are a student or "unemployed", you can get FB for free from Adobe.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 06, 2012 Aug 06, 2012

Copy link to clipboard

Copied

LATEST

If your initial question is intended for me, you should respond to my posting.  I have no specific link to offer, just a suggestion to find some links that might help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines