home *** CD-ROM | disk | FTP | other *** search
/ Discovering Endangered Wildlife / GSPCD296A.iso / dew / lso / tour15.dss < prev    next >
Text File  |  1994-11-23  |  1KB  |  32 lines

  1. set inherit=1    ; all parent script objects can be used here!
  2. set subdir=15
  3. set dll=$Dew_15.dll
  4. xref PrnCmd=Prn_15
  5. ;----------------------------------
  6. ; TOUR for 15-Gorilla
  7.  
  8. ;*INCLUDE for animal specific text
  9. include tourdata=$tour\tour_15.tur
  10.  
  11. ;*INCLUDE for standard tour script
  12. include tourstuff=$tour\tourstuf.inc
  13.  
  14. ;--- Sound  wired direct until we have pic and txt.
  15. wave w_snd1=$15SND1.WAV                         ; Narration for sound screen
  16. wave w_ANIMAL_SND=$15a_snd1.wav                 ; Sound if any
  17. button b_snd=rbtn_c,bsndup,bsnddn,w_ANIMAL_SND
  18. PICTURE p_sound=rfull,1700
  19. showtext st_snd1=rbotctr,fontTsnd,v,ds_yb,x_snd1
  20. waveque wq_snd1=w_ANIMAL_SND,w_snd1
  21. screen s_snd1=rfull,(p_sound,st_snd1,b_snd,b_Cont),wq_snd1
  22.  
  23. ;MultiMedia Buttons
  24. button b_btn_Tmm1=rmm1_btn,bTsndUp,bTsndDn,s_snd1    ; Use if no picture> w_ANIMAL_SND
  25.  
  26. group g_MM_Butts=b_btn_Tmm1
  27. ;============
  28. group g_TourButts=b_btnT1,b_btnT2,b_btnT3,b_btnT4,b_btnT5,b_btnT6,b_btn_Tprn,b_btn_Trtn
  29. ;============
  30. screen _main=rfull,(p_tourmain,st_animal2,p_BtnBar,g_TourButts,g_MM_Butts)
  31. ;============ EOF ===========
  32.