Blur Text Effect
|
|
|
|
| FlashStore rating: |
Not rated yet.
|
| User rating: |
|
| Date: |
01-10-06 |
| Submited by: |
papusharu |
| Skill: |
beginner |
| Price: |
$ 29.97 |
|
|
| |
UI Access |
| Components panel under TextEffects category |
Support address |
|
|
Useful links |
|
Free Trial Version |
|
Click here to download the trial/demo version (91.86 KB)
|
Code samples |
To use the component, simply drag and drop it from the Text Effect folder under Components, than set the text and roll. Bellow are the parameters you can set separately in the Component Inspector panel.
@params
text:String = the string that will be displayed inside the component box, on a single line;(default none)
color:Number = the color of the text;(default = #FFFFFF)
font:String = the embeded font that will be used for this effect; (this font needs to be embeded) (default = Arial)
size:Number = the textsize, size of the text;(default = 14)
duration:Number = the duration (in seconds) of about how much should take the text tweening effect;(default = 3)
fadeout:Number = the time (in seconds) that will pass till the fadeout effect will happen; -1 for no fadeout (default)
letterSpacing:Number = the space (in pixels) between letters;(default = 0)
bold:Boolean = true if the text is used as bold type;(default = false)
split:Array = an array of elements that will break the string apart, these elements will then appear first, unless space element is used (default);
@events
instead of event handeling a method is trigered on the component when the tweening effect is finished
component.onMotionEnd()
@methods
fadeOut:Function
component.fadeOut();
fades out the text displayed inside the component |
Features |
| text features included |
|
|
|
|
|