This is quite a lot of code for something so simple:
go.property("dummy", 0)
...
go.animate("#", "dummy", go.PLAYBACK_ONCE_FORWARD, 0, go.EASING_LINEAR, 5, 0, my_func)
It would be nice to have something like this:
(And of course, a go.cancel_invoke, just in case)