flash - Relationship of code on first frame of main time line to class code and library objects -
Go to this point where the hole in my AS3 knowledge is getting bigger! Realizing that I have confusion about this relationship: The code body on the first frame of the AS3 file. (Which I have used Library Objects to use the laid-back and used to call the class code). Is this code called codecode? Library Objects (usually Graphical Objects) Should it be done differently? I have the following problems due to lack of understanding: A complex complex from a class, but straight forward in the main body code. Cant call function on the main body code from class code, because class code does not know that the main body code exists? So it seems that two languages can communicate easily? Any indication greatly appreciated. The code on the first frame is called a 'timeline script' and it is minimized (depending on the project) The document class is different, and can be considered a special case. It is automatically called when your SWF starts. This design is se...