home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / STOSBTS1.ARJ / stosbts1.msa / DATA / MENUP.DAT < prev    next >
Text File  |  1987-04-22  |  3KB  |  76 lines

  1. The time: 18:56:33 on Jan 25 1991, Roundtable is on on Radio 1 
  2. and in about twenty five minutes I am going to go and watch 
  3. A.W.O.L starring Jean Claude Van Damme, I've just about got 
  4. time to start this article for the THB's disc mag STOS Bits.
  5.  
  6. Six months ago Eddie (from the THB's) agreed to draw some 
  7. graphics for a program I was writing called 'Early Learning 
  8. Maths' on condition that I gave  him some routines for his disc 
  9. mag. Well I got my graphics five and a half months ago and due 
  10. to unforseen circumstances ( an operation, an AMIGA, a broken 
  11. ST, and several assignments ) Eddie did not recieve his 
  12. routines. Until now that is. I got my ST back from the computer 
  13. doctors yesterday and am in the process of compiling some 
  14. routines.
  15.  
  16.   ( ASIDE: Pet hate number 72, ST repair companies. When my ST
  17.     died I took it along to a local repair company who promptly
  18.     decided that I needed a new power supply unit. Cost, about 
  19.     £100. Unable to afford this I gave my computer to a 
  20.     technician here at Keele University, who repaired it in 24 
  21.     hours at a cost of £18, £14 for parts and £4 for labour.
  22.     My ST didn't need a new PSU. Conclude what you will !!!!! )
  23.  
  24. Anyway, back to the routines. I have written two short 
  25. programs. The first is inspired by Eddie's article on rasters 
  26. in STOS ( STOS Bits issue 1 ) and is relatively simple, but 
  27. looks quite good. The second is a program which demonstrates 
  28. several routines: a menu shell, a keyboard/mouse input routine, 
  29. and several 'appear' routines.
  30.  
  31.  
  32.         .... 7.23 gotta go, I'll be back in about three hours,
  33.   maybe I'll tell you what the film was like, maybe not ....
  34.  
  35.  
  36.         .... 7.25 Oops, forgot my ticket 0....................
  37.  
  38.  
  39.         ....11.04 crap film, now shall I watch THE WORD or 
  40.   continue typing this shitty text file? No contest, see you in
  41.   fifty four minutes ........................................
  42.  
  43.  
  44.         .... 12.04, 28/1/91, So it's taken me two and a half 
  45.   days to get back to this, who cares?
  46.  
  47.  
  48. Where was I? Right, describing the routines to you.
  49.  
  50. The raster routine is very simple, but includes moving rasters. 
  51. The actual routine to do the rasters is line 80 onwards and 
  52. works by waiting for a VBL and then changing the background 
  53. colour as quickly as possible. By the way, don't compile it ( 
  54. timing gets a little fucked up, and you get a REALLY messy 
  55. display!! ).
  56.  
  57. I think all the routines in the other program are fairly well 
  58. documented so I will not say anything else about them. ( Except 
  59. that you move the menu bar with the cursor keys, and select an 
  60. option by pressing return. ) One other thing here are some line 
  61. numbers for you:
  62.   1-200 : main program
  63.   4000-4999 ; appear routines
  64.   5000-6000 : menu shell
  65.   10000-10100 : mouse/keyboard input routine
  66.  
  67. That's all you are getting, goodbye ... for ever (possibly).
  68.  
  69.                 Philip Rankin, 25,28/1/91
  70.  
  71.  
  72. The two sources are called RASTER4 and MENU and can be found in 
  73. the PROGRAMM folder.
  74. }
  75.  
  76.