movie 'asm8.swf' // total frames: 1

  frame 0
    function onEnterFrame ()
      push 's', 10, 6, 0, 0, 'Date'
      new
      setRegister r:3
      push 'getSeconds', 'm', 10, 6, 0, r:3, 'getMinutes', 'h', 10, 30, 0, r:3, 'getHours'
      callMethod
      multiply
      setProperty
      callMethod
      multiply
      setProperty
      callMethod
      multiply
      setProperty
    end // of function onEnterFrame

    push 's', 2, 'createEmptyMovieClip'
    callFunction
    setTarget 's'
      push '', 'h', 16386, '', 'm', 16385, -50, 0, 2, 'lineTo', 0, 1, 'lineStyle', '', 0, 50, '', 1, 50
      setProperty
      setProperty
      callFunction
      pop
      callFunction
      pop
      duplicateClip
      duplicateClip
    end
  end // of frame 0
end
