home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6082 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.2 KB

  1. Xref: sparky comp.sys.next.programmer:6082 comp.sys.next.misc:19451
  2. Path: sparky!uunet!gatech!psuvax1!psuvm!mkk2
  3. Organization: Penn State University
  4. Date: Wed, 9 Sep 1992 16:25:57 EDT
  5. From: <MKK2@psuvm.psu.edu>
  6. Message-ID: <92253.162558MKK2@psuvm.psu.edu>
  7. Newsgroups: comp.sys.next.programmer,comp.sys.next.misc
  8. Subject: image Flipper available on sonata
  9. Lines: 19
  10.  
  11. Last week someone posted a request for a program that would display a
  12. sequence of images in quick succession to achieve an animation effect.
  13. The problem tickled my fancy, so I build a simple App to do just that.
  14.  
  15. It is very small, so I put a copy of the source and IB files on
  16. sonata.cc.purdue.edu in the /pub/next/submissions directory.
  17.  
  18.  There are probably already other similar Apps around.  This was a self
  19. education project for me.
  20.  
  21.   Flipper lets the user select TIFF, EPS, or PS files and then displays
  22. them.  There is a slider to set the speed.  I am glad to say that they go
  23. pretty quickly, once the PostScript is rendered 8-).
  24.  
  25.   Flipper uses a DPSTimedEntry to control the flipping, in case you want
  26. an example of doing that.
  27.  
  28. DISCLAIMER:  I can't guarantee that everything is done in the best known
  29. way.  I did what seemed reasonable, and hey guess what, IJW!
  30.