Menu

When you are working on a SketchFlow project, it is very common to define navigation between screens. The most common method of defining navigation is to right-click an object on the artboard, click Navigate to, and then click the screen to which you want to navigate. You can also use the built-in NavigateToScreenAction behavior to define the navigation between screens.

To add a NavigateToScreenAction

  1. In the Assets panel, click Behaviors, and then drag NavigateToScreenAction onto the object that you want to apply the action to. The Common Properties category appears in the Properties panel.

    NoteNote:

    The SourceObject and EventName properties will vary based on the type of object you have applied the behavior to.

  2. In the Common Properties category, in the TargetScreen drop-down list, select the screen that you want to navigate to.

    NavigateToScreenAction

To see a sample of this behavior, visit the Expression Community Gallery.


��Copyright � 2010 by Microsoft Corporation. All rights reserved.