picking up an animation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to write vba code to examine an existing custom motion path and
determine its x and y path. I have tried to do this on a single move from a
to b , but it always tells me that the .byx and .byy are 100, irrespective of
the actual length. Any suggestions? Any help appreciated
regards
ted
 
Is this a custom motion path created by you or one that is set by
PowerPoint. The motion paths set by PowerPoint are set as a VML string and
cannot be extracted using the X and Y properties since a complete path could
be a collection of coordinates. Take a look at the string returned by the
Path property and parse the information from there.


Regards,
Shyam Pillai

Animation Carbon
http://www.animationcarbon.com
 
Back
Top