A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
text — Property, class flupie.textanim.TextAnim |
|
Changes the text. |
text — Property, class flupie.textanim.TextAnimBlock |
|
Sets the text of this block. |
textAnim — Property, class flupie.textanim.TextAnimBlock |
|
The instance of TextAnim that the block belongs. |
TextAnim — class, package flupie.textanim |
|
A class for dynamic text animation in actionscript 3.
TextAnim works creating blocks of text, then applying functions that you create to each one of them. |
TextAnim(source:flash.text:TextField, autoReplace:Boolean) — Constructor, class flupie.textanim.TextAnim |
|
Constructor. |
TextAnimAnchor — class, package flupie.textanim |
|
TextAnimAnchor configures the point of registration of each TextAnimBlock. |
TextAnimBlock — class, package flupie.textanim |
|
TextAnimBlock is the part of TextAnim that contains a text slice. |
TextAnimBlock(textAnim:flupie.textanim:TextAnim, index:int) — Constructor, class flupie.textanim.TextAnimBlock |
|
Constructor. |
TextAnimEvent — class, package flupie.textanim |
|
Events thats TextAnim instances dispatches. |
TextAnimMode — class, package flupie.textanim |
|
The way thats TextAnim will dispatch the effects. |
TextAnimSplit — class, package flupie.textanim |
|
The way of TextAnim instance will break the text. |
TextAnimTools — class, package flupie.textanim |
|
Extra tools for special treatment of TextAnim instance. |
textField — Property, class flupie.textanim.TextAnimBlock |
|
The textField containing the slice of original text. |
textFormat — Property, class flupie.textanim.TextAnimBlock |
|
The TextFormat of the original text. |
texture — Property, class flupie.textanim.TextAnimBlock |
|
The container used for patterns, bitmaps, etc. |
time — Property, class flupie.textanim.TextAnim |
|
Indicates a fixed total time (in milliseconds) of effects dispatches. |
toBitmap(textAnim:flupie.textanim:TextAnim, smooth:Boolean) — Static Method , class flupie.textanim.TextAnimTools |
|
Convert blocks to Bitmap, instead original textField vector. |
TOP — Constant Static Property, class flupie.textanim.TextAnimAnchor |
| |
toVector(textAnim:flupie.textanim:TextAnim) — Static Method , class flupie.textanim.TextAnimTools |
|
If the textAnim instance was converted to bitmap, toVector can reverse it. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |