on(release){
s = New Sound()
s.attachSound("myclip")
s.start(0,999)
}