Beiträge von Bags

    I would like to hide the text of a showtext action by clicking (anywhere) with the mouse, before the showtime (20 seconds in this case) has expired. Is there a way to do this?

    Here is the code I'm working with:

    Code
    <action name="starttext">
     showtext("this is where my start text goes",infostyle);
    </action>
    
    
    <textstyle name="infostyle"
      origin="center" edge="center" textalign="center" background="false" border="false"
      fontsize="40" textcolor="0xFFFFFF" bold="false" effect="glow(0xFFFFFF,0.7,4,2);glow(0x000000,1,4,2);dropshadow(3,45,0x000000,2,0.6);"
      showtime="20.0" fadetime="1.0" fadeintime="1.0" alpha="0.7"
      />

    Thanks,
    Bags

    Thanks Steve,
    The logic behind your response makes perfect sense. How would this work practically? Would you drop each set of 36 images (for each row) into the MAKE PANO (MULTIRES) droplet separately? Then, which files would need to be altered so that moving the mouse up or down (when zoomed all the way out) switches which row you're looking at, while maintaining the same column number? Where exactly would your source code go?

    Code
    mul(frame_index,get(row),36);
    add(frame_index,get(col));

    Sorry, I'm not much of a programmer, and I appreciate your help immensely!

    Thanks,
    Bags