View Single Post
06-29-17, 10:48 PM   #1
arith
A Cyclonian
 
arith's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 45
PlaySound() behavior changed in 7.3.0?

I noticed several changes in Ace3 and most of those are related to PlaySound.
For example, PlaySound("igMainMenuOptionCheckBoxOn") has been changed to PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_ON) in Blizzard's frame codes.
Ace3's solution is changed it to below:
PlaySound(PlaySoundKitID and "igMainMenuOptionCheckBoxOn" or 856)

Does anyone has some more details regarding to this change?
  Reply With Quote