home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / multimed.ia / wilddemo / dew / lso / tour / tourstuf.inc < prev   
Text File  |  1994-11-23  |  2KB  |  65 lines

  1. ; BEGIN INCLUDE FILE **************
  2.  
  3. BITMAP TourPhoto=1000
  4. BITMAP BMP_ANI=5000
  5. BITMAP BMP_MAP=5010
  6. BITMAP BMP_HAB=5020
  7. BITMAP BMP_THR=5030
  8. picture p_hab=rTourPic,BMP_HAB
  9. picture p_eat=rTourPic,BMP_ANI
  10. picture p_life=rTourPic,BMP_ANI
  11. picture p_threat=rTourPic,BMP_THR
  12. picture p_quick=rTourPic2,BMP_MAP
  13. picture p_unique=rTourPic,BMP_ANI
  14. text x_quick_Title=At a Glance
  15. text x_hab_Title=Habitat
  16. text x_eat_Title=Food &~Feeding
  17. text x_life_Title=Lifestyle
  18. text x_threat_Title=Threats
  19.  
  20. ; Screen defs
  21. showtext st_animal=rTourAnimal,font30,l,ds_yb,x_animal
  22. showtext st_animal2=rTourPicTitle,font30,m,ds_yb,x_animal
  23.  
  24. showtext st_hab_T=rtourtitle,font40,m,ds_lbb,x_hab_Title
  25. showtext st_hab=rtourtext,tourfont,l,black,x_hab,b_TourPgUp,b_TourPgDn
  26. screen s_hab=rfull,(p_TourBak,p_hab,st_animal,st_hab_T,st_hab,b_ContTour)
  27.  
  28. showtext st_eat_T=rtourtitle,font40,m,ds_lbb,x_eat_Title
  29. showtext st_eat=rtourtext,tourfont,l,black,x_eat,b_TourPgUp,b_TourPgDn
  30. screen s_eat=rfull,(p_TourBak,p_eat,st_animal,st_eat_T,st_eat,b_ContTour)
  31.  
  32. showtext st_life_T=rtourtitle,font40,m,ds_lbb,x_life_Title
  33. showtext st_life=rtourtext,tourfont,l,black,x_life,b_TourPgUp,b_TourPgDn
  34. screen s_life=rfull,(p_TourBak,p_life,st_animal,st_life_T,st_life,b_ContTour)
  35.  
  36. showtext st_threat_T=rtourtitle,font40,m,ds_lbb,x_threat_Title
  37. showtext st_threat=rtourtext,tourfont,l,black,x_threat,b_TourPgUp,b_TourPgDn
  38. screen s_threat=rfull,(p_TourBak,p_threat,st_animal,st_threat_T,st_threat,b_ContTour)
  39.  
  40. showtext st_quick_T=rtourtitleQ,font30,l,ds_gb,x_quick_Title
  41. showtext st_quick_T2=rTourTitle2,tourfont,l,black,x_quick_Title2
  42. showtext st_quick=rtourtext,tourfont,l,black,x_quick,b_TourPgUp,b_TourPgDn
  43. screen s_quick=rfull,(p_TourBak2,p_Qbox,p_quick,st_animal,st_quick_T,st_quick_T2,st_quick,b_ContTour)
  44.  
  45. showtext st_unique_T=rtourtitle,font40,m,ds_lbb,x_unique_Title
  46. showtext st_unique=rtourtext,tourfont,l,black,x_unique,b_TourPgUp,b_TourPgDn
  47. screen s_unique=rfull,(p_TourBak,p_unique,st_animal,st_unique_T,st_unique,b_ContTour)
  48.  
  49. ;Buttons
  50. button b_btnT1=rbtnT1,bT1up,bT1dn,s_quick
  51. button b_btnT2=rbtnT2,bT2up,bT2dn,s_hab
  52. button b_btnT3=rbtnT3,bT3up,bT3dn,s_eat
  53. button b_btnT4=rbtnT4,bT4up,bT4dn,s_life
  54. button b_btnT5=rbtnT5,bT5up,bT5dn,s_unique
  55. button b_btnT6=rbtnT6,bT6up,bT6dn,s_threat
  56. button b_btn_Tprn=rprn_btn,bTprnUp,bTprnDn,PrnCmd
  57. button b_btn_Trtn=rrtn_btn,bTrtnUp,bTrtnDn,exitscreen
  58.  
  59. ; Main Screen Elements
  60. picture p_tourmain=rfull,TourPhoto
  61. ;END INCLUDE *************
  62.  
  63.  
  64.  
  65.