//    Instruction Example :      pattern.grayscale.stack ()


        screen.resolution.set (512,384)

        pattern.grayscale.stack ()
        pattern.display ("avo\bubble.gif")

        screen.set (FRONT)
          text.display ("Press a key to exit.",CENTER,350)
        screen.end ()

        keyboard.wait ()

        script.stop ()