home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / ecard.arj / FRESH.C95 < prev    next >
Encoding:
Text File  |  1996-06-23  |  696 b   |  34 lines

  1. ;
  2. ; This is an example of a multi-image .gif
  3. ; for web page animation.  The output file FRESH.GIF
  4. ; is included.  Use it in your web page and view
  5. ; with Netscape 2 or higher to see animation.
  6. ;
  7. ; Thanks to Dale Thieme for the concept.
  8. ;
  9. ; You may edit using Visual Workshop if desired.
  10. ; Preview will not produce looping or exactly the
  11. ; same motion effects that you will get with a browser.
  12. ;
  13. >actor FSTEAM0
  14. #FSTEAM0
  15. >pause 99
  16. FSTEAM1.GIF
  17. FSTEAM2.GIF
  18. FSTEAM3.GIF
  19. >repeat 9999
  20. >end FSTEAM0
  21.  
  22. FRESHBKG.GIF
  23. >delay .6
  24. FRESHBKG.GIF
  25. >start 1 FSTEAM0 at  22 0 0 0
  26. >delay .6
  27. FRESHBKG.GIF
  28. >move 1 20 0 0 0 0 next
  29. >delay .6
  30. FRESHBKG.GIF
  31. >move 1 20 0 0 0 0 next
  32. >delay .6
  33.  
  34.