Hi osw,
The third parameter in the NODO instraution is the name of the image. You can create an image in the script with a TYPE=IMAGE object.
Example:
Code:
(pano1)
{
type=MOV;
file="panos/pano1.mov";
NODO="hotspot0",1,"hotspotimage",-74.40,31.02,183.41,-98.10,31.02,166.26,-74.40,2.14,183.41,-98.10,2.14,166.26,0, 0, 1, "To the panorama 2", "GoToFrame('pano2');";
}
(pano2)
{
type=MOV;
file="panos/pano2.mov";
}
(hotspotimage)
{
type=IMAGE;
file="images/icon.png";
}
regards!