home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chiputil / flipside13.rea < prev    next >
Text File  |  2002-01-07  |  2KB  |  84 lines

  1. Short:    Screen Flipper
  2. Author:   James L Boyd/Allan Vesraevel
  3. Uploader: splayer@attcanada.ca
  4. Version:  1.3
  5. Type:     util/misc
  6.  
  7. F l i p s i d e - v1.3
  8. ----------------------
  9.  
  10. Flipside is a tiny little PD utility (would be much smaller
  11. in ASM, but what the heck, source is included if someone
  12. wants to do it). Its job is simply to flip between public
  13. screens when the middle mouse button is pressed, for those
  14. who don't want to run MCP, MCX or anything big like that just
  15. to do this job.
  16.  
  17. Just put it into the WBStartup drawer (or your user-startup,
  18. if you prefer, you weirdo), and send it a ctrl-c command to
  19. quit (use XOpa [hit Task, Signal, OK] or similar).
  20.  
  21. The only drawback is that you can't run it alongside other
  22. programs that make use of the middle mouse button. But there
  23. aren't exactly many of those...
  24.  
  25. It was written in Blitz (great language once you know what NOT
  26. to do!) because several people pointed out that there didn't seem
  27. to be anything similar available (!).
  28.  
  29. As for the name, the only relevant part is the "Flip" part - the rest
  30. just sounds good (and it's a Breeders tune :)
  31.  
  32. Thanks to Patrick (tracerb) and all those who risked their lives
  33. testing it :)
  34.  
  35. "Enjoy"...
  36.  
  37.  
  38. Installation:
  39. -------------
  40.  
  41. 1) Dump Flipside into your C: dir.
  42.  
  43. 2) Fire up your favorite text editor.
  44.  
  45. 3) Now, just before C:IPrefs add this line:
  46.  
  47.  
  48. ~~~~~~~~~~~~~~
  49.  
  50. Run >NIL: C:Flipside
  51.  
  52. C:IPrefs
  53.  
  54.  
  55. ~~~~~~~~~~~~~~
  56.  
  57. That's It! On your next boot it will become activated.
  58.  
  59.  
  60. ****  If you try to run Flipside from Workbench it will promptly crash!!  *****
  61.  
  62.  
  63.  
  64. James L Boyd - Mastermind, original code (jamesboyd@all-hail.freeserve.co.uk)
  65. Allan Versaevel - GFX Card guy who fixed and added some code (splayer@netcom.ca)
  66.  
  67.  
  68.  
  69. History
  70. -------
  71.  
  72. 1.0 - ?
  73.  
  74. 1.1 - Aminet Release
  75.  
  76. 1.2 - Fixed a bug that showed up on GFX cards. CPU loop occured.
  77.       Now works with GFX cards and AGA/ECS/OCS
  78.     - Program Priority is set to 2. Higher than most apps run at.
  79.       That way you can flip screens as screens as fast as you want,
  80.       even while rendering! :)
  81.  
  82. 1.3 - Flipside is now CLI only. Had to do this to make Flipside OS 3.9
  83.       friendly.
  84.