Packagecom.sonoport
Classpublic class SciFiTone
InheritanceSciFiTone Inheritance com.sonoport.BaseSound
Implements ISciFiTone

A 'light saber' sound.



Public Properties
 PropertyDefined By
  freq1 : Number
Frequency 1.
SciFiTone
  freq2 : Number
Frequency 2.
SciFiTone
  spacing : Number
Spacing.
SciFiTone
  wield : Number
Wield (move this as you would move a sword).
SciFiTone
Public Methods
 MethodDefined By
  
SciFiTone
Property Detail
freq1property
freq1:Number

Frequency 1. Default is 60. Range is [10, 500].


Implementation
    public function get freq1():Number
    public function set freq1(value:Number):void
freq2property 
freq2:Number

Frequency 2. Default is 89.6. Range is [10, 500].


Implementation
    public function get freq2():Number
    public function set freq2(value:Number):void
spacingproperty 
spacing:Number

Spacing. Default is 0. Range is [0, 1].


Implementation
    public function get spacing():Number
    public function set spacing(value:Number):void
wieldproperty 
wield:Number

Wield (move this as you would move a sword). Default is -1. Range is [-5, 5].


Implementation
    public function get wield():Number
    public function set wield(value:Number):void
Constructor Detail
SciFiTone()Constructor
public function SciFiTone()