Message 1 of 7
Can we make an object move to a specific position while keeping spinning with only using Process flow ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It's a kinematics question, the above question can be solved by using commands, but I couldn't find a method on only using PF to do it.
I create two tokens to control the actions, one is for moving: [(0,0,0 --> (5,0,0)].
another is for rotation: [(0,0,0--> (0,0,360)].
But the moving action always be interrupted by the rotation action instead of working at the same time.
Is there any good way to solve this problem? Or it is how the process flow works?
Thank you in advance!