#22002/9/8 7:24:33
property pPlaystate
on beginsprite me
pPlaystate=false
end
on counterstart
sound playfile 3,"soundfile"
pPlaystate=true
end
on exitframe me
if pPlaystate=true and soundbusy(3) then
go the frame
else
go frame "指定帧"
end if
end
编辑历史:[这消息被donlee编辑过(编辑时间2002-09-08 07:26:40)]