Forward: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
    "forward" moves the movie one frame forward.
'''forward''' moves the movie one frame forward.
 
===USAGE===
===USAGE===
    forward
forward
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.forward()
cmd.forward()
</source>
</source>
 
===SEE ALSO===
===SEE ALSO===
[[Cmd mset]], [[Cmd backward]], [[Cmd rewind]]
  [[Cmd mset]], [[Cmd backward]], [[Cmd rewind]]
 
[[Category:Commands|forward]]
[[Category:Commands|forward]]

Revision as of 02:24, 10 January 2006

DESCRIPTION

forward moves the movie one frame forward.

USAGE

forward

PYMOL API

cmd.forward()

SEE ALSO

Cmd mset, Cmd backward, Cmd rewind