home *** CD-ROM | disk | FTP | other *** search
/ MSN Premier 2.5 / MSN_Setup.iso / CDSAMPLE / Demos / MSB / DINOS / Dchooser.dat < prev    next >
Encoding:
Text File  |  1997-10-11  |  3.1 KB  |  143 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=1
  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=splash.bmp
  26. TitlebarAdjust=1
  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=globe.dib
  52. Left=353
  53. Top=219
  54. Cols=16
  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=dinorup.bmp,dinordn.bmp,dinorov.bmp,471,312
  81. ;Button1=dinovup.bmp,dinovdn.bmp,dinovov.bmp,281,149
  82. ;Button1=dinogup.bmp,dinogdn.bmp,dinogov.bmp,281,202
  83. ;Button2=dinoiup.bmp,dinoidn.bmp,dinoiov.bmp,281,95
  84.  
  85. ;Demo0MouseSound=beepbeep.wav
  86.  
  87. ;Demo1=video\dinodem.exe
  88. ;Demo1=screen.bmp
  89. ;Demo2=dinoinf.bmp
  90. ;Demo2ColorDepthRequired=256
  91.  
  92. ;Demo1Extended=1
  93.  
  94. [Buttons]
  95. nButtons=3
  96. Button0=dgamerup.bmp,dgamerdn.bmp,dgameov.bmp,380,344
  97. Button1=meteup.bmp,metedn.bmp,meteov.bmp,333,69
  98. Button2=skelup.bmp,skeldn.bmp,skelov.bmp,8,156
  99. ;
  100. ;Demo0MouseSound=beepbeep.wav
  101. Demo1=mplaunch.exe meteormeltdown
  102. ;Demo1SoundCardRequired=1
  103. ;Demo1ColorDepthRequired=256
  104.  
  105. Demo2=mplaunch.exe skeleton
  106. ;Demo2oundCardRequired=1
  107. ;Demo2ColorDepthRequired=256
  108.  
  109. ; Setup for an Extended Demos
  110. ; (a bitmap which is itself second level set of
  111. ;  demos and buttons, specified here.)
  112.  
  113.  
  114. ;-----------------------------------------------------------
  115. ; Autodemos
  116. ; Autodemos are specified by the Button number.
  117. ;
  118. [AutoDemos]
  119. nAutodemos=0
  120. AutodemoSeconds=9920
  121. autodemo1=3
  122.  
  123. ;**************************************
  124. ; Proto-Localization
  125. ; for CD error message
  126. ;
  127. ; "default" language = US English
  128. ; For message in German, set language=deutsch
  129. ;
  130. [CurrentLanguage]
  131. language=default
  132. ;language=deutsch
  133. ;language=francais
  134. ;language=italian
  135. ;language=espanol
  136.  
  137. [Message1]
  138. default=Please insert the CD.
  139. deutsch=Legen Sie bitte die CD ein.
  140. francais=Veullez insΘrer le CD.
  141. italian=Per cortesia inserire il CD.
  142. espanol=Por favor, inserte el CD.
  143.