Go to: Synopsis. Return value. MEL examples.

Synopsis

nextOrPreviousFrame (string $advanceFlag)

Script for going to the next or previous frame.

Return value

None

Arguments

Variable Name Variable Type Description
$advanceFlagstringValid values are "next" or "previous".

MEL examples

 // To go to the next frame
 nextOrPreviousFrame next

 // To go to the previous frame
 nextOrPreviousFrame previous