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

  1. WWW     WWW WWWWWWWWW WWWWWWWW WWWWWWWW WWW       WWWWWWWWW
  2. WWW  W  WWW WWW   WWW WWW  WWW WWW  WWW WWW       WWW
  3. WWW WWW WWW WWW   WWW WWWWWWWW WWWWWWWW WWW       WWWWWWWWW
  4. WWWWWWWWWWW WWWWWWWWW WWW  WWW WWW  WWW WWW       WWW
  5. WWWWW WWWWW WWWWWWWWW WWWWWWWW WWWWWWWW WWWWWWWWW WWWWWWWWW
  6.  
  7. ~~~~~~~~~ BY EDDIE OF THE HAPPENING BOIZ 1990 ~~~~~~~~~~~~~
  8.  
  9. The source code for this effect can be found in the programm 
  10. folder it is called would you believe WOBBLE.BAS.
  11.  To run the screen you will need to load a PACKED picture file 
  12. into memory bank 4.
  13.  
  14. This simple program will create a wobbly screen, it does this by 
  15. generating a sine table, and then tagging sections of the screen 
  16. to different parts of the sine wave, the result is a rectangle of 
  17. the screen will move up and down in a sine wave !!!!
  18.  This effect is no different from a sine wave made up of sprites, 
  19. except that you are using vertical strips of the screen instead 
  20. of sprites.
  21.  The effect isn't as good as it could be for a start STOS has to 
  22. roundn X coords to the nearset 16 bit boundary which means you 
  23. can only wobble blocks which are 16 pixels wide.
  24.  Using the 16 bit boundaries can generate stunning results, by 
  25. outputting TEXT to the screen using the supplied FONTS.MBK (Xenon 
  26. 2 and Spherical in programm folder!) you can create the type of 
  27. wobbly intro's that come on many of the demos such as the 
  28. infamous UNION DEMO, in fact this wobble code was first used in 
  29. the first ever version of STOS BITS to generate intro screens to 
  30. the different demos that we included on the disc (which will 
  31. NEVER be released because it is so crap!!)
  32.  Well Monty Python is on the box so I must go........bye.
  33.  
  34. EB/THB SBDV1 51090...Yeeeaaaaaah........
  35.  
  36.