expressions for Rotation ranges - help needed!
Chaser
Member Posts: 1,453
maybe you know.
on my stick biker i have it set to reduce game meter when its rotation is greater or less than 130 but trying to make an expression so that it just covers the upside down range but cant get it working properly always seems to freeze my hero for some reason. im sure you are aware when rotating clockwise or counter gs calculates the degree change and not just 0-360 it will keep going to 560 and so on in both + and -
edit is that better Jon
on my stick biker i have it set to reduce game meter when its rotation is greater or less than 130 but trying to make an expression so that it just covers the upside down range but cant get it working properly always seems to freeze my hero for some reason. im sure you are aware when rotating clockwise or counter gs calculates the degree change and not just 0-360 it will keep going to 560 and so on in both + and -
edit is that better Jon
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
just need to find out how to write in the expression when attribute = between -130 and -240 also between 130 and 240
change attribute
ive written as min-130,max-240 and min(-130,max-240))
and min(-130),max(-240) and numerous others