Hi, I come from FB so bear with me if this is some basic stuff.
I made a new actionscript project (which I understand are FB workspaces) and I created two modules (which are projects in FB terminology). Inside one of the modules I've created a libs folder, inside that folder I keep lots of libraries and helpers.
Now, when I use some of those libraries inside project one, it works. However, when I createa a dependency to the other project, even if it clears the compile/editor errors the moment I add the library, it still can't compile, saying that the type was not found or was not a compile-time constant: myLibraryClass.
Funny thing, there is one library that works, that is the Starling library, for some reason that does work, but all of the other .as classes I got just can't link properly.
Any help is appreciated.
Thanks.