Packageorg.libspark.swfassist.swf.tags
Classpublic class DefineButtonSound
InheritanceDefineButtonSound Inheritance AbstractTag



Public Properties
 PropertyDefined by
  buttonId : uint
DefineButtonSound
  buttonSoundChar0 : uint
DefineButtonSound
  buttonSoundChar1 : uint
DefineButtonSound
  buttonSoundChar2 : uint
DefineButtonSound
  buttonSoundChar3 : uint
DefineButtonSound
  buttonSoundInfo0 : SoundInfo
DefineButtonSound
  buttonSoundInfo1 : SoundInfo
DefineButtonSound
  buttonSoundInfo2 : SoundInfo
DefineButtonSound
  buttonSoundInfo3 : SoundInfo
DefineButtonSound
 Inheritedcode : uint
AbstractTag
Public Methods
 MethodDefined by
  
DefineButtonSound(code:uint = 0)
DefineButtonSound
  
visit(visitor:TagVisitor):void
DefineButtonSound
Property detail
buttonIdproperty
buttonId:uint  [read-write]Implementation
    public function get buttonId():uint
    public function set buttonId(value:uint):void
buttonSoundChar0property 
buttonSoundChar0:uint  [read-write]Implementation
    public function get buttonSoundChar0():uint
    public function set buttonSoundChar0(value:uint):void
buttonSoundChar1property 
buttonSoundChar1:uint  [read-write]Implementation
    public function get buttonSoundChar1():uint
    public function set buttonSoundChar1(value:uint):void
buttonSoundChar2property 
buttonSoundChar2:uint  [read-write]Implementation
    public function get buttonSoundChar2():uint
    public function set buttonSoundChar2(value:uint):void
buttonSoundChar3property 
buttonSoundChar3:uint  [read-write]Implementation
    public function get buttonSoundChar3():uint
    public function set buttonSoundChar3(value:uint):void
buttonSoundInfo0property 
buttonSoundInfo0:SoundInfo  [read-write]Implementation
    public function get buttonSoundInfo0():SoundInfo
    public function set buttonSoundInfo0(value:SoundInfo):void
buttonSoundInfo1property 
buttonSoundInfo1:SoundInfo  [read-write]Implementation
    public function get buttonSoundInfo1():SoundInfo
    public function set buttonSoundInfo1(value:SoundInfo):void
buttonSoundInfo2property 
buttonSoundInfo2:SoundInfo  [read-write]Implementation
    public function get buttonSoundInfo2():SoundInfo
    public function set buttonSoundInfo2(value:SoundInfo):void
buttonSoundInfo3property 
buttonSoundInfo3:SoundInfo  [read-write]Implementation
    public function get buttonSoundInfo3():SoundInfo
    public function set buttonSoundInfo3(value:SoundInfo):void
Constructor detail
DefineButtonSound()constructor
public function DefineButtonSound(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor