|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<include url="%CURRENTXML%/automap/automap.xml" />
<map name="map1"
map="%CURRENTXML%/map_images/map.jpg"
mask="%CURRENTXML%/map_images/mapmask.png"
radar_alpha="0.5"
onclick="switch(map[map1].scale,1,0.2); tween(plugin[map1].scale,get(map[map1].scale), 0.3);"
>
<viewpoint name="p1" scene="liv" x="182" y="75" heading="-10" scale="1"
mask="%CURRENTXML%/map_images/maskliv.png"
onclick="gotoscene(liv);" onhover="showtext(Living,maponhovertext);"
/>
<viewpoint name="p2" scene="kit" x="290" y="54" heading="10" scale="1"
mask="%CURRENTXML%/map_images/maskkit.png"
onclick="gotoscene(kit);" onhover="showtext(Kitchen,maponhovertext);"
/>
......
</map>
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mindlessboss« (2. Juni 2011, 10:06)
thanks. It's simple.
) i will post it here
this is limitation