home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 November / PCS1196.ISO / pcs1196.mvb / chess.mvs < prev    next >
Text File  |  1996-09-17  |  366b  |  24 lines

  1. BkColor = Black
  2. Align=Center
  3. Origin=VerCenter,HorCenter
  4. LoadPalette "!palette.bmp"
  5. Effect=Random
  6.  
  7. :weiter
  8. ShowBitmap "!chess1.bmp"
  9. Wait 2
  10. ShowBitmap "!chess2.bmp"
  11. Wait 2
  12. ShowBitmap "!chess3.bmp"
  13. Wait 2
  14. ShowBitmap "!chess4.bmp"
  15. Wait 2
  16. ShowBitmap "!chess5.bmp"
  17. Wait 2
  18. ShowBitmap "!chess6.bmp"
  19. Wait 2
  20. ShowBitmap "!chess7.bmp"
  21. Wait 2
  22.  
  23. goto weiter
  24.