child.script 200 B

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