/ Published in: MXML
Expand |
Embed | Plain Text
fx:Declarations> <!-- Place non-visual elements (e.g., services, value objects) here --> <s:DropShadowFilter id="dropShaText" distance="1" angle="45" blurX="0" blurY="0" alpha="1" color="0x111111" /> </fx:Declarations> <s:Label text="{data.player.username}" verticalAlign="bottom" fontSize="20" filters="{[dropShaText]}"/>
You need to login to post a comment.
