Forward: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===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===
[[Mset]], [[Backward]], [[Rewind]], [[:Category:Movies]]
  [[Cmd mset]], [[Cmd backward]], [[Cmd rewind]]
 
 
[[Category:Commands|forward]]
 
[[Category:Movies|Forward]]
[[Category:Commands|Forward]]

Latest revision as of 13:32, 17 November 2009

forward moves the movie one frame forward.

USAGE

forward

PYMOL API

cmd.forward()

SEE ALSO

Mset, Backward, Rewind, Category:Movies