I'm new to Actionscript.
Someone gave me a .FLA file. I opened it up in Adobe Flash Builder, then pressed Debug>Debug from the menu bar and the project starts running in a flash player as expected.
Then I shut down the flash player and then I wanted to start editing the project.
I go to the canvas area and see nothing but a purple background. I go to the timeline and see one empty layer.
I see in the library a lot of pictures and movie clips. But none of them seem to have action scripts associated with them.
Where do I go to look for all the actionscript that powers this app? I'm pretty sure there is some actionscript involved...but have no idea where to look at this point.
I typically click on a layer/frame then right click and choose actionscript to open up the actionscript dialogue window. But it's always empty.
---- EDIT
I noticed there's a folder src/com/gsk/proj1/myawesomeproject/
. In that are the folders controllers
, controls
, models
, views
and a few more. How does the flash project know to read action script from somewhere in this folder? And which as
file is fired first?