home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This is an example of a multi-image .gif
- ; for web page animation. The output file FRESH.GIF
- ; is included. Use it in your web page and view
- ; with Netscape 2 or higher to see animation.
- ;
- ; Thanks to Dale Thieme for the concept.
- ;
- ; You may edit using Visual Workshop if desired.
- ; Preview will not produce looping or exactly the
- ; same motion effects that you will get with a browser.
- ;
- >actor FSTEAM0
- #FSTEAM0
- >pause 99
- FSTEAM1.GIF
- FSTEAM2.GIF
- FSTEAM3.GIF
- >repeat 9999
- >end FSTEAM0
-
- FRESHBKG.GIF
- >delay .6
- FRESHBKG.GIF
- >start 1 FSTEAM0 at 22 0 0 0
- >delay .6
- FRESHBKG.GIF
- >move 1 20 0 0 0 0 next
- >delay .6
- FRESHBKG.GIF
- >move 1 20 0 0 0 0 next
- >delay .6
-
-