function main() -- -------------------------------------------------------------------------------------- -- -------------------------------------------------------------------------------------- -- MOVIES -- -------------------------------------------------------------------------------------- --Panorama movies 1-3 AddMovie( "katy_leda_pano.xmv" ); AddMovie( "candle1_pano.xmv" ); AddMovie( "candle2_pano.xmv" ); -- Katy closeup -- index: 4-5 AddMovie( "08_katy_cu_idle.xmv" ); AddMovie( "08_katy_cu_talk.xmv" ); -- -------------------------------------------------------------------------------------- -- -------------------------------------------------------------------------------------- -- ROOMS -- -------------------------------------------------------------------------------------- AddRoom( LedaPanoRoom, "leda.room" ); AddRoom( LedaKatyCloseup, "08_leda_katy_cu.room" ); AddRoom( LedaBookShelf, "still_bookshelf.room" ); AddRoom( LedaBookSpine, "still_bookspine.room" ); AddRoom( LedaBookOpen, "still_book.room" ); AddRoom( LedaGreaseStain, "still_greaseleda.room" ); AddRoom( LedaAlbumFar, "still_photoalbum1a.room" ); AddRoom( LedaAlbumClose, "still_photoalbum1b.room" ); AddRoom( LedaSmudge, "still_smudge1a.room" ); AddRoom( LedaLaminate, "still_laminate.room" ); AddRoom( LedaTable, "still_paperkeys.room" ); AddRoom( LedaTableKeys, "still_keys.room" ); AddRoom( LedaTableNews, "still_news2a.room" ); AddRoom( LedaTableNote, "still_note.room" ); AddRoom( LedaCasinoChips, "still_casinochips.room" ); AddRoom( LedaBottle, "still_bottle.room" ); AddRoom( LedaPhone, "still_phone1a.room" ); AddMusic( "PANO_5A" ); AddEnvironmentSound( nil, "M6_LEDAAPART" ); end