home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / video_presentation / titler_presentation / helm / examples / bookbase (.txt) < prev    next >
Encoding:
Helm Multimedia Book  |  1995-07-10  |  19.9 KB  |  422 lines

  1. BookBook
  2. Eagle Tree Software
  3. 09-30-93
  4. New...
  5. Open...
  6. Make Copy...
  7. Streamline...
  8. Preferences...
  9.     Workbench
  10. Help...
  11. About...
  12. Quit...
  13. Paste
  14. Clear
  15. Select All
  16. Cut Page
  17.     Copy Page
  18. Colors
  19. Load...
  20. Save...
  21. Restore Colors
  22. Default Colors
  23. Brush Colors
  24. Image Colors
  25. Last Color Font
  26. Cycle
  27. Grid...
  28. Stop Sound
  29. Show All
  30. Unlock All
  31.     Edit Form
  32. Share
  33.     Next Page
  34. Previous Page
  35. First Page
  36.     Last Page
  37. Backward
  38. Forward
  39.     Last Book
  40.     Browse...
  41. Autobrowse...
  42.     Bookshelf
  43. New Page
  44. Delete Page
  45. New Form
  46. Load Form...
  47. Save Form...
  48. Image
  49. Load...
  50. Save...
  51. Capture...
  52.     Clipboard
  53. Paste
  54. Spare
  55. Swap Frames
  56. Copy to Spare
  57. Merge in Front
  58. Merge in Back
  59. Delete Spare
  60. Frame
  61. Previous
  62. Delete
  63. Copy to All
  64. Color
  65. Remap
  66. Transparency
  67. Paper <-> Pen
  68. Paper ->  Pen
  69. Count
  70. Vertical
  71. Horizontal
  72. Info...
  73. Brush
  74. Load...
  75. Save...
  76. Restore
  77.     Clipboard
  78. Paste
  79. Color
  80. Remap
  81. Transparency
  82. Paper <-> Pen
  83. Paper ->  Pen
  84. Center
  85. Corner
  86.     Any Point
  87. Any Size
  88. Halve
  89. Double
  90. Halve Width
  91. Halve Height
  92. Double Width
  93. Double Height
  94. To PAL
  95. To NTSC
  96. Vertical
  97. Horizontal
  98. Shear
  99. Vertical
  100. Horizontal
  101. Rotate
  102.     Any Angle
  103. Paint
  104. Matte
  105. Color
  106. Replace
  107. Smear
  108. Dissolve
  109. Spare
  110. Cycle
  111. Cycle 2
  112. Gradient
  113. Gradient 2
  114. Smudge
  115. Chaos
  116. Count
  117. Custom
  118. Dither
  119. Edges
  120. Object
  121. Load...
  122. Save...
  123. Bring to Front
  124. Send to Back
  125. Bring Closer
  126. Send Farther
  127. Group
  128. Ungroup
  129. Duplicate...
  130. Align...
  131. Info...
  132. Actions...
  133.     Script...
  134. Load...
  135. Save...
  136. Plain
  137.     Underline
  138. Italic
  139. Shadow
  140. Font...
  141. Spacing...
  142.     Hypertext
  143. Actions...
  144.     Script...
  145. Tools
  146. Coordinates
  147.     Title Bar
  148. Palette
  149. Colors
  150. Patterns
  151. Paint Tools
  152. Paint Types
  153.     Histogram
  154.     Magnifier
  155. Messages
  156. Draw Tools
  157. Layers
  158. Pages
  159. Author
  160. Book...
  161. Form...
  162. Page...
  163. Display...
  164. Narrator...
  165. Hypertext...
  166. Resources...
  167.     Effect...
  168. Effect Area
  169. topaz.fontGLOB
  170.     IndexPage
  171. The Mauritius Command
  172. Two Years Before the Mast
  173. Mr. Midshipman Hornblower
  174. The Caine Mutiny
  175. Ramage
  176. Lieutenant Hornblower
  177. Ship of the Line
  178. %Admiral Hornblower in the West Indies
  179. Beat to Quarters
  180. Commodore Hornblower
  181. Flying Colors
  182. Hornblower and the Atropos
  183. Hornblower and the Hotspur
  184. Lord Hornblower
  185. The African Queen
  186. A Passage to MutinyPREF
  187. fonts:Book23
  188. Tom. No answer. Tom. No answer.
  189. (TAA4M. NOW AE4NSER. TAA4M. NOW AE4NSER. 
  190. ram:TestBook
  191. work:books/BookBase.bak
  192. @IIndex
  193. ~@NNext
  194. @PPrevious
  195. @SSort
  196. @AAdd
  197. @DDelete
  198. Title
  199. Author
  200. Description
  201.     Publisher
  202. Pages
  203. Date Finished
  204. Evaluation
  205. /on SelectUp
  206. begin
  207.   go to page "IndexPage"
  208. IndexPage
  209. on SelectUp
  210. begin
  211. Kon SelectUp
  212. begin
  213.   sort by (textfield "Author") & (textfield "Title")
  214. Author
  215. Title
  216. pon SelectUp
  217. begin
  218.   answer "Do want to add a new page?" with "Cancel" or "Add"
  219.   if it is "Add" create page
  220. Do want to add a new page?
  221. Cancel
  222. }on SelectUp
  223. begin
  224.   answer "Do want to delete this page?" with "Cancel" or "Delete"
  225.   if it is "Delete" delete this page
  226. Do want to delete this page?
  227. Cancel
  228. Delete
  229. Delete
  230. on FieldReturn
  231. begin
  232.   get the number of characters of me
  233.   if it is not 4 then begin
  234. answer "The year field must\nhave four digits"
  235. click on me
  236.   end
  237. '5<`&S
  238. The year field must
  239. have four digits
  240. on FieldReturn
  241. begin
  242.   get the number of characters of me
  243.   if it is not ten then begin
  244. answer "The ISBN field must\nhave ten digits"
  245. click on me
  246.   end
  247. '5<`&
  248. The ISBN field must
  249. have ten digits
  250. Great
  251. on SelectDown
  252. begin
  253.   popup "Doubleday & Company, Inc.\n" &
  254. "Little, Brown and Company\n" &
  255. "W.W. Norton & Company\n" &
  256. "Putnam"
  257.   if it is not empty then put it into textfield "Publisher"
  258. Doubleday & Company, Inc.
  259. Little, Brown and Company
  260. W.W. Norton & Company
  261. Putnam
  262. Publisher
  263. 0316289124
  264. Little, Brown and Company
  265. Forester, C. S.
  266. Mr. Midshipman Hornblower
  267. Mr. Midshipman Hornblower
  268. 039330762X
  269. W.W. Norton & Company
  270. O'Brian, Patrick
  271. The Mauritius Command
  272. The Mauritius Command
  273. Doubleday & Company, Inc.
  274. Woulk, Herman
  275. The Caine Mutiny
  276. The Caine Mutiny
  277. Little, Brown and Company
  278. Pope, Dudley
  279. Ramage
  280. Ramage
  281. rTTTPAGE
  282. Two Years Before the Mast
  283. %Admiral Hornblower in the West Indies
  284. Beat to Quarters
  285. Commodore Hornblower
  286. Flying Colors
  287. Hornblower and the Atropos
  288. Hornblower and the Hotspur
  289. Lieutenant Hornblower
  290. Lord Hornblower
  291. Mr. Midshipman Hornblower
  292. Ship of the Line
  293. The African Queen
  294. A Passage to Mutiny
  295. The Mauritius Command
  296. Ramage
  297. The Caine Mutiny
  298. BookBase by Eagle Tree Software
  299. (12-02-93)
  300. 'Use this Helm book to keep track of the
  301. books that you have read.
  302. 16 books
  303. 5100 total pages
  304.     IndexPage
  305. Books I Have Read
  306. INDEX
  307. @UUpdate Index
  308. @CBrowse Cards
  309. @QQuit
  310. @BBookshelf
  311. @IInformation
  312. <on SelectUp
  313. begin
  314.   go to page (line clickedline of me)
  315. ron SelectUp
  316. begin
  317.   set the pointer to 6
  318.   lock the output
  319.   put 0 into totalpages
  320.   put empty into tempindex
  321.   get the number of pages
  322.   for n = 2 to it begin
  323. go to page n
  324. put textfield "Title" after tempindex
  325. if n is not it then put newline after tempindex
  326. if the name of this page is not textfield "Title" then
  327. set the name of this page to textfield "Title"
  328. add textfield "Pages" to totalpages
  329.   end
  330.   go to page "IndexPage"
  331.   put tempindex into textfield "Index"
  332.   put (it - 1) & " books\n" & totalpages & " total pages\n" into
  333. textfield "Info"
  334.   unlock the output
  335.   set the pointer to 0
  336. 5G`PS
  337. Title
  338. Title
  339. Title
  340. Pages
  341. IndexPage
  342. Index
  343.  books
  344.  total pages
  345. ,on SelectUp
  346. begin
  347.   go to the next page
  348. son SelectUp
  349. begin
  350.   answer "Do you want to Quit\nthis book?" with "@NNo" or "@YYes"
  351.   if it is "Yes" then quit
  352. Do you want to Quit
  353. this book?
  354. @YYes
  355. on SelectUp
  356. begin
  357.   set the pointer to 6
  358.   lock display
  359.   set the visibility of layer "Info" to true
  360.   unlock display with wipe down speed 3 // area 11, 36, 628, 391
  361.   set the lock of layer "P1" to true
  362.   set the pointer to 0
  363. on SelectUp
  364. begin
  365.   set the pointer to 6
  366.   lock display
  367.   set the visibility of layer "Info" to false
  368.   unlock display with wipe up speed 3 // area 11, 36, 628, 391
  369.   set the lock of layer "P1" to false
  370.   set the pointer to 0
  371. Forester, C. S.
  372. The African Queen
  373. The African Queen
  374. Dana, Richard Henry
  375. Two Years Before the Mast
  376. Two Years Before the Mast
  377. Little, Brown and Company
  378. Forester, C. S.
  379. Ship of the Line
  380. Ship of the Line
  381. 0316289329
  382. Little, Brown and Company
  383. Forester, C. S.
  384. Beat to Quarters
  385. Beat to Quarters
  386. Little, Brown and Company
  387. Forester, C. S.
  388. Lieutenant Hornblower
  389. Lieutenant Hornblower
  390. Little, Brown and Company
  391. Forester, C. S.
  392. Commodore Hornblower
  393. Commodore Hornblower
  394. Little, Brown and Company
  395. Forester, C. S.
  396. Lord Hornblower
  397. Lord Hornblower
  398. Little, Brown and Company
  399. Forester, C. S.
  400. %Admiral Hornblower in the West Indies
  401. %Admiral Hornblower in the West Indies
  402. 0316289396
  403. Little, Brown and Company
  404. Forester, C. S.
  405. Flying Colors
  406. Flying Colors
  407. 0316289280
  408. Little, Brown and Company
  409. Forester, C. S.
  410. Hornblower and the Hotspur
  411. Hornblower and the Hotspur
  412. 0316289299
  413. Little, Brown and Company
  414. Forester, C. S.
  415. Hornblower and the Atropos
  416. Hornblower and the Atropos
  417. 0399117725
  418. Putnam
  419. Kent, Alexander
  420. A Passage to Mutiny
  421. A Passage to Mutiny
  422.