# File mouse.rb, line 5
    def initialize(img,visible=true)
      @img=img
      @visible=visible
      @imgObj=Gosu::Image.new($window,img,true)
      @forced=false
    end