Rotate to angle question

RedRoboRedRobo 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

  • SocksSocks London, UK.Member Posts: 12,822
    edited April 2014

    P.S the way you have it rotating to 270° will mean it simply rotates 90° clockwise.

  • SocksSocks London, UK.Member Posts: 12,822

    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).

  • RedRoboRedRobo Member, PRO Posts: 682

    @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 :)

Sign In or Register to comment.