After unzip the library you'll see a folder called "Source", with the
following structure:
com
/yahoo
/astra
/animation <-- Animation.as is here
/fl
/layout
/utils
Don't forget to include the "Source" folder to flash ActionScript 3.0
Class Path on "Edit > Preferences > ActionScript"
--- In ydn-flash@yahoogroups.com, "Sefi Ninio" <sefi.ninio@...> wrote:
>
> Hey Eric,
>
> I am experiencing similar issues.
> I tried to locate the Animation.as you talked about, with no success.
> Could you please point me to this file location?
>
> I'd like to try this change myself as well.
>
> Thanks,
> Sefi
>
> On Wed, May 14, 2008 at 10:05 PM, erickwilder <erickwilder@...>
> wrote:
>
> > I'm working on a project with a framerate lower than 20 and the
> > animation doesn't look much good. I've spent some time digging trough
> > the Animation.as file and i've seen that "timerUpdateHandler" uses
> > TimerEvents to control time-based animations.
> > With this in mind i've decided to try to make my animations better and
> > added "event.updateAfterEvent()" just at the end on this method.
> > Now, even with frame rate of 2 i'm getting much better animations. My
> > question is if there is any trouble on changing this behavior of the
> > animation class, such as memory leaks or crap garbage collection.
> >
> >
> >
>