home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEM / S-Z / SillyBalls / SillyBalls / About SillyBalls… next >
Encoding:
Text File  |  1988-02-08  |  681 b   |  20 lines  |  [TEXT/GEOL]

  1.  
  2. SillyBalls.p-----
  3.  
  4. This is a very simple sample program that demonstrates how to use Color
  5. QuickDraw.   It is about two pages of code, and does nothing more than open
  6. a color window and draw randomly colored ovals in the window.
  7.  
  8. The purpose is to show how to get some initial results with Color QuickDraw.
  9. It is a complete program and is very short to be as clear as possible.
  10.  
  11. It does not have an Event Loop.  It is not fully functional in the sense that
  12. it does not do all the things you would expect a well behaved Macintosh
  13. program to do, like size the window naturally, have an event loop, use menus,
  14.  etc.
  15.  
  16. Bo3b Johnson
  17. Macintosh Developer Technical Support
  18. 1/26/88
  19.  
  20.