It should mean that either you haven't declared Scoping2, sensitivityX or sensitivityY in the code scope hierarchy. Maybe you have declared the variables in another method?
You should fix your code so that your variables are declared within the same scope. Maybe you mis spelled something?
I could probably give more detailed help if you exposed the whole script, or at least the function and the variable declarations.