Screen.Jump

Screen.Jump ( 

string ScreenName )

Description

Jumps to a specific screen in your update given a screen name.

Note: This action can be used to jump forward or backward in the update, however the target screen must be located in the current screen list.

Parameters

ScreenName

(string) The name of the screen you want to jump to.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions