home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / multimed.ia / wilddemo / dew / lso / tour.dss < prev    next >
Text File  |  1994-11-23  |  4KB  |  130 lines

  1. set inherit=1    ; all parent script objects can be used here!
  2. set subdir=tour
  3. set dll=$Dew_Tour.dll
  4. ;----------------------------------
  5. ;TEMP FOR MAPPING
  6. var x=5
  7. var y=5
  8. -----------------
  9.  
  10. var tourgrid=1050
  11. var BarHt=418
  12. var TbtnHt=423 ;(BarHt+5)
  13. rect rBtnbar=0,BarHt,624,52
  14. rect rqbox=0,0,336,209
  15. rect rbtnT1=4,TbtnHt,80,37
  16. rect rbtnT2=95,TbtnHt,72,37
  17. rect rbtnT3=167,TbtnHt,72,37
  18. rect rbtnT4=239,TbtnHt,72,37
  19. rect rbtnT5=311,TbtnHt,72,37
  20. rect rbtnT6=383,TbtnHt,72,37
  21. rect rprn_btn=467,TbtnHt,77,37
  22. rect rrtn_btn=544,TbtnHt,77,37
  23. rect rmm1_btn=562,10,52,52
  24. rect rmm2_btn=562,72,52,52
  25. rect rmm3_btn=562,134,52,52
  26. ;rect rmovtxt=    SET ON SCREEN
  27. rect rTourPic=356,16,0,0     ;QT size - estimate only
  28. rect rTourPic2=340,0,0,0     ;Corner piece
  29. rect rTourPic3=356,17,0,0    ;Ani T_Pic size
  30. rect rTourAnimal=22,10,624,80
  31. rect rTourPicTitle=33,357,555,73
  32. rect rTourText=50,230,485,180
  33. rect rTourTitle=26,48,284,139
  34. rect rTourTitleQ=50,58,268,60
  35. rect rTourTitle2=50,105,240,100
  36.  
  37. ; TOUR BITMAPS
  38.  
  39. BITMAP BMP_TOURBAK=1000
  40. PICTURE p_TourBak=rfull,BMP_TOURBAK
  41. BITMAP BMP_TOURBAK2=1002
  42. PICTURE p_TourBak2=rfull,BMP_TOURBAK2
  43. PICTURE p_Qbox=rqbox,1005
  44.  
  45. BITMAP BMP_BTNBAR=1010
  46. PICTURE p_BtnBar=rBtnBar,BMP_BTNBAR
  47.  
  48. BITMAP BMP_QFRM=1101   ;tourb_q
  49.  
  50. BITMAP BMP_MOVIE=1500
  51. PICTURE p_Movie=rfull,BMP_MOVIE
  52.  
  53. ; TOUR MAP COLLECTION
  54. BITMAP BMP_TOUR_MAP=2000
  55. BITMAP BMP_AFRI_MAP=2010
  56. BITMAP BMP_ASIA_MAP=2020
  57. BITMAP BMP_AUS_MAP=2030
  58. BITMAP BMP_EUROPE_MAP=2040
  59. BITMAP BMP_NA_MAP=2050
  60. BITMAP BMP_SAME_MAP=2060
  61.  
  62. VAR TBFile=1020 ; Tour Button File
  63. BITMAP bT1up=TBFile,0,0,80,37
  64. BITMAP bT1dn=TBFile,0,37,80,37
  65. BITMAP bT2up=TBFile,80,0,72,37
  66. BITMAP bT2dn=TBFile,80,37,72,37
  67. BITMAP bT3up=TBFile,152,0,72,37
  68. BITMAP bT3dn=TBFile,152,37,72,37
  69. BITMAP bT4up=TBFile,224,0,72,37
  70. BITMAP bT4dn=TBFile,224,37,72,37
  71. BITMAP bT5up=TBFile,296,0,72,37
  72. BITMAP bT5dn=TBFile,296,37,72,37
  73. BITMAP bT6up=TBFile,368,0,72,37
  74. BITMAP bT6dn=TBFile,368,37,72,37
  75. BITMAP bTprnUp=TBFile,440,0,77,37
  76. BITMAP bTprnDn=TBFile,440,37,77,37
  77. BITMAP bTrtnUp=TBFile,517,0,77,37
  78. BITMAP bTrtnDn=TBFile,517,37,77,37
  79.  
  80. ;MM Bitmaps
  81. VAR TBFileMM=1025 ; Tour Button File for MultiMedia
  82. BITMAP bTmov1Up=TBFileMM,0,0,52,52
  83. BITMAP bTmov1Dn=TBFileMM,0,52,52,52
  84. BITMAP bTsndUp=TBFileMM,52,0,52,52
  85. BITMAP bTsndDn=TBFileMM,52,52,52,52
  86.  
  87. ;----------------------------------
  88. include gridsqrs=$tour\gridsqrs.inc
  89. include prncmds=$tour\prncmds.inc
  90. ;----------------------------------
  91. include tourscrp=$tour\tourscrp.inc
  92. include africa_map=$tour\africa.map
  93. include asia_map=$tour\asia.map
  94. include aus_map=$tour\aus.map
  95. include europe_map=$tour\europe.map
  96. include na_map=$tour\na.map
  97. include same_map=$tour\same.map
  98.  
  99. screen s_africa=rfull,(p_africa_map,st_africa,g_africaButts,bg_tour2)
  100. screen s_asia=rfull,(p_asia_map,st_asia,g_asiaButts,bg_tour2)
  101. screen s_aus=rfull,(p_aus_map,st_aus,g_ausButts,bg_tour2)
  102. screen s_europe=rfull,(p_europe_map,st_europe,g_europeButts,bg_tour2)
  103. screen s_na=rfull,(p_na_map,st_na,g_naButts,bg_tour2)
  104. screen s_same=rfull,(p_same_map,st_same,g_sameButts,bg_tour2)
  105.  
  106. rect r_africa=280,135,100,120
  107. rect r_asia=419,71,109,85
  108. rect r_aus=454,197,92,59
  109. rect r_europe=291,76,106,45
  110. rect r_na=75,61,145,93
  111. rect r_same=169,155,104,132
  112.  
  113. button b_africa=r_africa,0,0,s_africa
  114. button b_asia=r_asia,0,0,s_asia
  115. button b_aus=r_aus,0,0,s_aus
  116. button b_europe=r_europe,0,0,s_europe
  117. button b_na=r_na,0,0,s_na
  118. button b_same=r_same,0,0,s_same
  119.  
  120. text x_unique_title=Unique Fact
  121.  
  122. PICTURE p_tour_map=rfull,BMP_TOUR_MAP
  123. text x_top=Welcome to the Discovery Tour !~Choose a continent to travel to...
  124. showtext st_top=rmaptext,font25,m,black,x_top
  125. screen _main=rfull,(p_tour_map,b_africa,b_asia,b_aus,b_europe,b_na,b_same,st_top,b_menu_c2),(cap_tour)
  126.  
  127. ;----------------------------------
  128.  
  129.  
  130.