playMaker

Author Topic: Can't move off of 'Rotate' action[SOLVED]  (Read 1466 times)

TechHead

  • Playmaker Newbie
  • *
  • Posts: 3
Can't move off of 'Rotate' action[SOLVED]
« on: January 24, 2020, 09:44:38 PM »
Hi all,

Is it possible to rotate an object (using the 'Rotate' action), whilst an audio clip action plays at the same time?

At the end of the audio clip I want to stop the rotation of the object.

I am finding that if I put the audio to play first and then the rotation action starts immediately afterwards, this works, though the issue is the FSM is then stuck with at the rotation action (please see screen shot), ie: the object just keeps going round and round.

Any ideas or suggestions much appreciated.

Thanks in advance,


Simon

« Last Edit: February 24, 2020, 03:58:37 AM by jeanfabre »

daniellogin

  • Full Member
  • ***
  • Posts: 215
Re: Can't move off of 'Rotate' action
« Reply #1 on: January 25, 2020, 11:56:47 PM »
It's not moving because you have 'Every Frame' selected for rotate. This means it just keeps doing it forever. Have the audio play action in the same state as the rotate, with the on finish transition for the audio. Any other action in the same state which has a transition will break free from the every frame rotation.

TechHead

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Can't move off of 'Rotate' action
« Reply #2 on: February 03, 2020, 04:53:44 PM »
Thank you very much for the reply, I'll give that a try. 

All the best.