home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / POWERMAG / POWER21.MSA / POWER_21 / STOSDEMO.PWR < prev    next >
Text File  |  1990-01-01  |  4KB  |  88 lines

  1.  
  2.  
  3.                               CREATE YOUR OWN
  4.  
  5.                            ***  ***** *   * *****
  6.                            *  * *     ** ** *   *
  7.                            *  * ***   * * * *   *
  8.                            *  * *     *   * *   *
  9.                            ***  ***** *   * *****
  10.  
  11.                               USING STOS BASIC
  12.  
  13.  
  14.  
  15.                         ---> BY JAMES DAVIDSON <---
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.      Want to know how to create your very own demo with excellent sound
  23.      and graphics? Want to be one of those elusive demo creators at the
  24.      top of the ST scene, but just don't have the skill or knowledge to
  25.      program in machine code?  Then read this article for how to create
  26.      your OWN small demo using MOD soundtracker tunes.
  27.  
  28.  
  29.      1. Get STOS, preferably v2.06.
  30.  
  31.      2. If you can't draw, get Kozmic 4 (available directly from  POWER  
  32.         P.D. for 99p inc. p+p on disk no:PWR 132). It creates very good 
  33.         pictures with great ease.
  34.  
  35.      3. Get the source code given away on this issue of POWER.  You can 
  36.         do whatever you want with it!
  37.      
  38.      4. Read on...
  39.  
  40.  
  41.      A basic knowledge of STOS is required, i.e. how to pack a picture,
  42.      how  to  load  files  into memory banks, the rest is in the source
  43.      code which should be  on  this  disk  in  the file, DEMO.TOS. This
  44.      is   a  self-extracting  archive, containing  the  file  DEMO.BAS.
  45.      Just  copy  it  to  a  blank disk, then run it.  Next run STOS and
  46.      load in DEMO.BAS.  You will need to read the remarks  (rem's)  for 
  47.      advice and help.  Next, run this small demo to  show  you  exactly 
  48.      how to display a picture whilst playing a 16khz tracker file.
  49.  
  50.      The program  works by depacking a packed picture file from bank 7.
  51.      This is then displayed using the APPEAR command for a good effect.
  52.      Then, a small machine code routine is used to call the code stored
  53.      in bank  15  which  contains  a .MOD  replay  routine.  That's it!
  54.      It's easy.  You can use this code, and by  changing the picture to
  55.      one of your own, and  using a  different .MOD  file (thousands  of
  56.      mods are available in the P.D.),contact me or POWER P.D. for some.
  57.      No-one would know you didn't really write it.  I really  didn't, I 
  58.      just got a replay routine and added instructions  and  the picture 
  59.      part. And there you have it, your very OWN demo that is as good as 
  60.      some of the ones by the proper coders (well, sort of!)  because of 
  61.      the  famous  tracker  file  which  will  provide  excellent  sound 
  62.      quality.  Compiling it is necessary if you wish to distribute  it.
  63.  
  64.      This is only a basic example.  You could quite easily expand on it 
  65.      with sprites, a scrolltext, and even Spectrum 512 pictures. If you
  66.      want to write to me for advice, (my knowledge is limited!), I will
  67.      be pleased to help you.  Maybe  if  the response is good enough, I
  68.      will show you how to use scrolltexts and sprites within demos next
  69.      month.
  70.  
  71.      I have tried to code demos on some occasions.  They can  be  found 
  72.      on   my  J.D.C.D.  disks  in  my  P.D. swap library.    For a disk 
  73.      catalogue just send a blank disk, or one of PD and some stamps for 
  74.      return postage to:
  75.  
  76.  
  77.                                 J. DAVIDSON
  78.                               WOOD FARM HOUSE
  79.                                  WHICHFORD
  80.                              SHIPSTON-ON-STOUR
  81.                                 WARWICHSHIRE
  82.                                    ENGLAND
  83.                                    CV36 5PG
  84.  
  85.  
  86.      Have fun and keep with the ST!  Bye!
  87.  
  88.