io ho il bottone pausa:
codice:
on (release) {
	position = snd.position
	snd.stop();
}

e il bottone play:
codice:
on (release) {
	snd.start(position/1000, 9999)
}

non serve altro