home *** CD-ROM | disk | FTP | other *** search
/ Discovering Endangered Wildlife / GSPCD296A.iso / dew / lso / tour47.dss < prev    next >
Text File  |  1994-11-19  |  896b  |  32 lines

  1. set inherit=1    ; all parent script objects can be used here!
  2. set subdir=47
  3. set dll=$Dew_47.dll
  4. xref PrnCmd=Prn_47
  5. ;----------------------------------
  6. ; TOUR for 47-Sand Hill Crane
  7.  
  8. rect rTourAnimal=10,10,624,80
  9.  
  10. ;*INCLUDE for animal specific text
  11. include tourdata=$tour\tour_47.tur
  12.  
  13. ;*INCLUDE for standard tour script
  14. include tourstuff=$tour\tourstuf.inc
  15.  
  16. ;--- Sound  wired direct
  17. wave w_ANIMAL_SND=$47a_snd1.wav
  18.  
  19. ;MultiMedia Buttons
  20. button b_btn_Tmm1=rmm1_btn,bTsndUp,bTsndDn,w_ANIMAL_SND
  21.  
  22. group g_MM_Butts=b_btn_Tmm1
  23. ;============
  24. group g_TourButts=b_btnT1,b_btnT2,b_btnT3,b_btnT4,b_btnT5,b_btnT6,b_btn_Tprn,b_btn_Trtn
  25. ;============
  26. ;position fix
  27. rect rTourPicTitle47=33,342,555,73
  28. showtext st_animal2_47=rTourPicTitle47,font30,m,ds_yb,x_animal
  29. ;============
  30. screen _main=rfull,(p_tourmain,st_animal2,p_BtnBar,g_TourButts,g_MM_Butts)
  31. ;============ EOF ===========
  32.