So, in ActionScript 2.0, there existed such a thing as *attachSound* which would allow you to call on sounds in your library and iterate them in code much like you would call on movieclips in the library. With ActionScript 3.0, there is no attachSound, so you need to do a little workaround. It took me […]