//    Instruction Example :     long window.width.get ()


        screen.resolution.set (512,384)

        screen.set (BACK)
          pattern.display ("avo\bubble.gif")
        screen.end ()

        text.display ("The height and width of the window are respectively : "+str(window.width.get())+" x " +str(window.height.get()),CENTER,10)
        text.display ("Press a key to exit.",CENTER,350)

        keyboard.wait ()

        script.stop ()