MultiAnimation.implement({
	loop: function()
	{
		this.repeat().start();
	},
	interrupt: function()
	{
		this.do_repeat = false;
		this.repeat_iterations = null;
		this.check = null;
	},
});
