home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 241 / 241.d81 / t.diskovery < prev    next >
Text File  |  2022-08-26  |  4KB  |  147 lines

  1. u
  2.           D I S K O V E R Y
  3.            by Dave Moorman
  4.  
  5.  
  6.     As you probably have guessed,
  7. putting together NICKEL GAMES has been
  8. my "passion of the month." Also, Holly
  9. has its town fair in September, which
  10. meant a lot of real work for the old
  11. pastor.
  12.  
  13.     Our church always does a float for
  14. the parade. It's not too hard. We save
  15. our props and sets from Vacation Bible
  16. School and use them for the float.
  17. This year, our VBS theme was "The
  18. Circle G Ranch," and (by pure good
  19. fortune) the fair theme was "Cowboy
  20. Up!" So with a power screw driver and
  21. a staple gun, we got the float up in a
  22. couple of days -- and won Grand
  23. Champion! How 'bout that?
  24.  
  25.     We also do the Fair Dinner at the
  26. church, which is not my problem. I
  27. just help take the money. But Marty
  28. Campbell called me earlier in the
  29. month and asked if I would head up the
  30. Fair Breakfast he usually put
  31. together. Like a fool, I said "Yes." I
  32. had help finding help for the morning,
  33. but Sheri and I wound up frying 20
  34. pounds of link sausages the night
  35. before. Next year, we will have
  36. sausage gravy!
  37.  
  38.     And in between, I rushed to get
  39. NICKEL GAMES ready to sell at the
  40. fair. I am becoming kind of adept at
  41. Visual Basic (for the Windows/PC),
  42. though the zillion commands are still
  43. somewhat a mystery. I found a good web
  44. site that explains about 90% of the
  45. commands:
  46.  
  47.    www.officecomputertraining.com/
  48.          vbtutorial/tutpages/
  49.  
  50. Everything else I needed was in my
  51. Learn Visual Basic in 21 Days -- a
  52. good primer but a poor reference book.
  53.  
  54.     Visual Basic has many good points.
  55. It uses Visual design, so putting
  56. together the buttons and text boxes
  57. and everything is a snap. And it is
  58. Event Driven, which means the program
  59. just waits until the user does
  60. something, like click a button. The
  61. button has its own event handling
  62. routine, which is what the programmer
  63. writes.
  64.  
  65.     Even so, I am glad I have BASIC
  66. 2.0 on the C-64. The language is small
  67. -- someone said it has 76 commands,
  68. functions, and operators. I haven't
  69. counted. But I usually don't need to
  70. look up stuff all the time.
  71.  
  72.     The problem with any language is
  73. that it was written by somebody. That
  74. means each command has its abilities
  75. -- and its challenges. We all know how
  76. challenged the INPUT command is -- and
  77. avoid using it whenever possible.
  78. Getting to know the quirks of the
  79. various commands and "methods" is a
  80. process that takes time. And play.
  81. Programming should not be done when
  82. there is a deadline.
  83.  
  84.     And, once we add Mr.Mouse or
  85. DotBASIC to our modest machine, we
  86. have a heck of a computer to play
  87. with. The limitations are there -- but
  88. they don't really get in the way of
  89. creativity. And that is what our
  90. LOADSTAR vault is full of: creativity.
  91.  
  92.     I try not to actually [play] the
  93. programs while putting together an
  94. issue or collection. It takes too much
  95. time. But then I find one that I can't
  96. quit. My current favorites are
  97. BLOCKHEAD'S REVENGE and the solitaire
  98. SHAMROCKS. Way too many minutes (make
  99. that [hours]) disappear when I get
  100. going at either one of these.
  101.  
  102.     So anyway -- here is 241!
  103.  
  104.     I need to make clear how long
  105. LOADSTAR is scheduled to go. We are
  106. definitely good through
  107.  
  108.               ISSUE 256!
  109.  
  110. This might take a couple of years, at
  111. the rate we are getting issues out the
  112. door. I wish we could hit a monthly
  113. deadline as surely as Fender did for
  114. so many years. But its just not going
  115. to happen. I apologize to those of you
  116. who (like me a number of years ago)
  117. wait with bated breath by the mail box
  118. for the next issue. It is coming! I
  119. promise you that. The only question is
  120. "When?"
  121.  
  122.     Soon enough! We REALLY need your
  123. help with content for LOADSTAR. Take a
  124. look at the graphics we have on this
  125. issue. These are just photos taken off
  126. the Web. Some things work, others
  127. don't. But I am sure YOU have a few
  128. photos you could share with other
  129. LOADSTARites! Just send me a copy --
  130. physical or electronic. I can get them
  131. into C-64 format fairly quickly.
  132.  
  133.     Please, though -- no photos of
  134. your computer system. I know that you
  135. are proud of what you have. And, if
  136. you are like me, want more. But photos
  137. don't tell the story.
  138.  
  139.     Better -- go on a photo safari
  140. around your home or neighborhood. Get
  141. shots of interesting things --
  142. buildings, faces, still lifes, auto
  143. accidents.
  144.  
  145.  DMM
  146.  
  147.  
  148.