A
Alon Amit
Is it possible to use VB to create a motion path (for an animated
object) from a mathematical formula, or from an imported list of
coordinates?
In more detail: I'd like to be able to animate an object so that it
follows the graph of some function. Obviously I'm not thinking of any
of the custom paths that can be found under "More motion paths", and
I'm also not looking at bezier curves which I think is what "Curve"
under "Draw Custom Path" does.
Since it is possible to freely draw a path, there doesn't seem to be an
inherent limitation on the path's structure. However, there's no way to
input a formula, and I also couldn't see how to import a list of
coordinates and use them to create the path. So I guess the question
is: is the internal representation of path coordinates accessible to
VBA modules?
A more fundamental question would be: is it, in general, possible to
inspect the internal representation of an object, and modify it? How
can one tell which features of an object are modifiable by VB code and
which aren't?
Thanks!
Alon
object) from a mathematical formula, or from an imported list of
coordinates?
In more detail: I'd like to be able to animate an object so that it
follows the graph of some function. Obviously I'm not thinking of any
of the custom paths that can be found under "More motion paths", and
I'm also not looking at bezier curves which I think is what "Curve"
under "Draw Custom Path" does.
Since it is possible to freely draw a path, there doesn't seem to be an
inherent limitation on the path's structure. However, there's no way to
input a formula, and I also couldn't see how to import a list of
coordinates and use them to create the path. So I guess the question
is: is the internal representation of path coordinates accessible to
VBA modules?
A more fundamental question would be: is it, in general, possible to
inspect the internal representation of an object, and modify it? How
can one tell which features of an object are modifiable by VB code and
which aren't?
Thanks!
Alon