//    Instruction Example :     long music.channel.number.get ()


        screen.resolution.set (512,384)

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

        text.display ("The number of channels of the music is : "+str(music.channel.number.get()),CENTER,CENTER)
        text.display ("Press a key to exit.",CENTER,350)

        keyboard.wait ()

        script.stop ()