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

  1. BkColor = Black
  2. Align=Center
  3. Origin=VerCenter,HorCenter
  4. LoadPalette "!palette.bmp"
  5. Effect=Random
  6.  
  7. :weiter
  8.  
  9. ShowBitmap "!0.bmp"
  10. Wait 2
  11. ShowBitmap "!1.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 "!7.bmp"
  22. Wait 2
  23. ShowBitmap "!8.bmp"
  24. Wait 2
  25. ShowBitmap "!finale.bmp"
  26. Wait 2
  27.  
  28. goto weiter
  29.