reversing atribute numbers

Hi all,
Im hoping some one can help me ..
I have three actors,the first measures distance from second one,the second one displays the distance and the third reacts to distance number. i.e. changes width.
At this point my third actor width increase as the distance gets further away,but I would like it to decrease as the number increase .
I can't seem to figure it out ,Thanks for any help
Scott
Zia Production

Comments

  • wpatenwpaten Member, PRO Posts: 281
    This may or may not work, but I ran into this kind of an issue last week. Basically I needed to reverse the position of an actor based on the vicinity to another actor. All I ended up doing was taking the equation that I had for the position of the first actor and multiplying it by a negative 1 (-1). Try that and see if that helps you out. It should reverse what you currently have going.
Sign In or Register to comment.