function main() -- This is a 3D scene Is3D( TRUE ); -- Displayable items AddXFile( 0, 0, 0, 0, "pano_kylie.x", VISIBLE, 0 ); AddXFile( 0, 0, 0, 0, "katy.x", VISIBLE, 3 ); AddXFile( 0, 0, 0, 0, "computer.x", VISIBLE, 4 ); AddXFile( 0, 0, 0, 0, "lavalamp.x", VISIBLE, 5 ); AddXFile( 0, 0, 0, 0, "aquarium.x", VISIBLE, 6 ); -- Hotspots AddXFile( HKatyKylie, 0, 0, 0, "hs_katy.x", ACTIVE, 0, 0, KylieKatyCloseup ); AddXFile( 2, 0, 0, 0, "hs_computer.x", ACTIVE, 0, 0, KylieComputerScreen ); end