Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |
The step backward command
The step backward command steps the movie backward by the increment specified. If no increment is specified, the movie is rewound one step.
step backward: Move the current time backward
step backward reference -- the movie to step
[by small integer] -- number of steps
For example:
tell application "QuickTime Player"
step backward movie "Sample Movie" by 10
end tell
© 2000 Apple Computer, Inc.
Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |