• hi,
    I want to try the flyout hotspots.
    I have a rectangular shape to distort to fit.
    what are rx,ry,rz,width,height,scale, scale9grid ?

    I can get ath atv with the cursorposition plugin.
    anyone tell me how to work it out while I try hit and miss. *thumbsup*

    ok the editor plugin allows positioning and scale of the hotspot but the distortion and z rotate don't seem to work *unsure*
    [edit]and--- editor is working now *whistling*

    [edit]
    So I want to replace a piece of the panorama with the flyout hotspots (the hotspot been an image that was taken face on and at some other time).
    it is working but there can be a colour difference.
    Is it possible to make the hotspot completely transparent when it is "flyback" and go 100% as it "flysout"

    [edit]
    Ah I just noticed the POV post


    tween(hotspot[%1].flying, 1.0, 0.5, default, set(hotspot[%1].flystate,2); );
    set(hotspot[%1].alpha,1);
    </action>


    <action name="flyback_by_name">
    if(hotspot[%1].flystate != 3,
    set(hotspot[%1].flystate,3);

    <!-- tween back to the stored backup values -->
    tween(hotspot[%1].rx, get(hotspot[%1].backup_rx) );
    tween(hotspot[%1].ry, get(hotspot[%1].backup_ry) );
    tween(hotspot[%1].rz, get(hotspot[%1].backup_rz) );
    tween(hotspot[%1].scale, get(hotspot[%1].backup_scale) );

    copy(hotspot[%1].zorder, hotspot[%1].backup_zorder);

    <!-- tween 'flying' also back to 0.0 -->
    tween(hotspot[%1].flying, 0.0, 0.5, default, set(hotspot[%1].flystate,0); );

    set(hotspot[%1].alpha,0.2);
    );
    </action>

    works fine.
    [edit]
    example here
    http://www.mickiwiki.com/flyout/10mmb.html

    thanks

    mick

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!