How to loop an animation?

Garmin's DanceDance animated watch face sample plays a monkey motion animation just once.

What if I would like to repeatedly play the animation in an endless loop?

I tried to add the line _controller.play(); to the case WatchUi.ANIMATION_EVENT_COMPLETE, but it didn't have any effect.

Any ideas?

Thanks!