Graphics Programs Reference
In-Depth Information
When the user clicks on a museum hot spot, the current time marker jumps to the des-
ignated frame label. A frame script loads in the dynamic content. First it clears any SWF
movie that may be loaded into pano1_mc . This movie clip acts as a placeholder for each
loaded movie. Let's now focus on a QTVR panoramic file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
stop();
pano1_mc.unloadMovie();
picLoc="pic_folder/pic4.jpg";
pic_mc.unloadMovie();
loadMovie(picLoc,pic_mc);
exhibits_mc.onRelease = function() {
gotoAndStop("exhibits")
}
history_mc.onRelease = function() {
gotoAndStop("history")
}
Open adventurePano.fla located in the pano_swfs folder. It contains a photographic
panoramic image. The individual shots were stitched together into one single panoramic
image using VR Worx 2.6 (Figure 11.28). For more information, refer to Chapter 8.
Figure 11.28 Panoramic image
Search WWH ::




Custom Search