Angle with dangling effect
Hey guys!!
I was hoping someone could help me with something.. I know it's gotta be simple but everything I'm trying isn't working so far.
I have 2 objects, one is fixed and the other is "dangling" off of it. I wanted to do a sort of angle rotation thing but not all the way around the object, just partially back and forth on the bottom so it's like it's dangling.. if that makes sense :)
I started out with:
Always set angle to Angle("object")+1 and that works great where it rotates around the object, except I wanted it to stop and reverse so it doesn't circle around completely. I tried doing something like Angle("object)>=90 / Always ... Angle("object")-1 thinking it would reverse once it hit 90 degrees but it doesn't it just stops.
Any idea how I could get that type of effect using Angles?
Thanks all!