Hello everyone! I am programming in Cospaces with Python and I am able to program different actions (speech, animations, movements, …), however, I am not able to program an item in order to move on a path.
The code does not show errors, so I have no idea why it doesn’t work.
I define the item as AnimatedItem and the path as a PathItem and then I use the function:
item.transition.move_on_path(path)
Does anyone know why it doesn’t work?
Thank you very much!