This is probably a very basic question but I am kind-of list,
so I have a sound manager class, and it can load sounds from file into memory using soundManager.loadSound,
however I have no idea how to play this sound.
When using soundManager.play using the identifier i used only results in
"Source 'click.button click.ogg' not found in method 'play'".
Any help would be appreciated