home *** CD-ROM | disk | FTP | other *** search
/ The Magic School Bus Lands On Mars / MSBLOM.iso / pc / MSB / Demo / Sampler / demos / GEO / GCHOOSER.DAT < prev    next >
Encoding:
Text File  |  1999-09-09  |  3.0 KB  |  137 lines

  1. ;
  2. ; General Characteristics
  3. ;
  4. [General]
  5. DebugFlag=0
  6. AppTitle=Magic School Bus Trial
  7. ;Icon=msbdemos.exe
  8. ReturnAfterLaunch=1
  9. DemosAtSameLevel=0
  10. TaskbarAdjust=0
  11. BitmapDir=controls\
  12. SoundDir=controls\
  13.  
  14. ;
  15. ; Main Screen
  16. ;
  17. [Main]
  18. Image=screen.bmp
  19. ;
  20. ; Incoming Splash Screen
  21. ;
  22. [SplashIn]
  23. UsingSplashIn=0
  24. BlackBackground=1
  25. Image=black.dib
  26. TitlebarAdjust=0
  27. UsingButtons=0
  28. OKButton=ok_up.bmp,ok_dwn.bmp,,84,194
  29. ;QuitButton=quit_up.bmp,quit_dwn.bmp,,200,200
  30.  
  31. ;
  32. ; Outgoing Splash Screen
  33. ;
  34. [SplashOut]
  35. UsingSplashOut=1
  36. BlackBackground=1
  37. Image=black.dib
  38. TitlebarAdjust=0
  39.  
  40. ;-----------------------------------------------------
  41. ; To enable / disable the PicClip facility, set
  42. ; the UsingPicClip to 1 (enable) or 0 (disable).
  43. ; (If set to 0, all other fields are ignored)
  44. ;
  45. ; - "Cols" & "Rows" describe the layout of the 
  46. ;     PicClip source bitmap
  47. ; - "Interval" is the VB Timer interval (milliseconds)
  48. ;
  49. [PicClip]
  50. UsingPicClip=0
  51. Image=strip.bmp
  52. Left=353
  53. Top=219
  54. Cols=15
  55. Rows=1
  56. TimerInterval=20
  57.  
  58. ;--------------------------------------
  59. ; Sound Section
  60. ; There should always be a Splash sound.
  61. ; At the very least, play SILENCE.WAV,
  62. ; to turn off any sound that might still
  63. ; be playing from a previous application.
  64. ;
  65. [Sound]
  66. SplashLength=5
  67. Splash=silence.wav
  68. Main=frizhere.wav
  69. BtnDown=click.wav
  70. ;BtnUp=click.wav
  71. ;Demo=secscrn.wav
  72. ;Exit=exit.wav
  73.  
  74. ;-----------------------------------------------------------------
  75. ; Define Buttons and the demos associated with them
  76. ; Button 0 is the Exit -- doesn't have a demo.
  77. ;
  78. [Buttons]
  79. nButtons=3
  80. Button0=egamerup.bmp,egamerdn.bmp,egamerov.bmp,568,421
  81. Demo1ColorDepthRequired=256
  82. Demo2ColorDepthRequired=256
  83. Button1=goldup.bmp,golddn.bmp,goldov.bmp,32,275
  84. Button2=volcup.bmp,volcdn.bmp,volcov.bmp,32,371
  85. ;
  86. Demo1=mplaunch.exe panningforgold
  87. Demo2=mplaunch.exe createavolcano
  88.  
  89. ; Setup for an Extended Demos
  90. ; (a bitmap which is itself second level set of
  91. ;  demos and buttons, specified here.)
  92.  
  93. [Demo1Extension]
  94. ;nButtons=4
  95. ;Button0=humanrup.bmp,humanrdn.bmp,471,312
  96. ;Button1=humanvup.bmp,humanvdn.bmp,281,149
  97. ;Button2=humangup.bmp,humangdn.bmp,281,202
  98. ;Button3=humaniup.bmp,humanidn.bmp,281,95
  99. ;Demo0MouseSound=beepbeep.wav
  100. ;Demo1MouseSound=noise1.wav
  101. ;Demo2MouseSound=noise1.wav
  102. ;Demo3MouseSound=noise1.wav
  103. ;Demo1=bod\demo\humandem.exe
  104. ;Demo2=mplaunch.exe kidnaround
  105. ;Demo2=mplaunch.exe chatterbox
  106. ;Demo3=humaninf.bmp
  107.  
  108. ;-----------------------------------------------------------
  109. ; Autodemos
  110. ; Autodemos are specified by the Button number.
  111. ;
  112. [AutoDemos]
  113. nAutodemos=0
  114. AutodemoSeconds=9920
  115. autodemo1=3
  116.  
  117. ;**************************************
  118. ; Proto-Localization
  119. ; for CD error message
  120. ;
  121. ; "default" language = US English
  122. ; For message in German, set language=deutsch
  123. ;
  124. [CurrentLanguage]
  125. language=default
  126. ;language=deutsch
  127. ;language=francais
  128. ;language=italian
  129. ;language=espanol
  130.  
  131. [Message1]
  132. default=Please insert the CD.
  133. deutsch=Legen Sie bitte die CD ein.
  134. francais=Veullez insΘrer le CD.
  135. italian=Per cortesia inserire il CD.
  136. espanol=Por favor, inserte el CD.
  137.