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