//    Instruction Example :      music.wait (long,long,long)


        screen.resolution.set (512,384)

        text.display ("Alambik is waiting for a scpecific note.",CENTER,10)

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

        music.wait (0,0,40)

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

        keyboard.wait ()

        script.stop ()