Question
Copy Motion
So if I have some nice little timeline animations made by
some artists. And I would like to use code to recreate the same
effect is there a way to do it?
I highlighted the keyframes I'm interested in and pasted the XML (after a bit of difficulty, seems to be a bug there) into my Actionscript window/another text document. Lovely little XML.
Is there a way to step through each node and apply it's code to an arbitrary (of my choice) instance? I imagine that I could iterate through the nodes and attributes, etc. But is there any prebuilt thing?
Or does anybody have any ideas?
I highlighted the keyframes I'm interested in and pasted the XML (after a bit of difficulty, seems to be a bug there) into my Actionscript window/another text document. Lovely little XML.
Is there a way to step through each node and apply it's code to an arbitrary (of my choice) instance? I imagine that I could iterate through the nodes and attributes, etc. But is there any prebuilt thing?
Or does anybody have any ideas?