This is a read-only mirror of pymolwiki.org
Difference between revisions of "Forward"
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. | |
− | + | ||
===USAGE=== | ===USAGE=== | ||
− | + | forward | |
− | + | ||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.forward() | |
− | + | </source> | |
− | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Mset]], [[Backward]], [[Rewind]], [[:Category:Movies]] | |
− | + | ||
− | + | ||
+ | |||
+ | [[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()