This is a read-only mirror of pymolwiki.org

Difference between revisions of "Forward"

From PyMOL Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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===
+
[[Mset]], [[Backward]], [[Rewind]], [[:Category:Movies]]
  [[Cmd mset]], [[Cmd backward]], [[Cmd rewind]]
+
 
+
 
 +
 
 +
[[Category:Movies]]
 
[[Category:Commands|forward]]
 
[[Category:Commands|forward]]

Revision as of 14:33, 11 June 2009

DESCRIPTION

forward moves the movie one frame forward.

USAGE

forward

PYMOL API

cmd.forward()

SEE ALSO

Mset, Backward, Rewind, Category:Movies