//    Instruction Example :     objectid music.load (string)


        screen.resolution.set (512,384)

        @music = music.load ("avo\music.xm")
        music.play (@music)

        text.display ("Press a key to exit.",CENTER,350)

        keyboard.wait ()

        script.stop ()