Page 1 of 1

Why does this script not work?

PostPosted: Fri Sep 08, 2017 6:51 pm
by FLO
Why does this script not work?
What am I doing wrong? :?

Code: Select all
keys.isdown("mouse_wheel_up") ? {
        scene.my.x = scene.my.x + 1
    } : {}

Re: Why does this script not work?

PostPosted: Wed Oct 25, 2017 10:50 pm
by vaidas369
Might be, that you can't use mouse_wheel_up. Or check if the name is correct.