screen.resolution.set (512,384)
sound.play ("avo\audio.mp3")
text.display ("Sound is playing, press a key to mute.",CENTER,10)
keyboard.wait ()
audio.mute (TRUE)
text.display (" Press a key to continue. ",CENTER,10)
keyboard.wait ()
audio.mute (FALSE)
text.display ("Press any key to exit.",CENTER,350)
keyboard.wait ()
script.stop ()