function Scroller(X, Y, refresh) {
    this.canScroll = 0;
    this.refresh = refresh;
    this.x = X;
    this.y = Y;