//    Instruction Example :      window.icon.set (objectid,objectid)


        screen.resolution.set (512,384)

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

        text.display ("Press Alt-Tab to see the second icon.",CENTER,CENTER)
        text.display ("Press a key to exit.",CENTER,350)

        @icon16=icon.load ("avo\16x16.gif")
        @icon32=icon.load ("avo\32x32.gif")

        window.icon.set (@icon16,@icon32)

        keyboard.wait ()

        script.stop ()