how do i use sound effects?
PlaySound() doesn't seems to work
What version of AGS are you using? PlaySound has been obsolete for awhile now.
Check out AudioClip.Play in the manual. With the audio files imported in your project, simply call it like so:
aExplosion.Play();