Packagecom.sonoport
Classpublic class RattleHit
InheritanceRattleHit Inheritance com.sonoport.BaseSound
Implements IRattleHit

Single hit on a baby rattle.



Public Properties
 PropertyDefined By
  freq : Number
Frequency.
RattleHit
Public Methods
 MethodDefined By
  
RattleHit
Property Detail
freqproperty
freq:Number

Frequency. Default is 0.5. Range is [0.5, 1].


Implementation
    public function get freq():Number
    public function set freq(value:Number):void
Constructor Detail
RattleHit()Constructor
public function RattleHit()