Sound object

When you press the button again, the sound wil play over the playing sound; how can I avoid this?

on (release) {
mijngeluid = new Sound(this);
mijngeluid.attachSound(“coolsound”);
mijngeluid.start(0, 99);
}