We Recommend

Learning Python Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.


Posted By

daisuke103 on 02/14/08


Tagged

textmate filter drop Blur Fuse as2 fmp prop


Versions (?)


AS2 FuseFMP ONRY ドロップシャドウやぼかしのフィルタとして使う


Published in: Other 


  1. import com.mosesSupposes.fuse.FuseFMP;
  2.  
  3. /*
  4. このサンプルについて
  5.  
  6. FuseFMPは、ZigoEngineやfuseなしで、スタンドアローンのユーティリティとしても使う事ができます。
  7.  
  8. FuseFMPのクラス(static)メソッドを使うのに、その他のセットアップは必要ありません。
  9. */
  10.  
  11.  
  12. FuseFMP.writeFilter(this.box1_mc,'Blur',{blurX:10, blurY:0});
  13. FuseFMP.setFilterProps(this.box1_mc, 'DropShadow', {distance:20, alpha:.5});

Report this snippet 

You need to login to post a comment.