// Instruction Example : objectid sound.stream.play (string,long)
screen
.resolution
.set
(
512
,
384
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
sound
.stream
.play
(
"avo\audio.mp3"
,
CHANNEL_1
)
keyboard
.wait
(
)
script
.stop
(
)