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

  1. BkColor = Black
  2. TextBkColor = Black
  3. TextColor = White
  4. CreateFont "Arial" Size=16
  5. ;Align=Center
  6. ;Origin=VerCenter,HorCenter
  7. LoadPalette "!palette.bmp"
  8. Effect=Random
  9.  
  10. :weiter
  11. ShowBitmap "!muppet01.bmp" Origin=Top,HorCenter
  12. ShowText " Zum Schie▀en komisch! " Origin=Bottom,HorCenter Align=Center
  13. Wait 2
  14. ShowBitmap "!muppet02.bmp" Origin=Top,HorCenter
  15. ShowText " Einen dritten Logenplatz gibt's fⁿr die KΣufer des Programms " Origin=Bottom,HorCenter Align=Center
  16. Wait 2
  17. ShowBitmap "!muppet03.bmp" Origin=Top,HorCenter
  18. ShowText " Das also ist ein Bus-System! " Origin=Bottom,HorCenter Align=Center
  19. Wait 2
  20. ShowBitmap "!muppet04.bmp" Origin=Top,HorCenter
  21. ShowText " BΣr am Steuer - ungeheuer! " Origin=Bottom,HorCenter Align=Center
  22. Wait 2
  23.  
  24. goto weiter
  25.