This might be a dumb question, but I am making the move from intermedite timeline scripting to more advanced object oriented document class scripting.
So this is the question: how does one know what packages need to be imported when writing a class? IN many cases it is somewhat obvious, but in many other cases, it isn’t. Do people just know from experience that when they use “abc” function that they need to import “xyz” class? Is there some kind of code hinting you can use to help this? I saw in a Lee Brimlow tutorial that he was using “Eclipse” and it looked like there was some kind of auto code hinting thing he did to put in an import command. After looking at the eclipse website, I don’t think I am ready for that (I think it was more for Flex than Flash).
Anyway any hints here would be appreciated.