home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / anim / players / showiz2.lha / Script < prev    next >
Text File  |  1989-05-11  |  694b  |  41 lines

  1. *Showiz.Scriptfile*
  2. ;Below is a list of all the commands and this demo uses them all
  3. ;Wipe Time Show 
  4. ;LoadSound PlaySound Quiet Channel FreeChannel
  5. ;WB-On Fade-WB Execute Repeat Delay Alert Request Stop
  6. Time +5
  7. Wipe -n
  8. Show Title
  9. Channel 0
  10. LoadSound Sound0
  11. Time +30
  12. Show ShoWiz.Text
  13. Channel 1
  14. LoadSound Sound1
  15. Time +5
  16. Show ShoWiz.Text2
  17. Delay +2
  18. Channel 0
  19. PlaySound 1
  20. Delay +3
  21. Channel 1
  22. PlaySound 1
  23. Delay +5
  24. FreeChannel 1
  25. Channel 0
  26. PlaySound 1
  27. Delay +1
  28. Quiet
  29. Time +2
  30. Show ShoWiz.Text3
  31. WB-On
  32. Request  Do You Wish To Read ShoWiz.Docs Now?
  33. Execute ShoWiz:More ShoWiz:ShoWiz.Docs
  34. Fade-WB
  35. Show ShoWiz.Text4
  36. Alert                     Do You Wish To Repeat This Script?
  37. Repeat
  38. Show ShoWiz.Text5
  39. Stop
  40.  
  41.