home *** CD-ROM | disk | FTP | other *** search
/ The Magic School Bus Lands On Mars / MSBLOM.iso / pc / MSB / Demo / Sampler / demos / Rain / rchooser.dat < prev    next >
Encoding:
Text File  |  1999-09-09  |  2.3 KB  |  108 lines

  1. ;
  2. ; General Characteristics
  3. ;
  4. [General]
  5. DebugFlag=0
  6. AppTitle=Scholastic's Magic School Bus Explores the Rain Forest 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=1
  67. Splash=silence.wav
  68. Main=frizhere.wav
  69. BtnDown=btn_dwn.wav
  70. ;BtnUp=btn_up.wav
  71. Demo=silence.wav
  72. Exit=silence.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=retup.bmp,retdn.bmp,retov.bmp,568,421
  81. Button1=monkup.bmp,monkdn.bmp,monkov.bmp,32,371
  82. Button2=nightup.bmp,nightdn.bmp,nightov.bmp,32,275
  83. ;Demo1ColorDepthRequired=256
  84. ;Demo2ColorDepthRequired=256
  85. Demo1=mplaunch.exe EscapingMonkey
  86. Demo2=mplaunch.exe NiteStrat
  87.  
  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.  
  94. ;
  95. [CurrentLanguage]
  96. language=default
  97. ;language=deutsch
  98. ;language=francais
  99. ;language=italian
  100. ;language=espanol
  101.  
  102. [Message1]
  103. default=Please insert the CD.
  104. deutsch=Legen Sie bitte die CD ein.
  105. francais=Veullez insΘrer le CD.
  106. italian=Per cortesia inserire il CD.
  107. espanol=Por favor, inserte el CD.
  108.