# File gglib/image.rb, line 96
  def draw(x,y,z)
    if Animation
      super
    else
      @animObj.draw(x,y,z)
    end
  end