home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / cdity / sleepingpointers / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  77 lines

  1. .name
  2. SleepingPointers
  3. .type
  4. OS Utility
  5. .short
  6. Program to animate busy pointer.
  7. .description
  8. What is this Sleep stuff ??
  9.  
  10. Well, have you ever work on WindowsNT and saw the animated busy
  11. pointers?
  12.  
  13. "Gosh, my Amiga is better than a PeeCe and my Workbench only shows a
  14. little-tiny stopped busy pointer!"
  15.  
  16. You may say: "use PointerX, or LacePointer"
  17.  
  18. no way : PointerX only shows a ugly bysypointer in lowres !!!
  19.  
  20. You can also say: "use PatchPointer to make the busypointer hires."
  21. Ok ... try it and you will see the busypointer becomes stopped!
  22. Damn ...
  23.  
  24. LacePointer in other way only works in screenmodes of PAL/NTSC.  If
  25. you have a brand new AGA amiga, that is in MULTISCAN or DBLPAL, or
  26. something else, no LacePointer.
  27.  
  28. Those little problems, motivated me to program SleepingPointers.
  29. After some time, SleepingPointers has born!
  30.  
  31. Now, animated busy pointers in hires is easy.
  32.  
  33. If i receive enough feedback, i will do a Prefs Program so that you
  34. can load you favourite ANIMATION/ANIMBRUSH of a busy pointer and use
  35. it!
  36. .version
  37. 1.0
  38. .date
  39. 1995.07.23
  40. .author
  41. António Manuel Santos
  42. .requirements
  43. OS3.0+
  44. .distribution
  45. Shareware
  46. .address
  47. Rua do Zaire, 5 1 dto
  48. 1170 Lisbon, Portugal
  49. .email
  50. l38058@alfa.ist.utl.pt
  51. .docs
  52. SleepingPointers.guide
  53. SleepingPointers.readme
  54. .described-by
  55. Richard Fish (rjf@amigalib.com)
  56. .submittal
  57. Downloaded via ftp from wuarchive.wustl.edu.
  58. .aminet-dir
  59. util/cdity
  60. .execute
  61. LAB Start
  62. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  63. if $choice GT "0"
  64.   if $choice EQ "1"
  65.     MetaTool SleepingPointers.readme TEXT
  66.   else
  67.     if $choice EQ "2"
  68.       MetaTool SleepingPointers.guide GUIDE
  69.     else
  70.       if $choice EQ "3"
  71.         wbrun SleepingPointers-Cute
  72.       endif
  73.     endif
  74.   endif
  75.   skip Start BACK
  76. endif
  77.