Music player questions

Im making a music player and I was wondering if anyone knew the script to make it so when someone presses play on my movie they wont be able to press play again until its over? I just dont want them to be able to keep pressing the button and starting new versions of the song while the old one is going. this is the only code im using now

on (release) {
kirupaSound = new Sound(this);
kirupaSound.attachSound(“Not You”);
kirupaSound.start(0, 99);
}

any help would be great :hr: