A B C D F G I K L M O P R S T V W _
A
- addTween - method in interface com.mosesSupposes.fusefx.IFuseFX
- Setup, called just prior to tweening. Do NOT use addListener(this) on the target.
- addTween - method in class com.mosesSupposes.util.MixerFX
- Required by IFuseFX for compliance with FuseFX. Setup, called just prior to tweening.
- addTween - method in class com.mosesSupposes.util.TextFX
- Required by IFuseFX for compliance with FuseFX. Setup, called just prior to tweening.
B
- BLOCKINDENT - Static field in class com.mosesSupposes.util.TextFX
- Tweens a TextField's block indent (TextFormat.blockIndent)
C
- conflictLookup - field in class com.mosesSupposes.fusefx.FXProperty
- Provides FuseFX speedier access to each conflict string
- conflicts - field in class com.mosesSupposes.fusefx.FXProperty
- Stores the full conflict string passed in the constructor
D
- defineProperties - method in interface com.mosesSupposes.fusefx.IFuseFX
- Used by FuseFX during register. Associates tweenable property strings to this extension and identifies conflicts with other tweenable properties.
- defineProperties - method in class com.mosesSupposes.util.MixerFX
- Required by IFuseFX for compliance with FuseFX.
- defineProperties - method in class com.mosesSupposes.util.TextFX
- Required by IFuseFX for compliance with FuseFX.
- destroy - method in interface com.mosesSupposes.fusefx.IFuseFX
- Cleanup, called just prior to deletion. Listeners are automatically removed by FuseFX.
- destroy - method in class com.mosesSupposes.tweentargets.ScreenWrap
- Instances of this extension have to be deleted manually. Call this method first.
- destroy - method in class com.mosesSupposes.util.MixerFX
- Required by IFuseFX for compliance with FuseFX. Cleanup, called just prior to deletion. Listeners are removed by FuseFX.
- destroy - method in class com.mosesSupposes.util.TextFX
- Required by IFuseFX for compliance with FuseFX. Cleanup, called just prior to deletion. Listeners are removed by FuseFX.
F
- FuseFX - class com.mosesSupposes.fusefx.FuseFX
- Easily extend ZigoEngine with extension classes to add new tweenable properties
- fxclass - field in class com.mosesSupposes.fusefx.FXProperty
- Stores the IFuseFX extension class reference passed in the constructor
- FXProperty - class com.mosesSupposes.fusefx.FXProperty
- FuseFXProperty: Data object used in registering a new extension property.
- FXProperty - constructor in class com.mosesSupposes.fusefx.FXProperty
- Defines a single tweenable property string, associates it with an IFuseFX extension, and identifies conflicts with other tweenable properties.
G
- getKeyList - Static method in class com.mosesSupposes.fusefx.FuseFX
- Use to check which extension keys are registered.
I
- IFuseFX - interface com.mosesSupposes.fusefx.IFuseFX
- Interface to implement when creating extensions for the FuseFX utility.
- INDENT - Static field in class com.mosesSupposes.util.TextFX
- Tweens a TextField's first-line indent (TextFormat.indent)
K
- KERNING - Static field in class com.mosesSupposes.util.TextFX
- key - field in class com.mosesSupposes.fusefx.FXProperty
- Stores the key passed in the constructor
L
- LEADING - Static field in class com.mosesSupposes.util.TextFX
- Tweens a TextField's vertical spacing between lines (TextFormat.leading)
- LEFTMARGIN - Static field in class com.mosesSupposes.util.TextFX
- Tweens a TextField's left margin (TextFormat.leftMargin)
M
- MixerFX - class com.mosesSupposes.util.MixerFX
- MixerFX: tween one of this extension's registry keys directly on a Sound instance without subclassing Sound.
O
- onTweenUpdate - method in interface com.mosesSupposes.fusefx.IFuseFX
- Perform tween updates. Do NOT add a listener to the target, FuseFX does this for you.
- onTweenUpdate - method in class com.mosesSupposes.util.MixerFX
- Required by IFuseFX for compliance with FuseFX. Standard event fired by the engine on its update pulse just after updating the property.
- onTweenUpdate - method in class com.mosesSupposes.util.TextFX
- Required by IFuseFX for compliance with FuseFX. Standard event fired by the engine on its update pulse just after updating the property.
P
- pan - read,write property in class com.mosesSupposes.tweentargets.SoundPlus
- PAN - Static field in class com.mosesSupposes.util.MixerFX
- Tweens a Sound object's pan level
R
- register - Static method in class com.mosesSupposes.fusefx.FuseFX
- Pass any number of extension classes that implement IFuseFX.
- removeConflicts - method in class com.mosesSupposes.fusefx.FXProperty
- Strips conflicting properties defined in the constructor from a target using ZigoEngine.removeTween.
- RIGHTMARGIN - Static field in class com.mosesSupposes.util.TextFX
- Tweens a TextField's right margin (TextFormat.rightMargin)
S
- SoundPlus - class com.mosesSupposes.tweentargets.SoundPlus
- SoundPlus: This example shows how simple it can be to create a separate class with tweenable getter/setter properties as an alternative to FuseFX.
- SoundPlus - constructor in class com.mosesSupposes.tweentargets.SoundPlus
T
- TEXT_COLOR - Static field in class com.mosesSupposes.util.TextFX
- This property requires special array usage...
- TEXT_SIZE - Static field in class com.mosesSupposes.util.TextFX
- Tweens a TextField's font size (TextFormat.size)
- TextFX - class com.mosesSupposes.util.TextFX
- TextFX: tween one of this extension's registry keys directly on a TextField instance to affect its current TextFormat.
V
- VERSION - Static field in class com.mosesSupposes.fusefx.FuseFX
- Enables FuseFX version to be retrieved at runtime or when reviewing a decompiled swf.
- volume - read,write property in class com.mosesSupposes.tweentargets.SoundPlus
- VOLUME - Static field in class com.mosesSupposes.util.MixerFX
- Tweens a Sound object's volume level
W
- ScreenWrap - class com.mosesSupposes.tweentargets.ScreenWrap
- ScreenWrap: adds Atari-style screen-wrapping to MovieClip movement.
- ScreenWrap - constructor in class com.mosesSupposes.tweentargets.ScreenWrap
_
- _x - read,write property in class com.mosesSupposes.tweentargets.ScreenWrap
- _y - read,write property in class com.mosesSupposes.tweentargets.ScreenWrap