This is a read-only mirror of pymolwiki.org

Difference between revisions of "Forward"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (6 revisions)
 
(5 intermediate revisions by 2 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 01:46, 28 March 2014

forward moves the movie one frame forward.

USAGE

forward

PYMOL API

cmd.forward()

SEE ALSO

Mset, Backward, Rewind, Category:Movies