home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 126-150 / apd130 / autoexec.amos / autoexec.amosSourceCode
AMOS Source Code  |  1987-06-04  |  614b  |  21 lines

  1. Rem                             ********************** 
  2. Rem This program was made by    * Patrik Holmstr�m   *     
  3. Rem Please contact me at adress * 5:e Bjurhovdag.37  *       
  4. Rem                             * 723 53 V�STER�S    *   
  5. Rem                             * SWEDEN             * 
  6. Rem                             ********************** 
  7. Change Mouse 2
  8. Screen Open 0,320,256,32,0
  9. Load Iff "df0:spelplan2",0
  10. Screen Display 0,130,250,,
  11. Wait 80
  12. For R=250 To 46 Step -1
  13. Screen Display 0,130,R,,
  14. Wait 2
  15. Next R
  16. For X=1 To 4000
  17.    M=Mouse Key
  18.    If M<>0 Then Goto PATRIK
  19. Next X
  20. PATRIK:
  21. Run "WoodBall.AMOS"