I was watching some tutorial, and there trainer imported com.greensock.TweenLite
I downloaded the greensock pacakge but can’t figure out how, where to add this files so that when in AS3.0 i type import com.gre… it pops-up.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
create a source directory anywhere you’d like to keep your own personal library and other 3rd party libraries. for example, i put everything in a folder
/Developeron my mac:from within Flash Professional CS5.5, select Preferences > Category: ActionScript > Language: ActionScript 3.0 Settings…
here, under Source Path, you will choose the folder on your file system that contains your source files. when this is done, code completion should work with these files.
there are other ways to choose specific source paths for specific projects, but the steps i’ve outlined above is a global approach that only needs to be done once and will insure that the source files in your chosen directory will be accessible to all projects.