Sound System
Basic Commands
Loading Sounds
sound "url" "load" "name"Playback Control
// Play from beginning
sound "url"/"name" "play"
// Pause playback
sound "url"/"name" "pause"
// Resume playback
sound "url"/"name" "unpause"
// Start at specific time
sound "url"/"name" "start" time
// Remove sound from memory
sound "url"/"name" "clear"Sound Properties
Sound Information Methods
Multiple Sound Support
Example Usage
Basic Sound Player
Advanced Sound Control
Sound Progress Tracker
Important Notes
Last updated