HomefieldOfView | SPi-V dev

Navigation

user

invert value

hello,

can it's possible to substract a value.

because when i'm use the X and Y coord. of pointer, to move an uielement, i have a problem, because the X and Y values are positives, but the Voffset of uielement muste be a negative.

This is the only problem to create a popup menu in my spiv virtuel tour.

thanks for your help.

geoffrey

Doesn't this

Doesn't this work?

value='=-getproperty("_mouse","Y")'

or even more complicated stuff, eg:
value='=150-2*abs(getproperty("_mouse","Y"))'

Ok I have tested, and it's

Ok I have tested, and it's work great.

I'm post an example of my virtual tour soon.

Geoffrey