Showing "image" in autotour [help]

  • Hai Guys..

    I need help, is it possible in autotour to show NOT staticimage but appear and dissapear image.. hmm, for example after
    coding " wait(5) ; lookto(360,00,90)bla bla" there is an image that apears, and then after few seconds the image dissapear, after that the autotour will continue...
    So inside the autotour, there are many image (similar like introimage) that appears and then dissapear..

    I still don't know about the coding...

    Thanks
    Best regards

    Jonathan

  • If I understand what did you say ,

    You can make a action to call the image.

    Like set(plugin[introimage].visible,true); on your autotour

    lookto(60,0,80,smooth(70,-35,120));
    wait(2);
    lookto(60,0,120,smooth(70,-35,120));
    set(plugin[introimage].visible,true);
    wait(2); ..........

Participate now!

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