actionscript3 calculator sound playing
问题 I'm trying to make a math app using as3 in air for android. I have many frames with some stuff like stop(); QuestText.text = "0+2" Button1.LabelText.text = "6"; Button2.LabelText.text = "2"; Button3.LabelText.text = "0"; And I have some sounds: From 1.mp3 to 20.mp3 and plus.mp3 with minus.mp3 var DigitSound0:Sound = new Sound(); var DigitSound1:Sound = new Sound(); var DigitSound2:Sound = new Sound(); var DigitSound3:Sound = new Sound(); var DigitSound4:Sound = new Sound(); var DigitSound5