home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / pix / anim / blizzard.readme < prev    next >
Text File  |  1997-03-02  |  2KB  |  58 lines

  1. Short:    Nice MC68060 CPU animation for boot-up
  2. Author:   michalsk@impw.im.pw.edu.pl (Rafal Michalski)
  3. Uploader: michalsk@dingo.if.pw.edu.pl (Rafal Michalski)
  4. Type:     pix/anim
  5.  
  6. This  animation I made myself,  when I've bought the A1260
  7. Blizzard accelerator for my best ever Amiga computer. It randomly spins
  8. around on boot-up.
  9.  
  10. To do so,
  11.  1. put "random" into C: directory
  12. This "random" command generates random value within range 0-255.
  13. When the value is less than the one given by argument it generates
  14. error code WARN.
  15.  e.g "random 128" (has probability of 1/2 that it will be WARN)
  16.  
  17.  2. put something similiar to your user-startup or startup-sequence:
  18.  
  19. -------------------------- dont cut here ----------------------------
  20.     ;    DEVS:Monitors/NTSC 
  21.     ;    Assign ENV: RAM:   make sure that ENV: is assigned and NTSC monitor is
  22.     ;                       launched. Not needed when in user-startup
  23.  
  24.         Random <>NIL: 64 ; 1 / 4 that it will be run.; CHANGE IT or NOT :=}
  25.         IF WARN
  26.             RUN <>NIL: Play16 <>NIL: "any sample" SINGLE PRIORITY=2
  27. ;previous line just plays sample with "Play16" 1.6 by Thomas Wenzel :)
  28. ; (not included in this archive !!!!!
  29. ; but included as an example -> U can do this yourself !)
  30.  
  31.             VT <>NIL: Exper:Gfx/Blizzard Exper:Anims/Blizzard.anim Loop=1 Speed=1 Delay=0 QUIET
  32. ;This line uses "ViewTEK" 2.1 by Thomas Krehbiel to show picture "Blizzard"
  33. ; while loading animation "Blizzard.anim", and then plays it 1 time :))))))
  34.     ELSE
  35.       ;do something else :)))))))))) or don't :(
  36.     ENDIF
  37.  
  38. ------------------------ it is just an example -----------------------
  39.  
  40.  
  41. Try it :))
  42.  
  43. ______                                        Rafal Michalski
  44. michalsk@impw.im.pw.edu.pl
  45. michalsk@dingo.if.pw.edu.pl
  46.  
  47.  
  48. ============================= Archive contents =============================
  49.  
  50. Original  Packed Ratio    Date     Time    Name
  51. -------- ------- ----- --------- --------  -------------
  52.   656560  289243 55.9% 26-Nov-96 03:08:40  Blizzard.anim
  53.     1296     963 25.6% 26-Nov-96 02:22:04  random
  54.    13970    3829 72.5% 26-Nov-96 01:33:18  Blizzard
  55.     1727     901 47.8% 24-Jan-97 13:14:48  README
  56. -------- ------- ----- --------- --------
  57.   673553  294936 56.2% 27-Jan-97 20:22:06   4 files
  58.