Let me test it real quick, I wrote the code from memory so it is possible that I have missed something.
Still, even if this does not work, you could always use lerp function
Alright, this seems to be working: go.animate("/plane#main", "SPEED", go.PLAYBACK_ONCE_FORWARD, 0, go.EASING_LINEAR, 2)
Since the property belongs to the script and not the GO itself, you need to give the url of the script itself
Ahaa! Okay, seems like it needs to be a link to a component. Since go.get_id() returns a hash of go, it wasn’t working. Thank you!
P.S. For future users, the universal way to use go.animate() in that case is to use "#" or msg.url() as a receiver. Because it returns a link to the current component