home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 215 / 215.d81 / t.tabloid < prev    next >
Text File  |  2022-08-26  |  2KB  |  79 lines

  1. u
  2.        TABLOID HEADLINE CREATOR
  3.  
  4.  Program by Joshua & Richard Derocher
  5.          Text by Dave Moorman
  6.  
  7.  
  8.     Joshua and Richard are our two
  9. youngest contributers. I can imagine
  10. them hunched in front of the monitor
  11. as they wrote this program -- laughing
  12. their heads off!
  13.  
  14.     That is because Tabloid Headline
  15. Creator does in seconds what takes the
  16. whole staff of Weekly World News a
  17. full week to accomplish -- coming up
  18. with outrageous headlines involving
  19. celebrities, scandals, and strange
  20. science!
  21.  
  22.     I am particularly fond of Weekly
  23. World News. It's the one with no color
  24. -- and a photo/headline that always
  25. brings a smile. The first issue I
  26. noticed had a guy holding a four foot
  27. long grasshopper up by its hind legs.
  28. The reason I noticed it was that Dad
  29. used to have a postcard with that same
  30. picture on it -- from the late 1940's!
  31.  
  32.     Not that WWN fails to be timely. A
  33. couple months ago, the headline was
  34. "Pope Counters Scandal with Robot
  35. Priests!"
  36.  
  37.     That aside aside, this kind of
  38. program is one of the funnest things
  39. to do with a computer. It's all random
  40. numbers and string arrays -- two
  41. things Basic does very well. And this
  42. program is very well laid out with
  43. appropriate REMs and meaningful blocks
  44. of code.
  45.  
  46.     As editor, I took the liberty to
  47. make the headlines centered if short
  48. enough, doing all the phrase PRINTing
  49. in a subroutine at 59000. This also
  50. required reseting the line links after
  51. a character is printed to column 39.
  52. (I am glad I read the [ZP: Basics]
  53. text on this issue first, or I would
  54. never have figured out what was
  55. wrong!)
  56.  
  57.     Some things could be done
  58. differently. But the only rule of
  59. correct programming is "Does it
  60. WORK!?" The Derochers made no major
  61. boo-boos -- such as illegal exits from
  62. FOR-NEXT loops. So it works, looks
  63. nice, and gives a great laugh or two!
  64.  
  65.     What can we do to convince other
  66. kids that C-64 programming is fun and
  67. challenging? I have shown young teens
  68. programs like this and told them THEY
  69. could do something like it. I don't
  70. think they believe me.
  71.  
  72.     Joshua and Richard are learning
  73. that THEY [CAN] make anything happen
  74. on a C-64. And I can't wait to find
  75. out what they will do next!
  76.  
  77.  DMM
  78.  
  79.  
  80.