Beiträge von stepan05

    xml parsing failed
    I'm doing something wrong doing it.


    <include url="skin/vtourskin.xml" />

    <scene name="preview">
    <preview type="grid(cube,16,32,512,0xCCCCCC,0xF6F6F6,0x999999);" />
    </scene>


    <plugin name="planopen" keep="true"
    url="plan.png"
    align="topright"
    x="15"
    y="15"
    alpha="0.9"
    onclick="loadscene(preview, null, MERGE, BLEND(0.5));"
    onhover="set(plugin[name].alpha,1);tween(scale,0.9); showtext('Открыть план техникума', STYLE12);"
    onout="set(plugin[name].alpha,1); tween(scale,0.9);"

    hello!
    At startup open cube:
    <preview type="grid(cube,16,32,512,0xCCCCCC,0xF6F6F6,0x999999);" />


    I want to make that by clicking on the button, I redirected to this cube

    whether it can be done through the command onclick="" and how?