tweensy - Google Code にある 「Tweensy 0.2.2.zip」 をダウンロードして展開したファイルのリスト。

「._.DS_Store」ファイルと「.svn」ディレクトリは邪魔なので削除してある。

「.svn」ディレクトリの削除方法

Windows XP上にて以下の Perl スクリプトを ActivePerl で実行して「.svn」ディレクトリを削除。


perl -MFile::Find -MFile::Path -e "find(sub {rmtree($_, 1, 1) if (-d $_ and $_ eq '.svn');}, '.');"

Tweensy 0.2.2 ファイル一覧

Windows XP の tree コマンド (tree /F) で以下のファイルリストを作成。


Tweensy0.2.2
│  
├─beta
│  │  
│  ├─source
│  │  │  
│  │  ├─cs3
│  │  │  │  
│  │  │  └─fx
│  │  │      ├─com
│  │  │      │  └─flashdynamix
│  │  │      │      │  
│  │  │      │      ├─motion
│  │  │      │      │  │  Tweensy.as
│  │  │      │      │  │  TweensyGroup.as
│  │  │      │      │  │  TweensySequence.as
│  │  │      │      │  │  TweensyTimeline.as
│  │  │      │      │  │  
│  │  │      │      │  ├─easing
│  │  │      │      │  │      BackEaseParams.as
│  │  │      │      │  │      CustomEasing.as
│  │  │      │      │  │      ElasticEaseParams.as
│  │  │      │      │  │      
│  │  │      │      │  ├─effects
│  │  │      │      │  │  │  BulgeEffect.as
│  │  │      │      │  │  │  BumpMapEffect.as
│  │  │      │      │  │  │  IEffect.as
│  │  │      │      │  │  │  PerlinDisplacementEffect.as
│  │  │      │      │  │  │  PixelateEffect.as
│  │  │      │      │  │  │  ReflectEffect.as
│  │  │      │      │  │  │  RGBSplitEffect.as
│  │  │      │      │  │  │  ScanLinesEffect.as
│  │  │      │      │  │  │  XRayEffect.as
│  │  │      │      │  │  │  
│  │  │      │      │  │  └─core
│  │  │      │      │  │          ChannelEffect.as
│  │  │      │      │  │          ColorEffect.as
│  │  │      │      │  │          CopyEffect.as
│  │  │      │      │  │          DisplacementEffect.as
│  │  │      │      │  │          DissolveEffect.as
│  │  │      │      │  │          DrawEffect.as
│  │  │      │      │  │          FilterEffect.as
│  │  │      │      │  │          MergeEffect.as
│  │  │      │      │  │          NoiseEffect.as
│  │  │      │      │  │          PixelEffect.as
│  │  │      │      │  │          ScrollEffect.as
│  │  │      │      │  │          ThresholdEffect.as
│  │  │      │      │  │          
│  │  │      │      │  ├─extras
│  │  │      │      │  │      BitmapTiler.as
│  │  │      │      │  │      ColorMatrix.as
│  │  │      │      │  │      Emitter.as
│  │  │      │      │  │      MatrixTransform.as
│  │  │      │      │  │      
│  │  │      │      │  ├─guides
│  │  │      │      │  │      Bezier2D.as
│  │  │      │      │  │      Direction2D.as
│  │  │      │      │  │      Orbit2D.as
│  │  │      │      │  │      
│  │  │      │      │  ├─layers
│  │  │      │      │  │      BitmapFillLayer.as
│  │  │      │      │  │      BitmapLayer.as
│  │  │      │      │  │      VectorLayer.as
│  │  │      │      │  │      
│  │  │      │      │  ├─plugins
│  │  │      │      │  │      AbstractTween.as
│  │  │      │      │  │      ColorTween.as
│  │  │      │      │  │      DisplayTween.as
│  │  │      │      │  │      FilterTween.as
│  │  │      │      │  │      MatrixTween.as
│  │  │      │      │  │      MovieClipTween.as
│  │  │      │      │  │      ObjectTween.as
│  │  │      │      │  │      SoundTween.as
│  │  │      │      │  │      TweensyPluginList.as
│  │  │      │      │  │      
│  │  │      │      │  └─vectors
│  │  │      │      │          CurveLine.as
│  │  │      │      │          Gradient.as
│  │  │      │      │          IVector.as
│  │  │      │      │          Line.as
│  │  │      │      │          
│  │  │      │      └─utils
│  │  │      │              MultiTypeObjectPool.as
│  │  │      │              ObjectPool.as
│  │  │      │              SWFProfiler.as
│  │  │      │              
│  │  │      └─fl
│  │  │          └─motion
│  │  │              └─easing
│  │  │                      Back.as
│  │  │                      Bounce.as
│  │  │                      Circular.as
│  │  │                      Cubic.as
│  │  │                      Elastic.as
│  │  │                      Exponential.as
│  │  │                      Linear.as
│  │  │                      Quadratic.as
│  │  │                      Quartic.as
│  │  │                      Quintic.as
│  │  │                      Sine.as
│  │  │                      
│  │  └─cs4
│  │      │  
│  │      └─fx
│  │          ├─com
│  │          │  └─flashdynamix
│  │          │      │  
│  │          │      ├─motion
│  │          │      │  │  Tweensy.as
│  │          │      │  │  TweensyGroup.as
│  │          │      │  │  TweensySequence.as
│  │          │      │  │  TweensyTimeline.as
│  │          │      │  │  
│  │          │      │  ├─easing
│  │          │      │  │      BackEaseParams.as
│  │          │      │  │      CustomEasing.as
│  │          │      │  │      ElasticEaseParams.as
│  │          │      │  │      
│  │          │      │  ├─effects
│  │          │      │  │  │  BulgeEffect.as
│  │          │      │  │  │  BumpMapEffect.as
│  │          │      │  │  │  IEffect.as
│  │          │      │  │  │  PerlinDisplacementEffect.as
│  │          │      │  │  │  PixelateEffect.as
│  │          │      │  │  │  ReflectEffect.as
│  │          │      │  │  │  RGBSplitEffect.as
│  │          │      │  │  │  ScanLinesEffect.as
│  │          │      │  │  │  XRayEffect.as
│  │          │      │  │  │  
│  │          │      │  │  └─core
│  │          │      │  │          ChannelEffect.as
│  │          │      │  │          ColorEffect.as
│  │          │      │  │          CopyEffect.as
│  │          │      │  │          DisplacementEffect.as
│  │          │      │  │          DissolveEffect.as
│  │          │      │  │          DrawEffect.as
│  │          │      │  │          FilterEffect.as
│  │          │      │  │          MergeEffect.as
│  │          │      │  │          NoiseEffect.as
│  │          │      │  │          PixelEffect.as
│  │          │      │  │          ScrollEffect.as
│  │          │      │  │          ThresholdEffect.as
│  │          │      │  │          
│  │          │      │  ├─extras
│  │          │      │  │      BitmapTiler.as
│  │          │      │  │      ColorMatrix.as
│  │          │      │  │      Emitter.as
│  │          │      │  │      MatrixTransform.as
│  │          │      │  │      TextPress.as
│  │          │      │  │      
│  │          │      │  ├─guides
│  │          │      │  │      Bezier2D.as
│  │          │      │  │      Direction2D.as
│  │          │      │  │      Orbit2D.as
│  │          │      │  │      
│  │          │      │  ├─layers
│  │          │      │  │      BitmapFillLayer.as
│  │          │      │  │      BitmapLayer.as
│  │          │      │  │      VectorLayer.as
│  │          │      │  │      
│  │          │      │  ├─plugins
│  │          │      │  │      AbstractTween.as
│  │          │      │  │      ColorTween.as
│  │          │      │  │      DisplayTween.as
│  │          │      │  │      FilterTween.as
│  │          │      │  │      MatrixTween.as
│  │          │      │  │      MovieClipTween.as
│  │          │      │  │      ObjectTween.as
│  │          │      │  │      SoundTween.as
│  │          │      │  │      TweensyPluginList.as
│  │          │      │  │      
│  │          │      │  └─vectors
│  │          │      │          CurveLine.as
│  │          │      │          Gradient.as
│  │          │      │          IVector.as
│  │          │      │          Line.as
│  │          │      │          
│  │          │      └─utils
│  │          │              MultiTypeObjectPool.as
│  │          │              ObjectPool.as
│  │          │              SWFProfiler.as
│  │          │              
│  │          └─fl
│  │              └─motion
│  │                  └─easing
│  │                          Back.as
│  │                          Bounce.as
│  │                          Circular.as
│  │                          Cubic.as
│  │                          Elastic.as
│  │                          Exponential.as
│  │                          Linear.as
│  │                          Quadratic.as
│  │                          Quartic.as
│  │                          Quintic.as
│  │                          Sine.as
│  │                          
│  └─swc
│          TweensyFXCS3.swc
│          TweensyFXCS4.swc
│          
├─documentation
│  │  
│  ├─fx
│  │  │  all-classes.html
│  │  │  all-index-A.html
│  │  │  all-index-B.html
│  │  │  all-index-C.html
│  │  │  all-index-D.html
│  │  │  all-index-E.html
│  │  │  all-index-F.html
│  │  │  all-index-G.html
│  │  │  all-index-H.html
│  │  │  all-index-I.html
│  │  │  all-index-J.html
│  │  │  all-index-K.html
│  │  │  all-index-L.html
│  │  │  all-index-M.html
│  │  │  all-index-N.html
│  │  │  all-index-O.html
│  │  │  all-index-P.html
│  │  │  all-index-Q.html
│  │  │  all-index-R.html
│  │  │  all-index-S.html
│  │  │  all-index-T.html
│  │  │  all-index-U.html
│  │  │  all-index-V.html
│  │  │  all-index-W.html
│  │  │  all-index-X.html
│  │  │  all-index-Y.html
│  │  │  all-index-Z.html
│  │  │  appendixes.html
│  │  │  asdoc-log.txt
│  │  │  asdoc.js
│  │  │  class-summary.html
│  │  │  cookies.js
│  │  │  index-list.html
│  │  │  index.html
│  │  │  mxml-tags.html
│  │  │  package-frame.html
│  │  │  package-list.html
│  │  │  package-summary.html
│  │  │  print.css
│  │  │  style.css
│  │  │  title-bar.html
│  │  │  
│  │  ├─com
│  │  │  └─flashdynamix
│  │  │      ├─motion
│  │  │      │  │  class-list.html
│  │  │      │  │  package-detail.html
│  │  │      │  │  Tweensy.html
│  │  │      │  │  TweensyGroup.html
│  │  │      │  │  TweensySequence.html
│  │  │      │  │  TweensyTimeline.html
│  │  │      │  │  
│  │  │      │  ├─easing
│  │  │      │  │      BackEaseParams.html
│  │  │      │  │      class-list.html
│  │  │      │  │      CustomEasing.html
│  │  │      │  │      ElasticEaseParams.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      
│  │  │      │  ├─effects
│  │  │      │  │  │  BulgeEffect.html
│  │  │      │  │  │  BumpMapEffect.html
│  │  │      │  │  │  class-list.html
│  │  │      │  │  │  IEffect.html
│  │  │      │  │  │  package-detail.html
│  │  │      │  │  │  PerlinDisplacementEffect.html
│  │  │      │  │  │  PixelateEffect.html
│  │  │      │  │  │  ReflectEffect.html
│  │  │      │  │  │  RGBSplitEffect.html
│  │  │      │  │  │  ScanLinesEffect.html
│  │  │      │  │  │  XRayEffect.html
│  │  │      │  │  │  
│  │  │      │  │  └─core
│  │  │      │  │          ChannelEffect.html
│  │  │      │  │          class-list.html
│  │  │      │  │          ColorEffect.html
│  │  │      │  │          CopyEffect.html
│  │  │      │  │          DisplacementEffect.html
│  │  │      │  │          DissolveEffect.html
│  │  │      │  │          DrawEffect.html
│  │  │      │  │          FilterEffect.html
│  │  │      │  │          MergeEffect.html
│  │  │      │  │          NoiseEffect.html
│  │  │      │  │          package-detail.html
│  │  │      │  │          PixelEffect.html
│  │  │      │  │          ScrollEffect.html
│  │  │      │  │          ThresholdEffect.html
│  │  │      │  │          
│  │  │      │  ├─extras
│  │  │      │  │      class-list.html
│  │  │      │  │      ColorMatrix.html
│  │  │      │  │      Emitter.html
│  │  │      │  │      MatrixTransform.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      
│  │  │      │  ├─guides
│  │  │      │  │      Bezier2D.html
│  │  │      │  │      class-list.html
│  │  │      │  │      Direction2D.html
│  │  │      │  │      Orbit2D.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      
│  │  │      │  ├─layers
│  │  │      │  │      BitmapFillLayer.html
│  │  │      │  │      BitmapLayer.html
│  │  │      │  │      class-list.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      VectorLayer.html
│  │  │      │  │      
│  │  │      │  ├─plugins
│  │  │      │  │      AbstractTween.html
│  │  │      │  │      class-list.html
│  │  │      │  │      ColorTween.html
│  │  │      │  │      DisplayTween.html
│  │  │      │  │      FilterTween.html
│  │  │      │  │      MatrixTween.html
│  │  │      │  │      MovieClipTween.html
│  │  │      │  │      ObjectTween.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      SoundTween.html
│  │  │      │  │      TweensyPluginList.html
│  │  │      │  │      
│  │  │      │  └─vectors
│  │  │      │          class-list.html
│  │  │      │          CurveLine.html
│  │  │      │          Gradient.html
│  │  │      │          IVector.html
│  │  │      │          Line.html
│  │  │      │          package-detail.html
│  │  │      │          
│  │  │      └─utils
│  │  │              class-list.html
│  │  │              MultiTypeObjectPool.html
│  │  │              ObjectPool.html
│  │  │              package-detail.html
│  │  │              SWFProfiler.html
│  │  │              
│  │  ├─fl
│  │  │  └─motion
│  │  │      └─easing
│  │  │              Back.html
│  │  │              Bounce.html
│  │  │              Circular.html
│  │  │              class-list.html
│  │  │              Cubic.html
│  │  │              Elastic.html
│  │  │              Exponential.html
│  │  │              Linear.html
│  │  │              package-detail.html
│  │  │              Quadratic.html
│  │  │              Quartic.html
│  │  │              Quintic.html
│  │  │              Sine.html
│  │  │              
│  │  └─images
│  │          collapsed.gif
│  │          detailHeaderRule.jpg
│  │          detailSectionHeader.jpg
│  │          expanded.gif
│  │          inherit-arrow.gif
│  │          inheritedSummary.gif
│  │          logo.jpg
│  │          titleTableBottom.jpg
│  │          titleTableMiddle.jpg
│  │          titleTableTop.jpg
│  │          
│  ├─original
│  │  │  all-classes.html
│  │  │  all-index-A.html
│  │  │  all-index-B.html
│  │  │  all-index-C.html
│  │  │  all-index-D.html
│  │  │  all-index-E.html
│  │  │  all-index-F.html
│  │  │  all-index-G.html
│  │  │  all-index-H.html
│  │  │  all-index-I.html
│  │  │  all-index-J.html
│  │  │  all-index-K.html
│  │  │  all-index-L.html
│  │  │  all-index-M.html
│  │  │  all-index-N.html
│  │  │  all-index-O.html
│  │  │  all-index-P.html
│  │  │  all-index-Q.html
│  │  │  all-index-R.html
│  │  │  all-index-S.html
│  │  │  all-index-T.html
│  │  │  all-index-U.html
│  │  │  all-index-V.html
│  │  │  all-index-W.html
│  │  │  all-index-X.html
│  │  │  all-index-Y.html
│  │  │  all-index-Z.html
│  │  │  appendixes.html
│  │  │  asdoc-log.txt
│  │  │  asdoc.js
│  │  │  class-summary.html
│  │  │  cookies.js
│  │  │  index-list.html
│  │  │  index.html
│  │  │  mxml-tags.html
│  │  │  package-frame.html
│  │  │  package-list.html
│  │  │  package-summary.html
│  │  │  print.css
│  │  │  style.css
│  │  │  title-bar.html
│  │  │  
│  │  ├─com
│  │  │  └─flashdynamix
│  │  │      ├─motion
│  │  │      │  │  class-list.html
│  │  │      │  │  package-detail.html
│  │  │      │  │  Tweensy.html
│  │  │      │  │  TweensyGroup.html
│  │  │      │  │  TweensySequence.html
│  │  │      │  │  TweensyTimeline.html
│  │  │      │  │  
│  │  │      │  ├─easing
│  │  │      │  │      BackEaseParams.html
│  │  │      │  │      class-list.html
│  │  │      │  │      CustomEasing.html
│  │  │      │  │      ElasticEaseParams.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      
│  │  │      │  ├─extras
│  │  │      │  │      class-list.html
│  │  │      │  │      ColorMatrix.html
│  │  │      │  │      MatrixTransform.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      
│  │  │      │  ├─guides
│  │  │      │  │      Bezier2D.html
│  │  │      │  │      class-list.html
│  │  │      │  │      Direction2D.html
│  │  │      │  │      Orbit2D.html
│  │  │      │  │      package-detail.html
│  │  │      │  │      
│  │  │      │  └─plugins
│  │  │      │          AbstractTween.html
│  │  │      │          class-list.html
│  │  │      │          ColorTween.html
│  │  │      │          DisplayTween.html
│  │  │      │          FilterTween.html
│  │  │      │          MatrixTween.html
│  │  │      │          MovieClipTween.html
│  │  │      │          ObjectTween.html
│  │  │      │          package-detail.html
│  │  │      │          SoundTween.html
│  │  │      │          TweensyPluginList.html
│  │  │      │          
│  │  │      └─utils
│  │  │              class-list.html
│  │  │              MultiTypeObjectPool.html
│  │  │              ObjectPool.html
│  │  │              package-detail.html
│  │  │              SWFProfiler.html
│  │  │              
│  │  ├─fl
│  │  │  └─motion
│  │  │      └─easing
│  │  │              Back.html
│  │  │              Bounce.html
│  │  │              Circular.html
│  │  │              class-list.html
│  │  │              Cubic.html
│  │  │              Elastic.html
│  │  │              Exponential.html
│  │  │              Linear.html
│  │  │              package-detail.html
│  │  │              Quadratic.html
│  │  │              Quartic.html
│  │  │              Quintic.html
│  │  │              Sine.html
│  │  │              
│  │  └─images
│  │          collapsed.gif
│  │          detailHeaderRule.jpg
│  │          detailSectionHeader.jpg
│  │          expanded.gif
│  │          inherit-arrow.gif
│  │          inheritedSummary.gif
│  │          logo.jpg
│  │          titleTableBottom.jpg
│  │          titleTableMiddle.jpg
│  │          titleTableTop.jpg
│  │          
│  └─zero
│      │  all-classes.html
│      │  all-index-A.html
│      │  all-index-B.html
│      │  all-index-C.html
│      │  all-index-D.html
│      │  all-index-E.html
│      │  all-index-F.html
│      │  all-index-G.html
│      │  all-index-H.html
│      │  all-index-I.html
│      │  all-index-J.html
│      │  all-index-K.html
│      │  all-index-L.html
│      │  all-index-M.html
│      │  all-index-N.html
│      │  all-index-O.html
│      │  all-index-P.html
│      │  all-index-Q.html
│      │  all-index-R.html
│      │  all-index-S.html
│      │  all-index-T.html
│      │  all-index-U.html
│      │  all-index-V.html
│      │  all-index-W.html
│      │  all-index-X.html
│      │  all-index-Y.html
│      │  all-index-Z.html
│      │  appendixes.html
│      │  asdoc-log.txt
│      │  asdoc.js
│      │  class-summary.html
│      │  cookies.js
│      │  index-list.html
│      │  index.html
│      │  mxml-tags.html
│      │  package-frame.html
│      │  package-list.html
│      │  package-summary.html
│      │  print.css
│      │  style.css
│      │  title-bar.html
│      │  
│      ├─com
│      │  └─flashdynamix
│      │      ├─motion
│      │      │  │  class-list.html
│      │      │  │  package-detail.html
│      │      │  │  TweensyTimelineZero.html
│      │      │  │  TweensyZero.html
│      │      │  │  
│      │      │  ├─easing
│      │      │  │      BackEaseParams.html
│      │      │  │      class-list.html
│      │      │  │      CustomEasing.html
│      │      │  │      ElasticEaseParams.html
│      │      │  │      package-detail.html
│      │      │  │      
│      │      │  ├─extras
│      │      │  │      class-list.html
│      │      │  │      ColorMatrix.html
│      │      │  │      MatrixTransform.html
│      │      │  │      package-detail.html
│      │      │  │      
│      │      │  └─guides
│      │      │          Bezier2D.html
│      │      │          class-list.html
│      │      │          Direction2D.html
│      │      │          Orbit2D.html
│      │      │          package-detail.html
│      │      │          
│      │      └─utils
│      │              class-list.html
│      │              package-detail.html
│      │              SWFProfiler.html
│      │              
│      ├─fl
│      │  └─motion
│      │      └─easing
│      │              Back.html
│      │              Bounce.html
│      │              Circular.html
│      │              class-list.html
│      │              Cubic.html
│      │              Elastic.html
│      │              Exponential.html
│      │              Linear.html
│      │              package-detail.html
│      │              Quadratic.html
│      │              Quartic.html
│      │              Quintic.html
│      │              Sine.html
│      │              
│      └─images
│              collapsed.gif
│              detailHeaderRule.jpg
│              detailSectionHeader.jpg
│              expanded.gif
│              inherit-arrow.gif
│              inheritedSummary.gif
│              logo.jpg
│              titleTableBottom.jpg
│              titleTableMiddle.jpg
│              titleTableTop.jpg
│              
├─examples
│  │  
│  ├─fx
│  │      AlienRainFX.as
│  │      alienRainFX.fla
│  │      alienRainFX.html
│  │      alienRainFX.swf
│  │      BulgeFX.as
│  │      bulgeFX.fla
│  │      bulgeFX.html
│  │      bulgeFX.swf
│  │      BumpMapFX.as
│  │      bumpMapFX.fla
│  │      bumpMapFX.html
│  │      bumpMapFX.swf
│  │      ElectroBoltFX.as
│  │      electroBoltFX.fla
│  │      electroBoltFX.html
│  │      electroBoltFX.swf
│  │      expressInstall.swf
│  │      FireFX.as
│  │      fireFX.fla
│  │      fireFX.html
│  │      fireFX.swf
│  │      FireSmokeFX.as
│  │      fireSmokeFX.fla
│  │      fireSmokeFX.html
│  │      fireSmokeFX.swf
│  │      lineFX.html
│  │      lineFX.swf
│  │      MagicFX.as
│  │      magicFX.fla
│  │      magicFX.html
│  │      magicFX.swf
│  │      OrbitingMagicFX.as
│  │      orbitingMagicFX.fla
│  │      orbitingMagicFX.html
│  │      orbitingMagicFX.swf
│  │      PinkBlobs2FX.as
│  │      pinkBlobs2FX.fla
│  │      pinkBlobs2FX.html
│  │      pinkBlobs2FX.swf
│  │      PinkBlobsFX.as
│  │      pinkBlobsFX.fla
│  │      pinkBlobsFX.html
│  │      pinkBlobsFX.swf
│  │      PixelateFX.as
│  │      pixelateFX.fla
│  │      pixelateFX.html
│  │      pixelateFX.swf
│  │      SmokeFX.as
│  │      smokeFX.fla
│  │      smokeFX.html
│  │      smokeFX.swf
│  │      swfobject.js
│  │      ZanyBoltsFX.as
│  │      zanyBoltsFX.fla
│  │      zanyBoltsFX.html
│  │      zanyBoltsFX.swf
│  │      
│  ├─speed comparison
│  │  │  SuperRenderBulkTweenTest.html
│  │  │  SuperRenderBulkTweenTest.swf
│  │  │  SuperRenderTweenTest.html
│  │  │  SuperRenderTweenTest.swf
│  │  │  swfobject.js
│  │  │  tweening-speed-test-AS3.zip
│  │  │  
│  │  └─tweening-speed-test-AS3
│  │      │  bezier-speed-test-AS3.fla
│  │      │  bezier-speed-test-AS3.swf
│  │      │  tweening-speed-test-AS3.fla
│  │      │  tweening-speed-test-AS3.html
│  │      │  tweening-speed-test-AS3.swf
│  │      │  
│  │      ├─caurina
│  │      │  └─transitions
│  │      │      │  AuxFunctions.as
│  │      │      │  Equations.as
│  │      │      │  PropertyInfoObj.as
│  │      │      │  SpecialProperty.as
│  │      │      │  SpecialPropertyModifier.as
│  │      │      │  SpecialPropertySplitter.as
│  │      │      │  Tweener.as
│  │      │      │  TweenListObj.as
│  │      │      │  
│  │      │      └─properties
│  │      │              ColorShortcuts.as
│  │      │              CurveModifiers.as
│  │      │              DisplayShortcuts.as
│  │      │              FilterShortcuts.as
│  │      │              SoundShortcuts.as
│  │      │              TextShortcuts.as
│  │      │              
│  │      ├─com
│  │      │  │  
│  │      │  ├─flashdynamix
│  │      │  │  │  
│  │      │  │  ├─motion
│  │      │  │  │  │  Tweensy.as
│  │      │  │  │  │  TweensyGroup.as
│  │      │  │  │  │  TweensySequence.as
│  │      │  │  │  │  TweensyTimeline.as
│  │      │  │  │  │  TweensyTimelineZero.as
│  │      │  │  │  │  TweensyZero.as
│  │      │  │  │  │  
│  │      │  │  │  ├─easing
│  │      │  │  │  │      BackEaseParams.as
│  │      │  │  │  │      CustomEasing.as
│  │      │  │  │  │      ElasticEaseParams.as
│  │      │  │  │  │      
│  │      │  │  │  ├─extras
│  │      │  │  │  │      ColorMatrix.as
│  │      │  │  │  │      MatrixTransform.as
│  │      │  │  │  │      
│  │      │  │  │  ├─guides
│  │      │  │  │  │      Bezier2D.as
│  │      │  │  │  │      Direction2D.as
│  │      │  │  │  │      Orbit2D.as
│  │      │  │  │  │      
│  │      │  │  │  └─plugins
│  │      │  │  │          AbstractTween.as
│  │      │  │  │          ColorTween.as
│  │      │  │  │          DisplayTween.as
│  │      │  │  │          FilterTween.as
│  │      │  │  │          MatrixTween.as
│  │      │  │  │          MovieClipTween.as
│  │      │  │  │          ObjectTween.as
│  │      │  │  │          SoundTween.as
│  │      │  │  │          TweensyPluginList.as
│  │      │  │  │          
│  │      │  │  └─utils
│  │      │  │          MultiTypeObjectPool.as
│  │      │  │          ObjectPool.as
│  │      │  │          SWFProfiler.as
│  │      │  │          
│  │      │  ├─gskinner
│  │      │  │  └─motion
│  │      │  │          GTween.as
│  │      │  │          GTweenFilter.as
│  │      │  │          MultiTween.as
│  │      │  │          
│  │      │  ├─hydrotik
│  │      │  │  │  
│  │      │  │  └─go
│  │      │  │          HydroSequence.as
│  │      │  │          HydroTween.as
│  │      │  │          IPV3DRenderManager.as
│  │      │  │          IRenderable.as
│  │      │  │          PV3DRenderManager.as
│  │      │  │          
│  │      │  ├─mosesSupposes
│  │      │  │  │  
│  │      │  │  └─go
│  │      │  │      │  
│  │      │  │      └─tutorials
│  │      │  │              SizeTweenMG.as
│  │      │  │              WidthTween.as
│  │      │  │              
│  │      │  └─visualcondition
│  │      │      └─twease
│  │      │              Easing.as
│  │      │              Twease.as
│  │      │              
│  │      ├─gs
│  │      │  │  OverwriteManager.as
│  │      │  │  TweenLite.as
│  │      │  │  TweenMax.as
│  │      │  │  
│  │      │  ├─easing
│  │      │  │      Back.as
│  │      │  │      Bounce.as
│  │      │  │      Circ.as
│  │      │  │      Cubic.as
│  │      │  │      easing_readme.txt
│  │      │  │      Elastic.as
│  │      │  │      Expo.as
│  │      │  │      Linear.as
│  │      │  │      Quad.as
│  │      │  │      Quart.as
│  │      │  │      Quint.as
│  │      │  │      Sine.as
│  │      │  │      Strong.as
│  │      │  │      
│  │      │  ├─events
│  │      │  │      TweenEvent.as
│  │      │  │      
│  │      │  ├─plugins
│  │      │  │      AutoAlphaPlugin.as
│  │      │  │      BevelFilterPlugin.as
│  │      │  │      BezierPlugin.as
│  │      │  │      BezierThroughPlugin.as
│  │      │  │      BlurFilterPlugin.as
│  │      │  │      ColorMatrixFilterPlugin.as
│  │      │  │      DropShadowFilterPlugin.as
│  │      │  │      EndArrayPlugin.as
│  │      │  │      FastTransformPlugin.as
│  │      │  │      FilterPlugin.as
│  │      │  │      FrameLabelPlugin.as
│  │      │  │      FramePlugin.as
│  │      │  │      GlowFilterPlugin.as
│  │      │  │      HexColorsPlugin.as
│  │      │  │      QuaternionsPlugin.as
│  │      │  │      RemoveTintPlugin.as
│  │      │  │      RoundPropsPlugin.as
│  │      │  │      SetSizePlugin.as
│  │      │  │      ShortRotationPlugin.as
│  │      │  │      TintPlugin.as
│  │      │  │      TweenPlugin.as
│  │      │  │      VisiblePlugin.as
│  │      │  │      VolumePlugin.as
│  │      │  │      
│  │      │  └─utils
│  │      │      └─tween
│  │      │              TweenInfo.as
│  │      │              
│  │      └─org
│  │          │  
│  │          └─goasap
│  │              │  GoEngine.as
│  │              │  PlayableBase.as
│  │              │  PlayStates.as
│  │              │  
│  │              ├─errors
│  │              │      DuplicateManagerError.as
│  │              │      EasingFormatError.as
│  │              │      InstanceNotAllowedError.as
│  │              │      
│  │              ├─events
│  │              │      GoEvent.as
│  │              │      SequenceEvent.as
│  │              │      
│  │              ├─interfaces
│  │              │      ILiveManager.as
│  │              │      IManageable.as
│  │              │      IManager.as
│  │              │      IPlayable.as
│  │              │      IPlayableBase.as
│  │              │      IUpdatable.as
│  │              │      
│  │              ├─items
│  │              │      GoItem.as
│  │              │      LinearGo.as
│  │              │      PhysicsGo.as
│  │              │      
│  │              ├─managers
│  │              │      LinearGoRepeater.as
│  │              │      OverlapMonitor.as
│  │              │      Repeater.as
│  │              │      
│  │              └─utils
│  │                  │  PlayableGroup.as
│  │                  │  Sequence.as
│  │                  │  SequenceBase.as
│  │                  │  SequenceCA.as
│  │                  │  SequenceStep.as
│  │                  │  SequenceStepCA.as
│  │                  │  
│  │                  └─customadvance
│  │                          OnConditionTrue.as
│  │                          OnDurationComplete.as
│  │                          OnEventComplete.as
│  │                          OnPlayableComplete.as
│  │                          SequenceAdvance.as
│  │                          
│  └─tests
│          bezier.fla
│          bezier.swf
│          TweensyFilter.fla
│          TweensyFilter.swf
│          TweensySimple.fla
│          TweensySimple.swf
│          
├─releases
│  │  
│  ├─source
│  │  │  
│  │  ├─cs3
│  │  │  │  
│  │  │  ├─original
│  │  │  │  ├─com
│  │  │  │  │  │  
│  │  │  │  │  └─flashdynamix
│  │  │  │  │      │  
│  │  │  │  │      ├─motion
│  │  │  │  │      │  │  Tweensy.as
│  │  │  │  │      │  │  TweensyGroup.as
│  │  │  │  │      │  │  TweensySequence.as
│  │  │  │  │      │  │  TweensyTimeline.as
│  │  │  │  │      │  │  
│  │  │  │  │      │  ├─easing
│  │  │  │  │      │  │      BackEaseParams.as
│  │  │  │  │      │  │      CustomEasing.as
│  │  │  │  │      │  │      ElasticEaseParams.as
│  │  │  │  │      │  │      
│  │  │  │  │      │  ├─extras
│  │  │  │  │      │  │      ColorMatrix.as
│  │  │  │  │      │  │      MatrixTransform.as
│  │  │  │  │      │  │      
│  │  │  │  │      │  ├─guides
│  │  │  │  │      │  │      Bezier2D.as
│  │  │  │  │      │  │      Direction2D.as
│  │  │  │  │      │  │      Orbit2D.as
│  │  │  │  │      │  │      
│  │  │  │  │      │  └─plugins
│  │  │  │  │      │          AbstractTween.as
│  │  │  │  │      │          ColorTween.as
│  │  │  │  │      │          DisplayTween.as
│  │  │  │  │      │          FilterTween.as
│  │  │  │  │      │          MatrixTween.as
│  │  │  │  │      │          MovieClipTween.as
│  │  │  │  │      │          ObjectTween.as
│  │  │  │  │      │          SoundTween.as
│  │  │  │  │      │          TweensyPluginList.as
│  │  │  │  │      │          
│  │  │  │  │      └─utils
│  │  │  │  │              MultiTypeObjectPool.as
│  │  │  │  │              ObjectPool.as
│  │  │  │  │              SWFProfiler.as
│  │  │  │  │              
│  │  │  │  └─fl
│  │  │  │      └─motion
│  │  │  │          └─easing
│  │  │  │                  Back.as
│  │  │  │                  Bounce.as
│  │  │  │                  Circular.as
│  │  │  │                  Cubic.as
│  │  │  │                  Elastic.as
│  │  │  │                  Exponential.as
│  │  │  │                  Linear.as
│  │  │  │                  Quadratic.as
│  │  │  │                  Quartic.as
│  │  │  │                  Quintic.as
│  │  │  │                  Sine.as
│  │  │  │                  
│  │  │  └─zero
│  │  │      ├─com
│  │  │      │  └─flashdynamix
│  │  │      │      │  
│  │  │      │      ├─motion
│  │  │      │      │  │  TweensyTimelineZero.as
│  │  │      │      │  │  TweensyZero.as
│  │  │      │      │  │  
│  │  │      │      │  ├─easing
│  │  │      │      │  │      BackEaseParams.as
│  │  │      │      │  │      CustomEasing.as
│  │  │      │      │  │      ElasticEaseParams.as
│  │  │      │      │  │      
│  │  │      │      │  ├─extras
│  │  │      │      │  │      ColorMatrix.as
│  │  │      │      │  │      MatrixTransform.as
│  │  │      │      │  │      
│  │  │      │      │  └─guides
│  │  │      │      │          Bezier2D.as
│  │  │      │      │          Direction2D.as
│  │  │      │      │          Orbit2D.as
│  │  │      │      │          
│  │  │      │      └─utils
│  │  │      │              SWFProfiler.as
│  │  │      │              
│  │  │      └─fl
│  │  │          └─motion
│  │  │              └─easing
│  │  │                      Back.as
│  │  │                      Bounce.as
│  │  │                      Circular.as
│  │  │                      Cubic.as
│  │  │                      Elastic.as
│  │  │                      Exponential.as
│  │  │                      Linear.as
│  │  │                      Quadratic.as
│  │  │                      Quartic.as
│  │  │                      Quintic.as
│  │  │                      Sine.as
│  │  │                      
│  │  └─cs4
│  │      │  
│  │      ├─original
│  │      │  ├─com
│  │      │  │  └─flashdynamix
│  │      │  │      │  
│  │      │  │      ├─motion
│  │      │  │      │  │  Tweensy.as
│  │      │  │      │  │  TweensyGroup.as
│  │      │  │      │  │  TweensySequence.as
│  │      │  │      │  │  TweensyTimeline.as
│  │      │  │      │  │  
│  │      │  │      │  ├─easing
│  │      │  │      │  │      BackEaseParams.as
│  │      │  │      │  │      CustomEasing.as
│  │      │  │      │  │      ElasticEaseParams.as
│  │      │  │      │  │      
│  │      │  │      │  ├─extras
│  │      │  │      │  │      ColorMatrix.as
│  │      │  │      │  │      MatrixTransform.as
│  │      │  │      │  │      
│  │      │  │      │  ├─guides
│  │      │  │      │  │      Bezier2D.as
│  │      │  │      │  │      Direction2D.as
│  │      │  │      │  │      Orbit2D.as
│  │      │  │      │  │      
│  │      │  │      │  └─plugins
│  │      │  │      │          AbstractTween.as
│  │      │  │      │          ColorTween.as
│  │      │  │      │          DisplayTween.as
│  │      │  │      │          FilterTween.as
│  │      │  │      │          MatrixTween.as
│  │      │  │      │          MovieClipTween.as
│  │      │  │      │          ObjectTween.as
│  │      │  │      │          SoundTween.as
│  │      │  │      │          TweensyPluginList.as
│  │      │  │      │          
│  │      │  │      └─utils
│  │      │  │              MultiTypeObjectPool.as
│  │      │  │              ObjectPool.as
│  │      │  │              SWFProfiler.as
│  │      │  │              
│  │      │  └─fl
│  │      │      └─motion
│  │      │          └─easing
│  │      │                  Back.as
│  │      │                  Bounce.as
│  │      │                  Circular.as
│  │      │                  Cubic.as
│  │      │                  Elastic.as
│  │      │                  Exponential.as
│  │      │                  Linear.as
│  │      │                  Quadratic.as
│  │      │                  Quartic.as
│  │      │                  Quintic.as
│  │      │                  Sine.as
│  │      │                  
│  │      └─zero
│  │          │  
│  │          ├─com
│  │          │  │  
│  │          │  └─flashdynamix
│  │          │      │  
│  │          │      ├─motion
│  │          │      │  │  TweensyTimelineZero.as
│  │          │      │  │  TweensyZero.as
│  │          │      │  │  
│  │          │      │  ├─easing
│  │          │      │  │      BackEaseParams.as
│  │          │      │  │      CustomEasing.as
│  │          │      │  │      ElasticEaseParams.as
│  │          │      │  │      
│  │          │      │  ├─extras
│  │          │      │  │      ColorMatrix.as
│  │          │      │  │      MatrixTransform.as
│  │          │      │  │      
│  │          │      │  └─guides
│  │          │      │          Bezier2D.as
│  │          │      │          Direction2D.as
│  │          │      │          Orbit2D.as
│  │          │      │          
│  │          │      └─utils
│  │          │              SWFProfiler.as
│  │          │              
│  │          └─fl
│  │              └─motion
│  │                  └─easing
│  │                          Back.as
│  │                          Bounce.as
│  │                          Circular.as
│  │                          Cubic.as
│  │                          Elastic.as
│  │                          Exponential.as
│  │                          Linear.as
│  │                          Quadratic.as
│  │                          Quartic.as
│  │                          Quintic.as
│  │                          Sine.as
│  │                          
│  └─swc
│          TweensyOriginalCS3.swc
│          TweensyOriginalCS4.swc
│          TweensyZeroCS3.swc
│          TweensyZeroCS4.swc
│          
└─__MACOSX
    ├─beta
    │  │  
    │  └─source
    │      │  
    │      ├─cs3
    │      │  │  
    │      │  └─fx
    │      │      └─com
    │      │          └─flashdynamix
    │      │              │  
    │      │              └─motion
    │      │                      
    │      └─cs4
    │          │  
    │          └─fx
    │              └─com
    │                  └─flashdynamix
    │                      │  
    │                      └─motion
    │                              
    ├─documentation
    │      
    ├─examples
    │  │  
    │  ├─fx
    │  │      ._alienRainFX.fla
    │  │      ._alienRainFX.swf
    │  │      ._bulgeFX.fla
    │  │      ._bulgeFX.swf
    │  │      ._bumpMapFX.fla
    │  │      ._bumpMapFX.swf
    │  │      ._electroBoltFX.fla
    │  │      ._electroBoltFX.swf
    │  │      ._expressInstall.swf
    │  │      ._fireFX.fla
    │  │      ._fireFX.swf
    │  │      ._fireSmokeFX.fla
    │  │      ._fireSmokeFX.swf
    │  │      ._lineFX.html
    │  │      ._lineFX.swf
    │  │      ._magicFX.fla
    │  │      ._magicFX.swf
    │  │      ._orbitingMagicFX.fla
    │  │      ._orbitingMagicFX.swf
    │  │      ._pinkBlobs2FX.fla
    │  │      ._pinkBlobs2FX.swf
    │  │      ._pinkBlobsFX.fla
    │  │      ._pinkBlobsFX.swf
    │  │      ._pixelateFX.fla
    │  │      ._pixelateFX.swf
    │  │      ._smokeFX.fla
    │  │      ._smokeFX.swf
    │  │      ._swfobject.js
    │  │      ._zanyBoltsFX.fla
    │  │      ._zanyBoltsFX.swf
    │  │      
    │  ├─speed comparison
    │  │  │  ._SuperRenderBulkTweenTest.swf
    │  │  │  ._SuperRenderTweenTest.swf
    │  │  │  ._swfobject.js
    │  │  │  
    │  │  └─tweening-speed-test-AS3
    │  │      │  ._bezier-speed-test-AS3.fla
    │  │      │  ._bezier-speed-test-AS3.swf
    │  │      │  ._caurina
    │  │      │  ._com
    │  │      │  ._gs
    │  │      │  ._org
    │  │      │  ._tweening-speed-test-AS3.swf
    │  │      │  
    │  │      ├─caurina
    │  │      │  │  ._transitions
    │  │      │  │  
    │  │      │  └─transitions
    │  │      │      │  ._AuxFunctions.as
    │  │      │      │  ._Equations.as
    │  │      │      │  ._properties
    │  │      │      │  ._PropertyInfoObj.as
    │  │      │      │  ._SpecialProperty.as
    │  │      │      │  ._SpecialPropertyModifier.as
    │  │      │      │  ._SpecialPropertySplitter.as
    │  │      │      │  ._Tweener.as
    │  │      │      │  ._TweenListObj.as
    │  │      │      │  
    │  │      │      └─properties
    │  │      │              ._ColorShortcuts.as
    │  │      │              ._CurveModifiers.as
    │  │      │              ._DisplayShortcuts.as
    │  │      │              ._FilterShortcuts.as
    │  │      │              ._SoundShortcuts.as
    │  │      │              ._TextShortcuts.as
    │  │      │              
    │  │      ├─com
    │  │      │  │  ._gskinner
    │  │      │  │  ._hydrotik
    │  │      │  │  ._mosesSupposes
    │  │      │  │  ._visualcondition
    │  │      │  │  
    │  │      │  ├─flashdynamix
    │  │      │  │  │  
    │  │      │  │  └─motion
    │  │      │  │          ._TweensyGroup.as
    │  │      │  │          
    │  │      │  ├─gskinner
    │  │      │  │  │  ._motion
    │  │      │  │  │  
    │  │      │  │  └─motion
    │  │      │  │          ._GTween.as
    │  │      │  │          ._GTweenFilter.as
    │  │      │  │          ._MultiTween.as
    │  │      │  │          
    │  │      │  ├─hydrotik
    │  │      │  │  │  ._go
    │  │      │  │  │  
    │  │      │  │  └─go
    │  │      │  │          ._HydroSequence.as
    │  │      │  │          ._HydroTween.as
    │  │      │  │          ._IPV3DRenderManager.as
    │  │      │  │          ._IRenderable.as
    │  │      │  │          ._PV3DRenderManager.as
    │  │      │  │          
    │  │      │  ├─mosesSupposes
    │  │      │  │  │  ._go
    │  │      │  │  │  
    │  │      │  │  └─go
    │  │      │  │      │  ._tutorials
    │  │      │  │      │  
    │  │      │  │      └─tutorials
    │  │      │  │              ._SizeTweenMG.as
    │  │      │  │              ._WidthTween.as
    │  │      │  │              
    │  │      │  └─visualcondition
    │  │      │      │  ._twease
    │  │      │      │  
    │  │      │      └─twease
    │  │      │              ._Easing.as
    │  │      │              ._Twease.as
    │  │      │              
    │  │      ├─gs
    │  │      │  │  ._easing
    │  │      │  │  ._events
    │  │      │  │  ._OverwriteManager.as
    │  │      │  │  ._plugins
    │  │      │  │  ._TweenLite.as
    │  │      │  │  ._TweenMax.as
    │  │      │  │  ._utils
    │  │      │  │  
    │  │      │  ├─easing
    │  │      │  │      ._Back.as
    │  │      │  │      ._Bounce.as
    │  │      │  │      ._Circ.as
    │  │      │  │      ._Cubic.as
    │  │      │  │      ._easing_readme.txt
    │  │      │  │      ._Elastic.as
    │  │      │  │      ._Expo.as
    │  │      │  │      ._Linear.as
    │  │      │  │      ._Quad.as
    │  │      │  │      ._Quart.as
    │  │      │  │      ._Quint.as
    │  │      │  │      ._Sine.as
    │  │      │  │      ._Strong.as
    │  │      │  │      
    │  │      │  ├─events
    │  │      │  │      ._TweenEvent.as
    │  │      │  │      
    │  │      │  ├─plugins
    │  │      │  │      ._AutoAlphaPlugin.as
    │  │      │  │      ._BevelFilterPlugin.as
    │  │      │  │      ._BezierPlugin.as
    │  │      │  │      ._BezierThroughPlugin.as
    │  │      │  │      ._BlurFilterPlugin.as
    │  │      │  │      ._ColorMatrixFilterPlugin.as
    │  │      │  │      ._DropShadowFilterPlugin.as
    │  │      │  │      ._EndArrayPlugin.as
    │  │      │  │      ._FastTransformPlugin.as
    │  │      │  │      ._FilterPlugin.as
    │  │      │  │      ._FrameLabelPlugin.as
    │  │      │  │      ._FramePlugin.as
    │  │      │  │      ._GlowFilterPlugin.as
    │  │      │  │      ._HexColorsPlugin.as
    │  │      │  │      ._QuaternionsPlugin.as
    │  │      │  │      ._RemoveTintPlugin.as
    │  │      │  │      ._RoundPropsPlugin.as
    │  │      │  │      ._SetSizePlugin.as
    │  │      │  │      ._ShortRotationPlugin.as
    │  │      │  │      ._TintPlugin.as
    │  │      │  │      ._TweenPlugin.as
    │  │      │  │      ._VisiblePlugin.as
    │  │      │  │      ._VolumePlugin.as
    │  │      │  │      
    │  │      │  └─utils
    │  │      │      │  ._tween
    │  │      │      │  
    │  │      │      └─tween
    │  │      │              ._TweenInfo.as
    │  │      │              
    │  │      └─org
    │  │          │  ._goasap
    │  │          │  
    │  │          └─goasap
    │  │              │  ._errors
    │  │              │  ._events
    │  │              │  ._GoEngine.as
    │  │              │  ._interfaces
    │  │              │  ._items
    │  │              │  ._managers
    │  │              │  ._PlayableBase.as
    │  │              │  ._PlayStates.as
    │  │              │  ._utils
    │  │              │  
    │  │              ├─errors
    │  │              │      ._DuplicateManagerError.as
    │  │              │      ._EasingFormatError.as
    │  │              │      ._InstanceNotAllowedError.as
    │  │              │      
    │  │              ├─events
    │  │              │      ._GoEvent.as
    │  │              │      ._SequenceEvent.as
    │  │              │      
    │  │              ├─interfaces
    │  │              │      ._ILiveManager.as
    │  │              │      ._IManageable.as
    │  │              │      ._IManager.as
    │  │              │      ._IPlayable.as
    │  │              │      ._IPlayableBase.as
    │  │              │      ._IUpdatable.as
    │  │              │      
    │  │              ├─items
    │  │              │      ._GoItem.as
    │  │              │      ._LinearGo.as
    │  │              │      ._PhysicsGo.as
    │  │              │      
    │  │              ├─managers
    │  │              │      ._LinearGoRepeater.as
    │  │              │      ._OverlapMonitor.as
    │  │              │      ._Repeater.as
    │  │              │      
    │  │              └─utils
    │  │                  │  ._customadvance
    │  │                  │  ._PlayableGroup.as
    │  │                  │  ._Sequence.as
    │  │                  │  ._SequenceBase.as
    │  │                  │  ._SequenceCA.as
    │  │                  │  ._SequenceStep.as
    │  │                  │  ._SequenceStepCA.as
    │  │                  │  
    │  │                  └─customadvance
    │  │                          ._OnConditionTrue.as
    │  │                          ._OnDurationComplete.as
    │  │                          ._OnEventComplete.as
    │  │                          ._OnPlayableComplete.as
    │  │                          ._SequenceAdvance.as
    │  │                          
    │  └─tests
    │          ._bezier.fla
    │          ._bezier.swf
    │          ._TweensyFilter.swf
    │          ._TweensySimple.swf
    │          
    └─releases
        │  
        ├─source
        │  │  
        │  ├─cs3
        │  │  │  
        │  │  ├─original
        │  │  │  └─com
        │  │  │      │  
        │  │  │      └─flashdynamix
        │  │  │              
        │  │  └─zero
        │  │      └─com
        │  │          └─flashdynamix
        │  │              │  
        │  │              └─utils
        │  │                      
        │  └─cs4
        │      │  
        │      ├─original
        │      │  └─com
        │      │      └─flashdynamix
        │      │          │  
        │      │          └─motion
        │      │                  
        │      └─zero
        │          │  
        │          └─com
        │              │  
        │              └─flashdynamix
        │                  │  
        │                  └─motion
        │                          
        └─swc

tags: zlashdot Flash Flash Tweensy

Posted by NI-Lab. (@nilab)