//    Instruction Example :      video.rotation.set (objectid,float,float,float)


        screen.resolution.set (512,384)

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

        @spr=video.display ("avo\video.mpg",CENTER,CENTER)

        text.display ("Press a key to exit.",CENTER,350)

        repeat ()
        %i=%i+1
          video.rotation.set (@spr,%i,%i,%i)
          time.wait (0.03)
        until (keyboard.get ())

        script.stop ()