Reply To: How to add coroutine?

FlowCanvas Forums Support How to add coroutine? Reply To: How to add coroutine?

#442
rixter757
Participant

Confirmed. If I change the code from SetDestination to Move, all objects simply snap to location.

I don’t know how you will want to handle this Nuv, your Move is really SetDestination Sequentially. Which is excellent!

Maybe keep SetDestination in the code but have a condition that if Speed is zero, use Move instead… or it could equally add to your node count by adding another.

I’m happy, I can manipulate to suit…