1
2
3
4
5
6
7
8
9
10
11
12
|
set(plugin[xml].html,'');
for(sub(i,hotspot.count,1), i GE 0, dec(i),
txtadd(plugin[xml].html,get(plugin[xml].html), '<hotspot
name="',get(hotspot[get(i)].name),'"
ath="',get(hotspot[get(i)].ath),'"
atv="',get(hotspot[get(i)].atv),'"
rotate="',get(hotspot[get(i)].rotate),'"
ondown="fade_hotspots(get(name),0,1,default,WAIT);looktohotspot(get(name),42);loadscene(get(scene%%5Bget(goto)%%5D.name),null,MERGE,ZOOMBLEND(1,10));"
style=""
/><br />');
);
|