// Instruction Example : music.stop ()
screen
.resolution
.set
(
512
,
384
)
music
.play
(
"avo\music.xm"
)
text
.display
(
"Press a key to stop the music."
,
CENTER
,
10
)
keyboard
.wait
(
)
music
.stop
(
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)