how do I change the settings so that the flash file looks for as. files in a certain file.
I've done it before but I've forgotten how.
Printable View
how do I change the settings so that the flash file looks for as. files in a certain file.
I've done it before but I've forgotten how.
If you mean import an external as files using AS 2.0 it is:Actionscript Code:#include "filename.as"
Remember you can use includes in class files, you must use the AS 3.0 approach.
But if you are using AS 3.0 it is:
Actionscript Code:import com.filename;