home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / RUNDOG.PRG < prev    next >
Encoding:
Text File  |  1993-02-01  |  728 b   |  17 lines

  1. *****************************************************************
  2. *     * 09/92               RUNDOG.PRG                          *
  3. *****************************************************************
  4. *     * Author's Name: Jeb Long                                 *
  5. *     *                                                         *
  6. *     * Description:                                            *
  7. *     * This program illustrates how to display bitmaps         *
  8. *     * using and isometrically expanding the bitmap for display*
  9. *****************************************************************
  10. USE petshop
  11. CLEAR
  12. @ 10,1 SAY Picture SIZE 20,20 ISOMETRIC
  13. FOR I = 2 TO 80  
  14.      SCROLL 10,1,21,80,0,.2
  15. ENDFOR
  16.      
  17.