Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
|
|
Quellcode |
1 2 3 4 5 6 7 |
for(set(i,0), i LT hotspot.count, inc(i),
if(hotspot[get(i)].point[0].ath,
if(hotspot[get(i)].fillcolor == 0x336699,
set(hotspot[get(i)].hovering, true);
);
);
);
|
: https://pame.virtualtuur.com|
|
Quellcode |
1 2 3 4 5 |
for(set(i,0), i LT hotspot.count, inc(i),
if(hotspot[get(i)].fillcolor == 0x336699,
set(hotspot[get(i)].hovering, true);
);
);
|
|
|
Quellcode |
1 2 3 |
for(set(i,0), i LT hotspot.count, inc(i), if(hotspot[get(i)].fillcolor == 0x336699,
set(hotspot[get(i)].hovering, true);
); );onout="tween(layer[tooltip].alpha, 0.0, 0.25, default, set(layer[tooltip].visible,false), copy(layer[tooltip].x,mouse.stagex); copy(layer[tooltip].y,mouse.stagey); );
|