//    Instruction Example :      pattern.contrast.stack (float)


        screen.resolution.set (512,384)

        pattern.contrast.stack (-1.9)
        pattern.display ("avo\bubble.gif")

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

        keyboard.wait ()

        script.stop ()