Adding clickpoints to a frame
-
Create a new clickpoint
- In the editor, select the frame you want to add a branching demo flow to
- Click and drag in the frame to create a new box
-
Specify the frame to branch to
- Click inside of the new box to see it’s coordinates, displayed at the top of the screen
- Then, in the
Advancedtab of the editor, add > to the end of the line that defines the new clickpoint, then type the frame number of the frame this clickpoint should jump to, similar to the following:- Before:
123,456,789,321 L - After:
123,456,789,321 L > 24, where 24 is the frame number to jump to in this example - Note: You will get a syntax error if you specify a frame that is currently hidden
- Before: