#32002/7/18 11:15:12
on beginSprite me
pNoteList = member("display").text
pNoteNumber = 1
pEndNoteTime = the milliseconds
end
on exitFrame me
if the milliseconds >= pEndNoteTime then
if not voidP(pNoteSprite) then
sendSprite(pNoteSprite, #unpress)
end if
playNote(me)
end if
if the mousedown and soundbusy(1)=0 then
sound playfile 1,
end
end