You are not logged in.

Search results

Search results 1-5 of 5.

Friday, September 26th 2014, 5:05pm

Author: torsar

onclick on container plugin/layer

I am make misprint when type start topic Source code 1 <layer name="q1" type="container" align="lefttop" x="400" y="400" width="100" height="100" bgcolor="0x111111" bgalpha="1" onclick="trace(aaa);" /> in code above events dont fired - verified Source code 1 <layer name="q1" type="container" url="thumbnail/panorama1_thumbnail.jpg" align="lefttop" x="400" y="400" width="100" height="100" bgcolor="0x111111" bgalpha="1" onclick="trace(aaa);" /> but if I am add url - all work properly why this happe...

Friday, September 26th 2014, 4:12pm

Author: torsar

modificator this

Quoted for(set(i,0), i LT scene.count, inc(i), set(scene[get(i)].onstart,"showtext(get(title), style1);"); ); is existis in krpano somthing type modificator this? in tag all scnes is attribute "title" need after call loadscene show text from this "title" for specific scene Quoted showtext(get(title), style1); how too in first parameter showtext to address to current scene and his title?

Thursday, September 25th 2014, 6:24pm

Author: torsar

onclick on container plugin/layer

Source code 1 <layer name="menuBar" keep="true" type="container" align="leftbottom" width="50" height="100%" x="0" y="0" bgalpha="0.7" bgcolor="0xFFFFFF"> onclick="trace(LLL);" </layer> event onclick in code below dont fired but if i am set url parametr on image event called why is this happening?

Thursday, September 25th 2014, 1:34pm

Author: torsar

click, onover, onout

this code work properly after click image changed Source code 1 <layer name="menubar" keep="true" type="container" align="leftbottom" width="50" height="100%" x="0" y="0" bgalpha="0.7" bgcolor="0xFFFFFF"> <layer name="menubutton" url="%SWFPATH%/images/menu-icon.png" align="lefttop" x="2" y="5" onclick="set(layer[menubutton].url,'%SWFPATH%/images/cross.png');" /></layer> code below onover work properly but onclick responce after first click dont work (image dont changed) after second click and fu...

Thursday, September 25th 2014, 1:18pm

Author: torsar

save/protect namespace

have the task task implemented in separate xml file need save/protect namespace variables that with include this script don't broke any other code in tour how too do this