home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- * * 09/92 RUNDOG.PRG *
- *****************************************************************
- * * Author's Name: Jeb Long *
- * * *
- * * Description: *
- * * This program illustrates how to display bitmaps *
- * * using and isometrically expanding the bitmap for display*
- *****************************************************************
- USE petshop
- CLEAR
- @ 10,1 SAY Picture SIZE 20,20 ISOMETRIC
- FOR I = 2 TO 80
- SCROLL 10,1,21,80,0,.2
- ENDFOR
-