Reply
 
Thread Tools Display Modes
Unread 08-12-2012, 03:36 PM   #1
4atadffg
Join Date: Aug 2012
Posts: 1
Question regarding AS and Flash

How do I find out which FLA uses which AS? For example, I can't find which FLA uses the StatesAndConditions.as file. I have programming and modding experience, but new to Flash.
4atadffg is offline   Reply With Quote
Unread 08-27-2012, 10:14 AM   #2
SomeDragonGuy
Join Date: Aug 2012
Posts: 2
I was confused about this when I first started as well!

Lets take the Achievement window for instance.(under Source.Gui)

Open achievement.fla. Look at your timeline, you should see a little "a" in the as layer. You can right click that, and goto Actions(should be last option). It will open the actions window and now you will see "#include 'achievement.as' "

Ok so now we have the base AS file for the achievement window.

NOW look in your library and find AchievementWindow. Right click and goto properties, you will notice an Identifier "AchievementWindow" and your class "GUI.Achievement.AchievementWindow". It is referencing your AchievementWindow.as (which is just a class AS)
SomeDragonGuy is offline   Reply With Quote
Reply

Go BackSecretUI » Developer Discussions » General Authoring Discussion » Question regarding AS and Flash

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off