I have two animations: one is started on track 1, while on track 2 I have another animation with go.PLAYBACK_NONE to manually set cursor.
However, “set” interface has no option to point track number:
– Set the cursor to position 0
go.set("#spinemodel", “cursor”, 0)
So, looks like “set cursor” is possible to use only in case of one animation and one track.