View Single Post
  #1  
Old 03-11-2009, 11:38 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Tigairius View Post
When scripting my tile editor I had to draw the contents of the scroll manually (like so):
PHP Code:
function GuiControl.onScrolled(nxnydxdy) {
  
ShowImg1.drawimagerectangle(destination x,destination ysource imagesource xsource 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.
__________________
Reply With Quote