if i click mouse_left The sound repeated in this code :

if((mouse_left==1)&(my.skill6==0))
{
snd_play(SND_FINAL, 100, 0);
}

i want to play the sound Each time you press mouse_left with out repeated