home *** CD-ROM | disk | FTP | other *** search
/ Game Programming for Teens / GameProgrammingForTeens.iso / Source / chapter03 / demo03-12.bb < prev    next >
Encoding:
Text File  |  2003-04-06  |  161 b   |  8 lines

  1. ;demo03-12.bb - SHows the size of a single pixel
  2. Graphics 640,480,0,2
  3.  
  4. ;set color to white
  5. Color 255,255,255 
  6. ; plot pixel in center
  7. Plot 320,200 
  8. WaitKey