home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / aminet / proclib20.lha / ProcList < prev    next >
Text File  |  1993-10-29  |  3KB  |  81 lines

  1. _AMAL_BOUNCING_BALLS[NUM,GROUND,LEFT,RIGHT]
  2.     Creates bouncing balls in AMAL.
  3. _AMAL_FIREWORKS[NUM]
  4.     Creates fireworks in AMAL.
  5. _DATECONVERT[DATE$,FORMAT]
  6.     Converts a date in the form "YYMMDD" to a more human-readable date.
  7. _DOSERROR[ERR]
  8.     Returns the AmigaDOS error message for the given error code.
  9. _FAST_ELLIPSE[XC,YC,RX,RY,_FILLED]
  10.     Draws an ellipse using integer math.
  11. _FAST_LINE[X1,Y1,X2,Y2]
  12.     Draws a line using integer math.
  13. _MAKEMASK[_SCREEN,_COLOUR,TEMP1,TEMP2,X1,Y1,X2,Y2,_ICON]
  14.     Makes a mask for an icon with a given transparent colour.
  15. MAKE_RAM
  16.     Attempts to read from the RAM disk, initialising it if necessary.
  17. MESSAGEBOX
  18.     2 procedures to create and remove a coloured message box.
  19. MOVING_RAINBOWS
  20.     4 procedures to create animated rainbows.
  21. MULTI_LINE
  22.     Creates a multi-colour line.
  23. OPENFONT[NAME$,SIZE,_REM]
  24.     Opens or closes a font.
  25. PALETTE_PROCS
  26.     5 procedures to store and modify screen colours.
  27. _PALETTE_TO_ANTIQUE[_SCREEN]
  28.     Converts palette to "antique photograph" colours.
  29. _PALETTE_TO_BW[_SCREEN]
  30.     Converts palette to black and white.
  31. _PALETTE_TO_NEGATIVE[_SCREEN]
  32.     Converts palette to negative colours.
  33. PICKCOLOURS
  34.     Finds the darkest, mid brightest, and brightest colours on a screen.
  35. QUICKSORT[NO,ST]
  36.     Performs a "Quick Sort" on an array.
  37. RDZONE[SCRN,Z]
  38.     Reads the coordinates of a screen zone.
  39. RDZONE2[SCRN,Z]
  40.     Reads the coordinates of a screen zone, generating an error if the zone
  41.     does not exist.
  42. SBOX[X1,Y1,X2,Y2,IN]
  43.     Creates a 3D box with an outline; good for use as a gadget.
  44. SEB_4LEAFWIPE[SCR,C]
  45.     Screen Eater: wipes from the outside edges of the screen inward.
  46. SEB_DIAGONAL_WIPE[SCR,C]
  47.     Screen Eater: wipes the screen in a circular pattern.
  48. SEB_HSTRIPS[SCR,C,N,D]
  49.     Screen Eater: divides screen into horiz. strips which fold into themselves.
  50. SEB_PATTERN_WIPE[SCR,C]
  51.     Screen Eater: uses a pattern to clear the screen.
  52. SEB_ROLL[SCR,C,TMPSCR,RW,D]
  53.     Screen Eater: "rolls" the screen up, down, left, or right.
  54. SEB_TILES[SCR,C,BS,SPEED]
  55.     Screen Eater: clears screen one block at a time.
  56. SEB_TRICLEAR[SCR,C,N,D]
  57.     Screen Eater: erases triangular sections of the screen.
  58. SEB_VSTRIPS[SCR,C,N,D]
  59.     Screen Eater: divides screen into vert. strips which fold into themselves.
  60. SED_EATZOOM[SCR,C,TMPSCR,TX,TY,ZMODE]
  61.     Screen Eater: divides screen into tiles which collapse inward.
  62. _SEPARATE_RGB[_SCREEN,X]
  63.     Filters colours in picture.
  64. SES_ANGLEWIPE[SCR,C,CORNER]
  65.     Screen Eater: wipes screen in a quarter-circle pattern from a given corner.
  66. SES_EATZOOM[SCR,C,TMPSCR,TS,ZMODE]
  67.     Screen Eater: divides screen into tiles which collapse inward.
  68. SES_SAND[SCR,C,SPEED]
  69.     Screen Eater: "clear"-colour covers screen in reverse-sandglass pattern.
  70.         Hard to describe - see it for yourself.
  71. _SHADOW_TXT[X,Y,_FG,_BG,_TXT$]
  72.     Writes shadowed text to the screen.
  73. SPIN3D
  74.     Rotates a 3D object.
  75. TBOX[X1,Y1,X2,Y2,IN]
  76.     Creates a 3D box.
  77. _TO_NTSC
  78.     Switches display to NTSC mode.
  79. _TO_PAL
  80.     Switches display to PAL mode.
  81.