public DefineButtonSound(SwfReader r) { ButtonId = r.GetUI16(); ButtonSoundChar0 = r.GetUI16(); ButtonSoundInfo0 = new SoundInfo(r); ButtonSoundChar1 = r.GetUI16(); ButtonSoundInfo1 = new SoundInfo(r); ButtonSoundChar2 = r.GetUI16(); ButtonSoundInfo2 = new SoundInfo(r); ButtonSoundChar3 = r.GetUI16(); ButtonSoundInfo3 = new SoundInfo(r); }
public StartSoundTag(SwfReader r) { SoundId = r.GetUI16(); SoundInfo = new SoundInfo(r); }