Hi
In an AS2 project I had multiple .as files which where included when building the swf. All these files had different functions in and were just called from various areas of the project.
Im trying to convert it to AS3 but when using the same method of several .as files full of functions when exporting I get an error telling me that no functions are publicly available. Does anyone have an example of how I can get this working again using multiple .as files as there is too much code to just put it all into 1 file.
Thanks.