Go to: Synopsis. Return value. MEL examples.
nextOrPreviousFrame (string $advanceFlag)
None
Variable Name | Variable Type | Description |
---|---|---|
$advanceFlag | string | Valid values are "next" or "previous". |
// To go to the next frame nextOrPreviousFrame next // To go to the previous frame nextOrPreviousFrame previous