View Single Post
  #6  
Old 03-11-2009, 11:34 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by cbk1994 View Post
This is the problem, but when I do this, it is very jumpy. I really need a way to just disable mouse wheel scrolling, but it doesn't seem possible.
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.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote