How to create ActionScript 3.0 component capable of rotate/translate/skew/scale animation for use in
Posted
by IB
on Stack Overflow
See other posts from Stack Overflow
or by IB
Published on 2010-03-25T08:30:47Z
Indexed on
2010/03/25
8:33 UTC
Read the original article
Hit count: 380
I need a very special component written in ActionScript 3. It is a rectangle filled with a bitmap. The bitmap is loaded from an external URL based on some programmed rules. The textured rectangle is then animated using Flash CS. Animation is performed using rotate/translate/scale/skew tools.
How to create such a component and add it to Flash CS library?
© Stack Overflow or respective owner