| new Sound | Creates a new Sound object. |
| attachSound | Attaches a sound file from the Library to the Sound object. |
| getBytesLoaded | Returns the number of bytes or data loaded for the Sound object. |
| getBytesTotal | Returns the total number of bytes or data loaded for the Sound object. |
| getPan | Returns the pan level assigned. |
| getTransform | Returns the sound transformation information assigned. |
| getVolume | Returns the volume level assigned. |
| loadSound | Loads an MP3 file. |
| setPan | Sets the left-to-right balance of sound. |
| setTransform | Sets how the left and right sounds are distributed through the left and right speakers . |
| setVolume | Sets the percentage of the volume level. |
| start | Starts the playback of the attached sound. |
| stop | Stops the playback of the attached sound. |