//    Instruction Example :      pattern.transition.stack (objectid,float)


        screen.resolution.set (512,384)

        @pattern = pattern.load ("avo\bubble.gif")
        pattern.transition.stack (@pattern,0.9)
        pattern.display (@pattern)

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

        keyboard.wait ()

        script.stop ()