home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Tutorial / Cookbook / 27.Bounce / ball.psw < prev    next >
Encoding:
Text File  |  1993-01-18  |  69 b   |  5 lines

  1. defineps doBall(float x,y,width)
  2. x y width 0.0 360.0 arc fill
  3. endps
  4.  
  5.