home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collect… Productivity & Utilities / Aztech-HomeEdutainmentCollection-Vol7-WindowsProductivityUtilities.iso / lectur / lecture.lec < prev    next >
Encoding:
Text File  |  1995-02-10  |  6.8 KB  |  262 lines

  1. ; Copr. 1992 by Barn Owl Software
  2. ; "Lecture" program for Windows 3.x
  3.  
  4. ; SEE BELOW if you want to run an automated slide show.
  5.  
  6. ; Initialize this lecture.
  7. MINVERSION 102
  8. MINVERSION WINDOWS 300
  9. BEEP SHOW
  10. ZOOM
  11.  
  12. COMMENT
  13. MESSAGE This first commented-out message should never appear on the screen
  14. unless the user has a _DEFAULT.LEC file with an IGNORE COMMENT command.
  15. UNCOMMENT
  16.  
  17. IGNORE MESSAGE
  18. MESSAGE This second commented-out message should never appear on the screen.
  19. ACCEPT MESSAGE
  20.  
  21. ; Uncomment the next two lines for an automated slide show.
  22. ; AUTOSHOW 5
  23. ; IGNORE MESSAGE ZOOM ICONIZE EXECUTE
  24.  
  25. RUNFILE TITLSLID.LEC
  26.  
  27. MASTERTITLE Lecture for Windows
  28.  
  29. TITLE Who can use Lecture?
  30. POINT Anyone who gives on-call presentations
  31. SUBPOINT College professors
  32. SUBPOINT Toastmaster speakers
  33. SUBPOINT Business professionals
  34. POINT Anyone who gives "volatile" presentations
  35. SUBPOINT Election day exit poll updates
  36. SUBPOINT Middle East day-to-day conflict
  37. SHOW
  38.  
  39. TITLE Presentations
  40. SUBTITLE Creating lecture files
  41. POINT Program uses NotePad files
  42. POINT Type a lecture and run it!
  43. POINT Next slide shows an example...
  44. SHOW
  45.  
  46. TITLE
  47. POINT MASTERTITLE Your slide presentation
  48. POINT TITLE My slide's title
  49. POINT SUBTITLE A great slide fer shure!
  50. POINT POINT This is my first point
  51. POINT SUBPOINT And this is my first subpoint
  52. POINT POINT This is my second point
  53. POINT SHOW
  54. SHOW
  55.  
  56. MESSAGETITLE Sample slide(s)
  57. MESSAGE The next slide shows what the code on this screen would generate.
  58. ; Show what the previous example would look like
  59. MASTERTITLE Your slide presentation
  60. TITLE My slide's title
  61. SUBTITLE A great slide fer shure!
  62. POINT This is my first point
  63. SUBPOINT And this is my first subpoint
  64. POINT This is my second point
  65. SHOW
  66. MASTERTITLE Lecture for Windows
  67.  
  68. TITLE Presentations
  69. SUBTITLE Basics of a lecture
  70. POINT Lectures contain one or more slides
  71. SUBPOINT Slides contain zero or more points
  72. SUBSUBPOINT Points have zero or more subpoints
  73. POINT Lectures can also:
  74. SUBPOINT Switch colors/fonts/sizes
  75. SUBPOINT Display messages
  76. SUBPOINT Launch other programs
  77. SHOW
  78.  
  79. TITLE Lecture slides
  80. SUBTITLE Basics of a slide
  81. POINT Master title (upper right corner)
  82. POINT Slide title (top center, underlined)
  83. POINT Slide subtitle (just below title)
  84. POINT Up to 32 points/subpoints per slide
  85. SUBPOINT Subpoints...
  86. SUBSUBPOINT can appear...
  87. SUBSUBSUBPOINT up to three levels deep
  88. SHOW
  89.  
  90. MESSAGE The next set of slides identify each visible field.
  91. ; Show them a sample slide.
  92. MASTERTITLE Master title
  93. TITLE Slide title
  94. SUBTITLE Slide subtitle
  95. POINT Presentation point #1
  96. POINT Presentation point #2
  97. POINT Presentation point #3
  98. POINT Presentation point #4
  99. POINT Presentation point #5
  100. POINT Presentation point #6
  101. POINT Presentation point #7
  102. SHOW
  103.  
  104. MESSAGE You can reduce the total number of points visible for a single screen, like so...
  105. TOTALPOINTS 3
  106. SUBTITLE Slide subtitle
  107. POINT Presentation point #1
  108. POINT Presentation point #2
  109. POINT Presentation point #3
  110. SHOW
  111.  
  112. MESSAGE You can increase the total number of points visible for a single screen, like so...
  113. TOTALPOINTS 32
  114. SUBTITLE Slide subtitle
  115. POINT Presentation point #1
  116. POINT Presentation point #2
  117. POINT Presentation point #3
  118. POINT Presentation point #4
  119. POINT Presentation point #5
  120. POINT Presentation point #6
  121. POINT Presentation point #7
  122. POINT Presentation point #8
  123. POINT Presentation point #9
  124. POINT Presentation point #10
  125. POINT Presentation point #11
  126. POINT Presentation point #12
  127. POINT Presentation point #13
  128. POINT Presentation point #14
  129. POINT Presentation point #15
  130. POINT Presentation point #16
  131. POINT Presentation point #17
  132. POINT Presentation point #18
  133. POINT Presentation point #19
  134. POINT Presentation point #20
  135. POINT Presentation point #21
  136. POINT Presentation point #22
  137. POINT Presentation point #23
  138. POINT Presentation point #24
  139. POINT Presentation point #25
  140. POINT Presentation point #26
  141. POINT Presentation point #27
  142. POINT Presentation point #28
  143. POINT Presentation point #29
  144. POINT Presentation point #30
  145. POINT Presentation point #31
  146. POINT Presentation point #32
  147. SHOW
  148. TOTALPOINTS 7
  149. MASTERTITLE Lecture for Windows
  150.  
  151. TITLE Flipping slides
  152. POINT Manually go to next slide
  153. SUBPOINT Use right mouse button
  154. SUBPOINT Press spacebar or ENTER or Ctrl+N
  155. SUBPOINT Choose "Slide/Next" from menu
  156. POINT Automatically go to next slide
  157. SUBPOINT Use "AUTOSHOW nn" for entire lecture
  158. SUBPOINT Use "SHOW nn" for individual slides
  159. SHOW
  160.  
  161. TITLE Colors and Fonts
  162. SUBTITLE Changing colors
  163. POINT You can change colors, like so...
  164. SHOWANDSAVE 2
  165. COLORBACKGROUND 96,96,96
  166. COLORMASTERTITLE 255,0,0
  167. COLORTITLE 0,255,0
  168. COLORSUBTITLE 0,0,0
  169. COLORPOINT 0,0,255
  170. SHOWANDSAVE 4
  171. COLORBACKGROUND Default
  172. COLORMASTERTITLE Blue
  173. COLORTITLE Red
  174. COLORSUBTITLE Red
  175. COLORPOINT Black
  176. SHOW
  177.  
  178. SUBTITLE Changing fonts
  179. POINT You can change fonts, like so...
  180. SHOWANDSAVE 2
  181. FONTMASTERTITLE Courier New
  182. FONTTITLE Courier New
  183. FONTSUBTITLE Courier New
  184. FONTPOINT Courier New
  185. SHOWANDSAVE 4
  186. FONTMASTERTITLE Arial
  187. FONTTITLE Times
  188. FONTSUBTITLE Arial
  189. FONTPOINT Arial
  190. SHOW
  191.  
  192. TITLE Special effects
  193. SUBTITLE "ShowAndSave" command
  194. SHOWANDSAVE 2
  195. POINT Lets you show a point, then wait...
  196. SHOWANDSAVE 2
  197. POINT Then show another point, and wait...
  198. SHOWANDSAVE 2
  199. POINT Resulting in a timed-display slide
  200. SHOW
  201.  
  202. SUBTITLE Zoom and Iconize
  203. POINT Force window to normal size, like so...
  204. SHOWANDSAVE 3
  205. UNZOOM
  206. WAIT 3
  207. SAMEPOINT Or force it to full screen, like so...
  208. SHOWANDSAVE 3
  209. ZOOM
  210. WAIT 3
  211. SAMEPOINT Or reduce it to an icon, like so...
  212. SHOWANDSAVE 3
  213. ICONIZE
  214. WAIT 3
  215. UNICONIZE
  216. WAIT 1
  217. ZOOM
  218. SAMEPOINT And then return to a full screen!
  219. SHOW
  220.  
  221. TITLE Messages
  222. SUBTITLE Getting the word out
  223. POINT Message appears over the slide
  224. POINT Can have its own special title
  225. SHOW
  226. MESSAGETITLE Special notice for Denise
  227. MESSAGE Will you marry me?  (Jeff, show her the ring.)  Love, Rob
  228.  
  229. TITLE Execute command
  230. SUBTITLE Launching other programs
  231. POINT Run a program as part of script
  232. SUBPOINT Accepts .BAT and .PIF files too
  233. POINT Program runs in its own window
  234. SHOW
  235. MESSAGETITLE Sample program execution
  236. MESSAGE The next command launches Microsoft PaintBrush (assuming it resides in the \WINDOWS directory as PBRUSH.EXE)...
  237. EXECUTE \WINDOWS\PBRUSH.EXE
  238. WAIT 5
  239.  
  240. TITLE Summary
  241. POINT Text-based presentation software
  242. POINT Uses simple files generated by NotePad
  243. POINT Only $29.00 with a 30-day return guarantee
  244. POINT Call 800-242-4775 and order a copy!
  245. SUBPOINT (Canada/overseas, call 713-524-6394)
  246. SUBPOINT (For FAX orders, call 713-524-6398)
  247. SHOW
  248.  
  249. TITLE Runtime licenses
  250. SUBTITLE (Promote yourself with Lecture)
  251. POINT Want to distribute your own lecture files?
  252. POINT Only $50 more for a Lecture runtime license
  253. SUBPOINT lets you include runtime .EXE with files
  254. SUBPOINT a royalty-free license (of course)
  255. POINT Call 618-632-7345 for full details
  256. SHOW
  257.  
  258. TITLE The End
  259. SHOW 1
  260. MESSAGETITLE Please applaud
  261. MESSAGE Th-th-that's all, folks!
  262.