It's much better if you keep all classes and libraries local to the project,
even if it means 'clogging' up drive space with copies of the same thing.
This ensures that

A) projects are portable, as you can pack/move them all from the same source
without having to care about dependencies; and
B) you don't depend on library versioning, where one update in project X can
break project Y silently

Zeh

On Thu, Sep 30, 2010 at 2:39 PM, David Hunter <davehunte...@hotmail.com>wrote:

>
> thanks for all your prompt advice. i'm ok with keeping my own classes and
> packages local to the project. but i don't want to clog up my drive
> unnecessarily with the same tween engine over and over. i have tried putting
> a folder Flash_Packages in my Documents folder and linking to it in the
> Actionscript 3.0 preferences, like your video but code hinting isn't
> recognising "import org" what could be wrong?
>
> > Date: Thu, 30 Sep 2010 14:26:22 -0400
> > Subject: Re: [Flashcoders] CS5 where to put tween engines etc?
> > From: nat...@mynarcik.com
> > To: flashcoders@chattyfig.figleaf.com
> >
> > This should work in CS5 as well: http://screenr.com/EK4
> >
> > Nathan Mynarcik
> > nat...@mynarcik.com
> > 254.749.2525
> > www.mynarcik.com
> >
> >
> > On Thu, Sep 30, 2010 at 2:09 PM, David Hunter <davehunte...@hotmail.com
> >wrote:
> >
> > >
> > > Hi all, just upgraded from CS3 to CS5. Where do I put external classes
> and
> > > libraries like TweenLite? In CS3 they were in: Adobe Flash CS3 >
> > > Configuration > Actionscript 3.0 > Classes > ... but that path doesn't
> exist
> > > in CS5. Anyone upgraded and can help? Cheers.
> > >      _______________________________________________
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>  _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to