home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 February / IMM0295.ISO / show / rolle / rolle.pws < prev   
Text File  |  1995-01-05  |  811b  |  40 lines

  1. ;
  2. ; PWShow-Script
  3. ;
  4. ; Set Default-Styles
  5. ;
  6. TextColor=White
  7. TextBkColor=Gray
  8. Align=Center
  9. Origin=HorCenter,Bottom 
  10. ;
  11. ; Set Default-Font
  12. ;
  13. CreateFont "Arial" Bold Size=20 Alias=TheFont
  14. Font=TheFont
  15. ;
  16. ; Show Bitmaps
  17. ;
  18. ShowBitmap "black.bmp" Center Effect=None
  19. ShowBitmap "Roll1.bmp" Center Effect=Puzzle
  20. Wait 3
  21. ShowBitmap "Roll2.bmp" Center Effect=CrossIn 
  22. Wait 3
  23. ShowBitmap "Roll3.bmp" Center Effect=FadeX
  24. Wait 3
  25. ShowBitmap "Roll4.bmp" Center Effect=CrossOut
  26. Wait 3
  27. ShowBitmap "Roll5.bmp" Center Effect=FadeY
  28. Wait 3
  29. ShowBitmap "Roll6.bmp" Center Effect=Puzzle
  30. Wait 3
  31. ShowBitmap "Roll7.bmp" Center Effect=CrossIn
  32. Wait 3
  33. ShowBitmap "Roll8.bmp" Center Effect=FadeX
  34. Wait 3
  35. ShowBitmap "Roll9.bmp" Center Effect=CrossOut
  36. Wait 3
  37. ShowBitmap "Roll10.bmp" Center Effect=FadeY
  38. Wait 3
  39.  
  40.