NetLogo 7.0.0-beta2:

vid:set-time

vid:set-time seconds

Sets the time of the current video source to *seconds*. This has no effect when the current video source is a camera.

Example:

Errors:

  • Message "vid: no selected source": There is no currently selected video source. Select a source with vid:movie-open, vid:movie-select, vid:camera-open, or vid:camera-select.
  • Message "vid: invalid time": The currently active video does not contain the specified second. The second may be negative, or greater than the length of the video.

Take me to the full Vid Extension Dictionary