home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / bordersprites / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  898 b   |  54 lines

  1. .name
  2. BorderSprites
  3. .type
  4. OS Patch
  5. .short
  6. Make mouse visible outside screens
  7. .description
  8. This program changes one bit in the graphics.library so the mouse pointer
  9. will not become invisible when it is moved between screens or at the right
  10. of the screen.
  11. .version
  12. 1.0
  13. .date
  14. 1995.07.16
  15. .author
  16. Steffen Thorsen
  17. .distribution
  18. Public Domain
  19. .requirements
  20. OS3.0, ECS/AGA chips
  21. .exectype
  22. 68000
  23. .source
  24. Assembler source (1K)
  25. .tested
  26. with OS3.0, with Multisync/normal monitors
  27. .address
  28. Fjordg 8A
  29. N-4300 Sandnes
  30. Norway
  31. .installsize
  32. 14K
  33. .docs
  34. BorderSprites.doc
  35. .described-by
  36. Steffen Thorsen
  37. .submittal
  38. Submitted on disk directly by the author
  39. .aminet-dir
  40. gfx/misc
  41. .execute
  42. set choice `RequestChoice "BorderSprites" "Please select an option" "View Doc" "Run Program" "Cancel"`
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool BorderSprites.doc TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   BorderSprites
  53. endif
  54.