Short: Nice MC68060 CPU animation for boot-up Author: michalsk@impw.im.pw.edu.pl (Rafal Michalski) Uploader: michalsk dingo if pw edu pl (Rafal Michalski) Type: pix/anim Architecture: generic This animation I made myself, when I've bought the A1260 Blizzard accelerator for my best ever Amiga computer. It randomly spins around on boot-up. To do so, 1. put "random" into C: directory This "random" command generates random value within range 0-255. When the value is less than the one given by argument it generates error code WARN. e.g "random 128" (has probability of 1/2 that it will be WARN) 2. put something similiar to your user-startup or startup-sequence: -------------------------- dont cut here ---------------------------- ; DEVS:Monitors/NTSC ; Assign ENV: RAM: make sure that ENV: is assigned and NTSC monitor is ; launched. Not needed when in user-startup Random <>NIL: 64 ; 1 / 4 that it will be run.; CHANGE IT or NOT :=} IF WARN RUN <>NIL: Play16 <>NIL: "any sample" SINGLE PRIORITY=2 ;previous line just plays sample with "Play16" 1.6 by Thomas Wenzel :) ; (not included in this archive !!!!! ; but included as an example -> U can do this yourself !) VT <>NIL: Exper:Gfx/Blizzard Exper:Anims/Blizzard.anim Loop=1 Speed=1 Delay=0 QUIET ;This line uses "ViewTEK" 2.1 by Thomas Krehbiel to show picture "Blizzard" ; while loading animation "Blizzard.anim", and then plays it 1 time :)))))) ELSE ;do something else :)))))))))) or don't :( ENDIF ------------------------ it is just an example ----------------------- Try it :)) ______ Rafal Michalski michalsk@impw.im.pw.edu.pl michalsk@dingo.if.pw.edu.pl