function GuiControl.onScrolled(nx, ny, dx, dy) { ShowImg1.drawimagerectangle(destination x,destination y, source image, source x, source y,width,height); }
function GuiScrollControl.onScrolled(nx, ny, dx, dy) { OtherControl.x = nx; OtherControl.y = ny;}