Rotate to angle question
RedRobo
Member, PRO Posts: 682
Can anyone tell me what I am doing wrong?
I want to display some text but only after the rotate to angle has finished.
I thought that these instructions would be executed from the top down but instead they both initiate at the same time.
Any help much appreciated.
Comments
P.S the way you have it rotating to 270° will mean it simply rotates 90° clockwise.
Doing this way will rotate through 270° (if you want it to move clockwise rather than counterclockwise then change the interpolation's target to -270).
@Socks That's fantastic...thank you!
The angle is actually going to be randomly generated but you have given me my solution. I just need to make an attribute for the randomly generated angle and use a rule to trigger text when this angle is achieved.
Thanks so much