
03-11-2009, 11:38 PM
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by Tigairius
When scripting my tile editor I had to draw the contents of the scroll manually (like so):
PHP Code:
function GuiControl.onScrolled(nx, ny, dx, dy) {
ShowImg1.drawimagerectangle(destination x,destination y, source image, source x, source y,width,height);
}
Not sure what you're using the scroll control for, but you could possibly do this.
|
Thanks, I'll try this out and let you know if I have any problems. |
|
|