function init(self) go.animate(".", "euler.z", go.PLAYBACK_LOOP_FORWARD, 360, go.EASING_LINEAR, 1) -- <1> end --[[ 1. Animate the Z component of the euler rotation property on this game object. --]]