/ Published in: ActionScript 3
Expand |
Embed | Plain Text
import flash.filters.DropShadowFilter; var shadowF:DropShadowFilter; shadowF = new DropShadowFilter(); shadowF.distance = 3; shadowF.angle = 45; shadowF.alpha = 0.3; shadowF.blurX = 5; shadowF.blurY = 5; TargetMC.filters = [shadowF];
You need to login to post a comment.
