I'm experimenting with .SetKeyFrame and I'm having trouble getting it to work.
Specifically I'm trying to set two keyframes for different X axis coordinates. So far I've gotten this:
Dim MoveGroup as xpBaseObject
Self.GetObjectByName("MOVE GROUP", MoveGroup)
MoveGroup.SetKeyFrame(0, ******)
MoveGoup.SetKeyFrame(30, *******)
I tried using the help doc to figure this out, but I'm not sure what to put in the ****** areas. I know that I need to tell it which key channel to define (X Position's value = 1) and then I need to give the X axis a value, but I can't get it right. Anyone know what I'm missing and/or doing wrong? Thanks in advance!
BTW I'm working on Xpressions 5.5