home *** CD-ROM | disk | FTP | other *** search
/ Discovering Endangered Wildlife / GSPCD296A.iso / dew / lso / tour12.dss < prev    next >
Text File  |  1995-08-14  |  1KB  |  41 lines

  1. set inherit=1    ; all parent script objects can be used here!
  2. set subdir=12
  3. set dll=$Dew_12.dll
  4. xref PrnCmd=Prn_12
  5. ;----------------------------------
  6. ; TOUR for 12-Galopogos Tortoise
  7.  
  8. rect rTourAnimal=10,10,624,80
  9.  
  10. ;*INCLUDE for animal specific text
  11. include tourdata=$tour\tour_12.tur
  12.  
  13. ;*INCLUDE for standard tour script
  14. include tourstuff=$tour\tourstuf.inc
  15.  
  16. ;--- Sound
  17. wave w_snd1=$12SND1.WAV                         ; Narration for sound screen
  18. wave w_ANIMAL_SND=$12a_snd1.wav                 ; Sound if any
  19. button b_snd=rbtn_c,bsndup,bsnddn,w_ANIMAL_SND
  20. PICTURE p_sound=rfull,1700
  21. showtext st_snd1=rbotctr,fontTsnd,l,ds_yb,x_snd1
  22. waveque wq_snd1=w_ANIMAL_SND,w_snd1
  23. screen s_snd1=rfull,(p_sound,st_snd1,b_snd,b_Cont),wq_snd1
  24.  
  25. ;--- Mov1
  26. ;text x_mov1=
  27. ;showtext st_mov1=rmovtxt,font22,v,white,x_mov1
  28. ;quicktime q_mov1=rmovie,$12qtm1.MOV,0
  29. ;screen s_mov1=rfull,(p_Movie,q_mov1,b_mov,b_Cont),(StartVideo)
  30.  
  31. ;MultiMedia Buttons
  32. button b_btn_Tmm1=rmm1_btn,bTsndUp,bTsndDn,s_snd1    ; Use if no picture> w_ANIMAL_SND
  33. ;button b_btn_Tmm2=rmm2_btn,bTmov1Up,bTmov1Dn,s_mov1
  34.  
  35. group g_MM_Butts=b_btn_Tmm1 ;,b_btn_Tmm2
  36. ;============
  37. group g_TourButts=b_btnT1,b_btnT2,b_btnT3,b_btnT4,b_btnT5,b_btnT6,b_btn_Tprn,b_btn_Trtn
  38. ;============
  39. screen _main=rfull,(p_tourmain,st_animal2,p_BtnBar,g_TourButts,g_MM_Butts)
  40. ;============ EOF ===========
  41.