How to jump within a P3D show by using the "jump" tag.
This is best used in combination with the <exit> tag at the end of any show opened on top of a base show.
<jump jump="relative" slide="-2" layer="0"></jump>
<image coordinate_frame="slide" position="0.25 0.75 0.0" scale="0.25">Images/lz.rgb</image>
</layer>
or
This allows you to jump from a slide in your base show and fire off a new show, but when you exit that show, you come back to a different location within the base show. This allows complex non-linear shows to be created.
This is best used in combination with the <exit> tag at the end of any show opened on top of a base show.
<click_to_run jump="relative" slide="0" layer="-1">osgviewer glider.osg</click_to_run>
<image coordinate_frame="slide" position="0.25 0.75 0.0" scale="0.25">Images/lz.rgb</image>
</layer>
<layer>
<click_to_run jump="absolute" slide="0" layer="0">osgviewer cow.osg</click_to_run>
<image coordinate_frame="slide" position="0.75 0.75 0.0" scale="0.25">RSVclip.mov</image>
</layer>