Adding mouseover boxes
-
Select box to add mouseover to
- Select the frame containing the box you want to add a mouseover to from the frame list
- Click inside the box you want to add a mouseover to
- If you need to create a box manually, do so now
- The box definition that appears at the top of the screen corresponds to the box you clicked within
-
Add mouseover instruction
- In the
Advancedtab of the editor, add ` M > ` to the end of the box definition of the box you clicked, followed by the frame number of the click frame to jump to- For example, you might start with
123,456,789,876, and you might now have123,456,789,876 M > 64, where 64 is the frame number of the click frame to jump to
- For example, you might start with
- In the
-
Add mouseleave instruction
- Select the click frame you set the hover frame to jump to from the frame list
- You will need two lines in the
Advancedtab with the same box definition as the hover frame- For example, if your hover frame was frame 10, and it had
123,456,789,876 M > 64as it’s frame instructions; on frame 64, you would add123,456,789,876 E > 10; and on the next line,123,456,789,876 L. so that the box can be clicked
- For example, if your hover frame was frame 10, and it had
-
Skip over the multipath section
- In a multipath demo, your branching paths will often end up in between sections of the main path of the demo
- To stop the main path from following the branching path, set destination frames on the primary path of the demo to jump over the branching path