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