Skip to main content
August 31, 2010
Question

SDK – Beginner – Installation - Compiler

  • August 31, 2010
  • 1 reply
  • 431 views

Background: I have used some HTML in high school. I have scripted in a 3D social chat environment called Second Life. I get the rough idea that you communicate through events, functions, variables, and if statements to communicate what you want a computer to do. I know nothing about Flex/Flash/AS3.0 other then the basic explanations that flash and flex are related and can makes applications that can be run in web browsers. The basic information that is repeated over and over, but still answers none of the “How” do you start.

I ordered three Books: “Action Script for Multiplayer Games and Virtual Worlds” by Jobe Maker, “Foundation Game Design with Flash” by Rex van der spuy, and “Learning Action Script 3.0 for beginners guide” by Rich Shupe with Zevan Rosser.

I have attempted to read each until I started to get lost and although I could follow each for the first chapters, I am completely lose when they ask me to try to make any code because the Flex SDK is a bunch of folders and some files I have no clue what they are for and with no executable file for installing some sort of application I can use. I have downloaded a trial version of Flash CS5 Web package that has a builder and flash professional, but it has likely changed from CS4 which one of the books is based on, so am unable to even start working on the first project in the book. It means a Main.AS file and a Flash.FLA file, yet FLA is not a file in CS5. So I have to put a hold on attempting that and perhaps try to use AS3.0 compiler, if I can find a way to get one or get it to work since it seems like a compiler might not be a program? I am utterly lost.

QUESTION:
I want a program that I can write action script in and compile so I can at the very least “start” to learn. The code will be rather basic at first like the beginning “Hello World” output in text. The issue is I have no clue how to do it in CS5 and I do not see how to install SDK or compile AS3.0 unless I can install something or run some program to do it, because the SDK zip file has folders and some miscellaneous files in it.

Even when I read the installation there is just vague information about license and information that says nothing about the nuts and bolts of how to install and make use of this program/software I do not see.

I am use to an “install.exe” file and you click it, run it, and then run the application that was installed, but with the SDK it sounds like “Here is a compiler program you just type into and compile to run Action Script 3.0.” yet, that is clearly not the case. I am missing some important arcane knowledge that I am not seeing or figuring out.

This topic has been closed for replies.

1 reply

Participant
September 1, 2010

Hello,  I completely understand your frustration.  A few years ago I was at your exact position.  I did not know what compiler to use,  Heck, I didn't even know what a compiler was.  I learned the hard way, sometimes learning programming languages that I was truly never going to use but wasted time learning it because I didn't know any better.

By no means I am an expert but I felt compelled to write because I went through the exact same thing.

My recommendations are, if you want to play around with ActionScript for Flash Player, I would start with Flex or Flash Builder.  The Reason being is that these programs have code assist which makes programming much easier and faster since they will catch your errors before you compile.

What I did next was to purchase training videos.  I started with Flex and have since upgraded to Flash Builder.  Once you get comfortable with writing code with in Flex or Flash Builder you could incorporate Flash using CS5 if you wanted.  There are literally thousands of training videos out there.  Also check YouTube.  You can get lots and lots of training there as well.

As far as SDK(software developer kit).  I typically get them for Flex or Flash Builder.  There are training video on the web that will show you how to load a particular SDK version on Flex or FlashBuilder.

This is basically how I got started.  Don't get frustrated, there are lots of people out there willing to help if you just ask.

Good Luck