Packagecom.flashdynamix.motion.plugins
Classpublic class SoundTween
InheritanceSoundTween Inheritance AbstractTween

This plugin will be used when tweening SoundTransforms.



Public Properties
 PropertyDefined by
 InheritedhasAnimations : Boolean
AbstractTween
 Inheritedinited : Boolean = false
AbstractTween
  key : Object
[read-only]
SoundTween
 Inheritedtimeline : TweensyTimeline
AbstractTween
Protected Properties
 PropertyDefined by
  current : Object
[read-only]
SoundTween
  _from : SoundTransform
SoundTween
  from : Object
SoundTween
 Inherited_propCount : int = 0
AbstractTween
 Inheritedproperties : Number
AbstractTween
 InheritedpropNames : Object
AbstractTween
  _to : SoundTransform
SoundTween
  to : Object
SoundTween
  _update : *
SoundTween
Public Methods
 MethodDefined by
  
SoundTween
 Inherited
add(propName:String, target:Boolean, isFrom:*):void
AbstractTween
  
apply():void
SoundTween
 Inherited
clear():void
AbstractTween
  
construct(... params):void
SoundTween
  
dispose():void
SoundTween
  
fromTarget(from:Object):void
SoundTween
 Inherited
has(propName:String):Boolean
AbstractTween
 Inherited
remove(propName:String):void
AbstractTween
 Inherited
AbstractTween
 Inherited
stop(... props):void
AbstractTween
 Inherited
stopAll():void
AbstractTween
 Inherited
swapToFrom():void
AbstractTween
  
toTarget(to:Object):void
SoundTween
  
update(position:Number):void
SoundTween
 Inherited
updateTo(position:Number, item:Object):void
AbstractTween
Protected Methods
 MethodDefined by
 Inherited
smartRotate(currentAngle:Number, targetAngle:Number):Number
AbstractTween
 Inherited
translate(propName:String, value:*):Number
AbstractTween
Property detail
currentproperty
current:Object  [read-only]Implementation
    protected function get current():Object
_fromproperty 
protected var _from:SoundTransform
fromproperty 
from:Object  [read-write]Implementation
    protected function get from():Object
    protected function set from(value:Object):void
keyproperty 
key:Object  [read-only]Implementation
    public function get key():Object
_toproperty 
protected var _to:SoundTransform
toproperty 
to:Object  [read-write]Implementation
    protected function get to():Object
    protected function set to(value:Object):void
_updateproperty 
protected var _update:*
Constructor detail
SoundTween()constructor
public function SoundTween()
Method detail
apply()method
public override function apply():void
construct()method 
public override function construct(... params):voidParameters
... params
dispose()method 
public override function dispose():void
fromTarget()method 
public override function fromTarget(from:Object):voidParameters
from:Object
toTarget()method 
public override function toTarget(to:Object):voidParameters
to:Object
update()method 
public override function update(position:Number):voidParameters
position:Number