Game Development Reference
In-Depth Information
You will see that the Flash Builder creates a file automatically for you with the name
HelloWorld.as .
The extension .as stands for, you guessed it, ActionScript! The contents of the file
simply define the class called HelloWorld . We will explore the class in detail in just a
bit. On the left-hand side you will see that there is a bunch of directories also created
for you, as shown next:
The bin-debug folder where the end result files are saved includes the SWF and
HTML files. The html-template folder contains the template files for creating the
end result HTML for your flash content. At this point, let's not deal with these two
folders; instead, focus on the HelloWorld.as .
 
Search WWH ::




Custom Search