home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / wgtloss.zip / WGTLOSS.BAS < prev   
BASIC Source File  |  1987-09-26  |  17KB  |  321 lines

  1. 1000 REM The Dieter's Guide to Weight Loss During Sex
  2. 1010 '
  3. 1020 REM For the IBM PC/XT written in BASICA
  4. 1030 '
  5. 1040 GOSUB 3740
  6. 1050 DASH$=STRING$(80,45)
  7. 1055 LN$=STRING$(10,42)
  8. 1060 '
  9. 1070 '=====================================================================
  10. 1080 '
  11. 1090 SCREEN 0,1: COLOR 7,0,0: WIDTH 80: CLS
  12. 1100 LOCATE 1,18:  PRINT "THE DIETER'S GUIDE TO WEIGHT LOSS DURING SEX"
  13. 1110 LOCATE 2,1:   PRINT DASH$
  14. 1120 LOCATE 5,15:  PRINT "How much weight do we lose during sex?"
  15. 1130 LOCATE 7,10:  PRINT "The diet literature explains calories burned while"
  16. 1140 LOCATE 8,10:  PRINT "jogging, playing tennis or golfing, but similar"
  17. 1150 LOCATE 9,10:  PRINT "information concerning sexual activity has, until"
  18. 1160 LOCATE 10,10: PRINT "now, been unavailable.  Yet, a survey of"
  19. 1170 LOCATE 11,10: PRINT "260,000,000 Americans indicates that 98 percent"
  20. 1180 LOCATE 12,10: PRINT "devote more time and effort to sex than to jogging,"
  21. 1190 LOCATE 13,10: PRINT "tennis, or golf and we felt that the time was right"
  22. 1200 LOCATE 14,10: PRINT "for a new type of calorie counter."
  23. 1210 GOSUB 3870
  24. 1220 '
  25. 1230 '=====================================================================
  26. 1240 '
  27. 1250 SCREEN 0,1: COLOR 0,2,2: CLS
  28. 1260 LOCATE 1,24:  PRINT LN$ " EXAMPLES: " LN$
  29. 1270 LOCATE 2,1:   PRINT DASH$
  30. 1280 LOCATE 5,10:  PRINT "1 hour of intensive foreplay BURNS OFF 1 slice (large)"
  31. 1290 LOCATE 6,10:  PRINT "          chocolate cake."
  32. 1300 LOCATE 9,10:  PRINT "26 minutes of nonstop lovemaking BURNS OFF 2 slices"
  33. 1310 LOCATE 10,10: PRINT "          of pizza with extra cheese and mushrooms."
  34. 1320 LOCATE 12,10: PRINT "53 minutes of kissing partner BURNS OFF 1"
  35. 1330 LOCATE 13,10: PRINT "          cheeseburger with 14 french fries."
  36. 1340 LOCATE 15,10: PRINT "53 minutes of kissing yourself BURNS OFF 1"
  37. 1350 LOCATE 16,10: PRINT "          Thanksgiving Turkey with all the trimmin's."
  38. 1360 GOSUB 3870
  39. 1370 '
  40. 1380 '=====================================================================
  41. 1390 '
  42. 1400 SCREEN 0,1: COLOR 0,2,2: CLS
  43. 1410 LOCATE 1,18:  PRINT LN$ " PREPARING THE BEDROOM " LN$
  44. 1420 GOSUB 3930
  45. 1430 LOCATE 8,5:   PRINT "Includes setting the snooze alarm and dimming the lights............42"
  46. 1440 GOSUB 3870
  47. 1450 '
  48. 1460 '=====================================================================
  49. 1470 '
  50. 1480 SCREEN 0,1: COLOR 0,3,3: CLS
  51. 1490 LOCATE 1,12:  PRINT LN$ " ADDITIONAL LAST-MINUTE PREPARATIONS " LN$
  52. 1500 GOSUB 3930
  53. 1510 LOCATE 10,5:  PRINT "Hiding the sex manual................................................3"
  54. 1520 LOCATE 12,5:  PRINT "Decanting the wine...................................................4"
  55. 1530 LOCATE 14,5:  PRINT "Without a corkscrew................................................268"
  56. 1540 GOSUB 3870
  57. 1550 '
  58. 1560 '=====================================================================
  59. 1570 '
  60. 1580 SCREEN 0,1: COLOR 0,3,3: CLS
  61. 1590 LOCATE 1,18:  PRINT LN$ " MAKING THE FIRST MOVE " LN$
  62. 1600 GOSUB 3930
  63. 1610 LOCATE 10,5:  PRINT "If you are shy......................................................15"
  64. 1620 LOCATE 12,5:  PRINT "If you are anxious..................................................45"
  65. 1630 LOCATE 14,5:  PRINT "If you beg.........................................................100"
  66. 1640 GOSUB 3870
  67. 1650 '
  68. 1660 '=====================================================================
  69. 1670 '
  70. 1680 SCREEN 0,1: COLOR 7,4,4: CLS
  71. 1690 LOCATE 1,21:  PRINT LN$ " SEDUCING PARTNER " LN$
  72. 1700 GOSUB 3930
  73. 1710 LOCATE 10,5:  PRINT "If you are rich (CASH)...............................................5"
  74. 1720 LOCATE 11,5:  PRINT "                (CREDIT CARD).......................................15"
  75. 1730 LOCATE 13,5:  PRINT "If you are poor....................................................200"
  76. 1740 GOSUB 3870
  77. 1750 '
  78. 1760 '=====================================================================
  79. 1770 '
  80. 1780 SCREEN 0,1: COLOR 7,4,4: CLS
  81. 1790 LOCATE 1,19:  PRINT LN$ " INITIAL BODY CONTACT " LN$
  82. 1800 GOSUB 3930
  83. 1810 LOCATE 10,5:  PRINT "Fumbling.............................................................4"
  84. 1820 LOCATE 12,5:  PRINT "Casually rummaging around............................................7"
  85. 1830 LOCATE 14,5:  PRINT "Seriously rummaging around..........................................42"
  86. 1840 GOSUB 3870
  87. 1850 '
  88. 1860 '====================================================================
  89. 1870 '
  90. 1880 SCREEN 0,1: COLOR 7,8,8: CLS
  91. 1890 LOCATE 1,21:  PRINT LN$ " REMOVING CLOTHES " LN$
  92. 1900 GOSUB 3930
  93. 1910 LOCATE 10,5:  PRINT "With partner's consent..............................................12"
  94. 1920 LOCATE 12,5:  PRINT "Without partner's consent...........................................12"
  95. 1930 LOCATE 14,5:  PRINT "Removing socks by violently shaking feet...........................418"
  96. 1940 GOSUB 3870
  97. 1950 '
  98. 1960 '====================================================================
  99. 1970 '
  100. 1980 SCREEN 0,1: COLOR 7,8,8: CLS
  101. 1990 LOCATE 1,24:  PRINT LN$ " AROUSAL AND STIMULATION " LN$
  102. 2000 GOSUB 3930
  103. 2010 LOCATE 10,5:  PRINT "Blowing in partner's ear using mouth.................................9"
  104. 2020 LOCATE 12,5:  PRINT "Using blow dryer  (low setting)......................................2"
  105. 2030 LOCATE 14,5:  PRINT "Blowing in your own ear..........................................2,512"
  106. 2040 GOSUB 3870
  107. 2050 '
  108. 2060 '====================================================================
  109. 2070 '
  110. 2080 SCREEN 0,1: COLOR 0,3,3: CLS
  111. 2090 LOCATE 1,5:   PRINT LN$ " DISAPPOINTMENT (after seeing partner undressed) " LN$
  112. 2100 GOSUB 3930
  113. 2110 LOCATE 10,5:  PRINT "Partner looks better with cloths on.................................19"
  114. 2120 LOCATE 12,5:  PRINT "Partner wears corrective underwear..................................15"
  115. 2130 LOCATE 14,5:  PRINT "Partner turns out to be of wrong sex...............................100"
  116. 2140 LOCATE 16,5:  PRINT "You don't mind.....................................................1/4"
  117. 2150 LOCATE 18,5:  PRINT "Partner wearing elevated socks......................................60"
  118. 2160 GOSUB 3870
  119. 2170 '
  120. 2180 '====================================================================
  121. 2190 '
  122. 2200 SCREEN 0,1: COLOR 7,5,5: CLS
  123. 2210 LOCATE 1,15:  PRINT LN$ " DOING IT FOR THE FIRST TIME " LN$
  124. 2220 GOSUB 3930
  125. 2230 LOCATE 10,5:  PRINT "Fumbling around......................................................4"
  126. 2240 LOCATE 12,5:  PRINT "Desperately trying to put something somewhere.......................18"
  127. 2250 LOCATE 14,5:  PRINT "Completely missing.................................................126"
  128. 2260 GOSUB 3870
  129. 2270 '
  130. 2280 '====================================================================
  131. 2290 '
  132. 2300 SCREEN 0,1: COLOR 7,1,1: CLS
  133. 2310 LOCATE 1,24:  PRINT LN$ " POSITIONS " LN$
  134. 2320 GOSUB 3930
  135. 2330 LOCATE 8,5:   PRINT "ITALIAN: Man on top, woman on bottom................................26"
  136. 2340 LOCATE 10,5:  PRINT "GERMAN: Facing each other, but in different beds....................48"
  137. 2350 LOCATE 12,5:  PRINT "ENGLISH: Woman on top, man in hiding................................15"
  138. 2360 LOCATE 14,5:  PRINT "AMERICAN: Both on top............................................1,236"
  139. 2370 GOSUB 3870
  140. 2380 '
  141. 2390 '====================================================================
  142. 2400 '
  143. 2410 SCREEN 0,1: COLOR 7,1,1: CLS
  144. 2420 LOCATE 1,23:  PRINT LN$ " AFFLICTIONS " LN$
  145. 2430 GOSUB 3930
  146. 2440 LOCATE 8,5:   PRINT "Leg cramp...........................................................36"
  147. 2450 LOCATE 10,5:  PRINT "Making believe you don't have one..................................612"
  148. 2460 LOCATE 12,5:  PRINT "Sneezing - during intercourse........................................7"
  149. 2470 LOCATE 13,5:  PRINT "           during orgasm...........................................855"
  150. 2480 GOSUB 3870
  151. 2490 '
  152. 2500 '====================================================================
  153. 2510 '
  154. 2520 SCREEN 0,1: COLOR 0,7,7: CLS
  155. 2530 LOCATE 1,20:  PRINT LN$ " ASSORTED ACCIDENTS " LN$
  156. 2540 GOSUB 3930
  157. 2550 LOCATE 8,5:   PRINT "Toupee slips off - If partner knew you were wearing one..............6"
  158. 2560 LOCATE 9,5:   PRINT "                   If partner didn't know...........................72"
  159. 2570 LOCATE 11,5:  PRINT "Extinguishing cigarette - in ashtray.................................1"
  160. 2580 LOCATE 12,5:  PRINT "                          in mattress...............................17"
  161. 2590 LOCATE 13,5:  PRINT "                          in partner's leg.........................133"
  162. 2600 LOCATE 15,5:  PRINT "Calling partner by wrong name.......................................50"
  163. 2610 GOSUB 3870
  164. 2620 '
  165. 2630 '====================================================================
  166. 2640 '
  167. 2650 SCREEN 0,1: COLOR 0,7,7: CLS
  168. 2660 LOCATE 1,17:  PRINT LN$ " ORGASMIC INTENSITY SCALE " LN$
  169. 2670 GOSUB 3930
  170. 2680 LOCATE 8,5:   PRINT "Expression didn't change...........................................1/2"
  171. 2690 LOCATE 9,5:   PRINT "Room turned Purple...................................................4"
  172. 2700 LOCATE 10,5:  PRINT "Shoes flew off......................................................15"
  173. 2710 LOCATE 11,5:  PRINT "Earth moved.........................................................30"
  174. 2720 LOCATE 12,5:  PRINT "Face turned purple..................................................78"
  175. 2730 LOCATE 13,5:  PRINT "Moaning in Turkish.................................................506"
  176. 2740 LOCATE 14,5:  PRINT "If earth actually moved......................................1,246,864"
  177. 2750 GOSUB 3870
  178. 2760 '
  179. 2770 '====================================================================
  180. 2780 '
  181. 2790 SCREEN 0,1: COLOR 7,1,1: CLS
  182. 2800 LOCATE 1,15:  PRINT LN$ " THINGS OFTEN SAID AFTER SEX " LN$
  183. 2810 GOSUB 3930
  184. 2820 LOCATE 8,5:   PRINT "I'm so grateful......................................................5"
  185. 2830 LOCATE 10,5:  PRINT "It must have been something we ate...................................5"
  186. 2840 LOCATE 12,5:  PRINT "Was it good for you?.................................................5"
  187. 2850 LOCATE 14,5:  PRINT "Are you finished?....................................................5"
  188. 2860 LOCATE 16,5:  PRINT "The ceiling needs painting...........................................5"
  189. 2870 GOSUB 3870
  190. 2880 '
  191. 2890 '====================================================================
  192. 2900 '
  193. 2910 SCREEN 0,1: COLOR 7,1,1: CLS
  194. 2920 LOCATE 1,23:  PRINT LN$ " TRYING AGAIN " LN$
  195. 2930 GOSUB 3930
  196. 2940 LOCATE 8,5:   PRINT "If woman is ready....................................................5"
  197. 2950 LOCATE 10,5:  PRINT "If man is not......................................................156"
  198. 2960 GOSUB 3870
  199. 2970 '
  200. 2980 '====================================================================
  201. 2990 '
  202. 3000 SCREEN 0,1: COLOR 0,2,2: CLS
  203. 3010 LOCATE 1,13:  PRINT LN$ " ROLLING OVER AND GOING TO SLEEP " LN$
  204. 3020 GOSUB 3930
  205. 3030 LOCATE 8,5:   PRINT "After sex...........................................................18"
  206. 3040 LOCATE 10,5:  PRINT "During sex.........................................................546"
  207. 3050 LOCATE 12,5:  PRINT "While parking the car..............................................212"
  208. 3060 GOSUB 3870
  209. 3070 '
  210. 3080 '====================================================================
  211. 3090 '
  212. 3100 SCREEN 0,1: COLOR 0,2,2: CLS
  213. 3110 LOCATE 1,26:  PRINT LN$ " SLEEP " LN$
  214. 3120 GOSUB 3930
  215. 3130 LOCATE 8,5:   PRINT "Real.................................................................5"
  216. 3140 LOCATE 10,5:  PRINT "Faked (a good way to avoid a sex-crazed partner)....................72"
  217. 3150 GOSUB 3870
  218. 3160 '
  219. 3170 '====================================================================
  220. 3180 '
  221. 3190 SCREEN 0,1: COLOR 0,3,3: CLS
  222. 3200 LOCATE 1,18:  PRINT LN$ " TAKING A BATH TOGETHER " LN$
  223. 3210 GOSUB 3930
  224. 3220 LOCATE 8,5:   PRINT "In a tub.............................................................5"
  225. 3230 LOCATE 10,5:  PRINT "In a sink..........................................................152"
  226. 3240 LOCATE 12,5:  PRINT "In a Jacuzzi sink...............................................15,262"
  227. 3250 GOSUB 3870
  228. 3260 '
  229. 3270 '====================================================================
  230. 3280 '
  231. 3290 SCREEN 0,1: COLOR 0,3,3: CLS
  232. 3300 LOCATE 1,22:  PRINT LN$ " MAKING THE BED " LN$
  233. 3310 GOSUB 3930
  234. 3320 LOCATE 8,5:   PRINT "With partner still in it............................................44"
  235. 3330 LOCATE 9,5:  PRINT "       (indicates either a neatness obsession, a severe optic"
  236. 3340 LOCATE 10,5:  PRINT "        disorder or a partner who is very tired"
  237. 3350 GOSUB 3870
  238. 3360 '
  239. 3370 '====================================================================
  240. 3380 '
  241. 3390 SCREEN 0,1: COLOR 7,4,4: CLS
  242. 3400 LOCATE 1,20:  PRINT LN$ " KEEPING A JOURNAL " LN$
  243. 3410 LOCATE 10,10: PRINT "Maintaining your own record of sexual activity will be helpful for"
  244. 3420 LOCATE 11,5:  PRINT "keeping track of weight loss.  You needn't go into detail; just"
  245. 3430 LOCATE 12,5:  PRINT "list the activity and the number of calories burned."
  246. 3440 LOCATE 14,10: PRINT "A typical entry in a woman's journal, (for example) for a"
  247. 3450 LOCATE 15,5:  PRINT "pleasent, low-key sexual experience might read as follows:"
  248. 3460 GOSUB 3870
  249. 3470 '
  250. 3480 '====================================================================
  251. 3490 '
  252. 3500 SCREEN 0,1: COLOR 7,4,4: CLS
  253. 3510 LOCATE 1,25:  PRINT "JUNE 1, 1985: Sex with Bill"
  254. 3520 GOSUB 3930
  255. 3530 LOCATE 6,5:  PRINT "Explaining how......................................................12"
  256. 3540 LOCATE 7,5:  PRINT "Suggesting something different.......................................3"
  257. 3550 LOCATE 8,5:  PRINT "Calming a terrified Bill............................................40"
  258. 3560 LOCATE 9,5:  PRINT "Encouraging him to at least take off his socks.......................8"
  259. 3570 LOCATE 10,5: PRINT "Foreplay (a little of this, a little of that).......................56"
  260. 3580 LOCATE 11,5: PRINT "Intercourse:"
  261. 3590 LOCATE 12,5: PRINT "Standing position...................................................22"
  262. 3600 LOCATE 13,5: PRINT "Holding Bill up.....................................................10"
  263. 3610 LOCATE 14,5: PRINT "Urging him on........................................................5"
  264. 3620 LOCATE 15,5:  PRINT "Orgasm........................................................(not sure)"
  265. 3630 LOCATE 16,5:  PRINT "Thanking Bill........................................................2"
  266. 3640 LOCATE 17,5:  PRINT "Waving bye-bye.......................................................3"
  267. 3650 LOCATE 19,5:  PRINT "TOTAL TIME: 6 MINUTES"
  268. 3660 LOCATE 20,5:  PRINT "(taxi waiting)"
  269. 3670 LOCATE 21,5:  PRINT "TOTAL CALORIES BURNED..............................................161"
  270. 3680 GOSUB 3870
  271. 3690 '
  272. 3700 CLS:SYSTEM
  273. 3710 '
  274. 3720 '====================================================================
  275. 3730 '
  276. 3740 KEY OFF: SCREEN 0,1: COLOR 15,0,0: WIDTH 40: CLS
  277. 3750 COLOR 10,0:  LOCATE 8,9: PRINT CHR$(213)+STRING$(24,205)+CHR$(184)
  278. 3760 LOCATE 9,9:  PRINT CHR$(179)+" WEIGHT LOSS DURING SEX "+CHR$(179)
  279. 3770 LOCATE 10,9: PRINT CHR$(179)+"      RATED  PG-13      "+CHR$(179)
  280. 3780 LOCATE 11,9: PRINT CHR$(179)+"   FOR FAMILY VIEWING   "+CHR$(179)
  281. 3790 LOCATE 12,9: PRINT CHR$(212)+STRING$(24,205)+CHR$(190)
  282. 3800 COLOR 14,0:  LOCATE 14,9: PRINT "CDR Matt Costarakis,  USNR"
  283. 3810 COLOR 13,0:  LOCATE 23,9: PRINT "Press ANY key to continue"
  284. 3820 ANS$=INKEY$: IF ANS$="" THEN 3820
  285. 3830 RETURN
  286. 3840 '
  287. 3850 '====================================================================
  288. 3860 '
  289. 3870 LOCATE 22,1: PRINT; DASH$
  290. 3880 LOCATE 23,26: PRINT "Press ANY key to continue "
  291. 3890 ANS$=INKEY$: IF ANS$="" THEN 3890
  292. 3900 RETURN
  293. 3910 '
  294. 3920 '====================================================================
  295. 3930 LOCATE 2,1:  PRINT DASH$
  296. 3940 LOCATE 4,15: PRINT "ACTIVITY"; TAB(70); "CALORIES"
  297. 3950 LOCATE 5,71: PRINT "BURNED"
  298. 3960 RETURN
  299. 3970 '
  300. 3980 REM ************************************************
  301. 3990 REM *                                              *
  302. 4000 REM * The Dieter's Guide to Weight Loss During Sex *
  303. 4010 REM *                                              *
  304. 4020 REM *                      by                      *
  305. 4030 REM *          CDR Matt Costarakis, USNR           *
  306. 4040 REM *                Project Staff                 *
  307. 4050 REM *      75th Anniversary of Naval Aviation      *
  308. 4060 REM *      Bldg 159E   Rm 519                      *
  309. 4070 REM *      Washington Navy Yard Annex              *
  310. 4080 REM *      Washington,  DC   20374-1595            *
  311. 4090 REM *                                              *
  312. 4100 REM *      COMMERCIAL (202)-475-2739/40/41/42      *
  313. 4110 REM *      AUTOVON     335-2739 thru 42            *
  314. 4120 REM *                                              *
  315. 4130 REM *            FILE "WGTLOSS.BAS"                *
  316. 4140 REM *                                              *
  317. 4150 REM *    rev. 1.1                   30 OCT 1985    *
  318. 4160 REM *                                              *
  319. 4170 REM *                                              *
  320. 4180 REM ************************************************
  321.