home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1996 September / PCS0996.ISO / pcs0996.mvb / rc.mvs < prev    next >
Text File  |  1996-07-24  |  335b  |  26 lines

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