//    Instruction Example :      music.position.set (long)


        screen.resolution.set (512,384)

        music.play ("avo\music.xm")

        text.display ("Press a key to set the position of the music.",CENTER,10)

        keyboard.wait ()

        music.position.set (0)

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

        keyboard.wait (KEY_ESCAPE)

        script.stop ()