Hi,
I have looked through all previous threads on this, but I can't seem to find a proper answer. I have a folder structure like this:
Projects
----classes
--------myclass.as
----Someproject
--------someproject.fla
the .as package is now:
the import call is now:
ActionScript Code:
import Projects.classes.myclass
I get the error "Definition 'Projects.classes.myclass' could not be found"
I know that I could put the folder "classes" into the "Someproject" folder but I make a bunch of different small projects that all reference the same set of packages. So it would be very useful to be able to call them from the parent folder Projects.
any help would be AWESOME!