Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Speed vs. Size (was:getting a bit confused !)
From: Troy M. Gilbert
Date: Mon, 4 Jan 1999 23:24:39 GMT

>But you overstate the effect of Nesting on processor speed.

Just to add my two cents from a programming standpoint (and from the
standpoint of someone who is actually implementing a Flash player):

Each movie clip is executed independently of the current timeline as a
separate thread. While this thread management can bog down in some
situations, it is far more efficient in most. With a competent 32-bit
operating system (WinNT4 and now Linux, don't know about MacOS8.5) and
multiple processors, the movie clips can actually be more efficient with
tweening because the threads will be off-loaded to an alternate processor.
While this won't necessarily speed up the graphics rendering (alpha and
gradients), it will speed the tweening (shape morphing, scaling) computations.

For the greater majority of animations, this is a mute point. The largest
bottle neck of vector graphics processing are the gradients and alpha
(which includes anti-aliasing), two things that are unaffected by movie clips.

Troy.




------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: Speed vs. Size (was:getting a bit, Adam Bruce
  Re: FLASH: Speed vs. Size (was:getting a, John Croteau

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]