Adding hover boxes
- 
    Select box to add a hover over to - Select the frame you want to add a hover box to from the frame list
- Click inside the box you want to add a hover over 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 number of the 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
- Add a mouseleave instruction using 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
 
- 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