AnimVec2
Posted: Sat Sep 22, 2007 11:59 pm
I'm trying to create a local variable of an AnimVec2 type. That 's a class of the MOHO interface.
Calling this code:
Gives me this message:
What I doing wrong? It is supposed that is not enabled a constructor to the class AnimVec2? If the constructor exists, how can I call it?
I'm trying to store the complete animation channel of a point to recover the animation channel later and overwrite any intermediate modification. This could be an improvement on "freeze points" script.
Thanks for your time.
-G
Calling this code:
Code: Select all
animvec = MOHO.AnimVec2:new_local()
Code: Select all
attempt to call method 'new_local' (a nil value)
I'm trying to store the complete animation channel of a point to recover the animation channel later and overwrite any intermediate modification. This could be an improvement on "freeze points" script.
Thanks for your time.
-G