
03-05-2007, 05:59 PM
|
|
Script-fu
|
 |
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
|
|
Quote:
Originally Posted by godofwarares
Try this:
PHP Code:
function onMouseWheel()
{
if (!(this.speed+1 >= 10) && !(this.speed-1 <= 1))
{
this.speed +=- mousewheeldelta;
}
}
|
+=-? |
__________________
|
|
|
|