home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / autil101.arj / SMILEDLY.ASI < prev    next >
Encoding:
Text File  |  1991-12-08  |  249 b   |  19 lines

  1. start:
  2. rem SMILEDLY= "SMILE WITH DELAY"
  3.  
  4. rem RAM requirements: approximately 65K.
  5.  
  6. width 40
  7. locate 12,18
  8. a$=chr$(2)
  9. print a$
  10. wait:
  11. locate 81,81
  12. for delay=1 to 6
  13. for delayagn=1 to 32000
  14. next delayagn
  15. next delay
  16. width 80
  17. finish:
  18. end
  19.